64studio / pdk

64 Studio Platform Development Kit
GNU General Public License v2.0
20 stars 8 forks source link

PDK does not sign APT repository put on CD #13

Open obbardc opened 8 years ago

obbardc commented 8 years ago

The pdk repogen command signs the created repository using GPG. All good.

The pdk mediagen command (when creating a Debian ISO) does not sign the repository which is copied onto the CD using GPG. This is preventing the installer from installing, unless a flag is set in the preseed file.

The workaround for this is to put the following into a preseed file:-

d-i debian-installer/allow_unauthenticated boolean true