Skip to content
  • Thomas Bächler's avatar
    Optionally sign the squashfs files with gpg and add the gpg key to the initramfs · e36e63b8
    Thomas Bächler authored and Gerardo Pozzi's avatar Gerardo Pozzi committed
    A new option -g <keyid> is added to build.sh set the key id. If it is set, the squashfs files will be signed
    by gpg and the gpg key will be added to archiso.img. In order to use this option, a gpg agent must be running.
    Since build.sh is executed as root, it may be necessary to set the GNUPGHOME environment variable, for
    example
    
    $ su -c "GNUPGHOME=/home/youruser/.gnupg /path/to/build.sh -g yourkeyid"
    e36e63b8