This is an automated email from the git hooks/post-receive script. djgera pushed a change to branch master in repository archiso. from 5725183 fix boot parameters for mount options new 249a52d Add gpg to the image and optionally create a keyring new 1a59eb3 Add the verify=y option to verify the squashfs signature with gpg new b644d3e Optionally sign the squashfs files with gpg new e36e63b Optionally sign the squashfs files with gpg and add the gpg key to the initramfs The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit e36e63b8f1b3d7324e7e3706fd11fdff4ec24358 Author: Thomas Bächler <thomas@archlinux.org> Date: Sat Feb 13 10:08:38 2016 +0100 Optionally sign the squashfs files with gpg and add the gpg key to the initramfs 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" commit b644d3e92396e50e54fd66a634e183338f39bea8 Author: Thomas Bächler <thomas@archlinux.org> Date: Sat Feb 13 01:08:50 2016 +0100 Optionally sign the squashfs files with gpg A new option -g <keyid> is added to set the key id. The squashfs files are only signed if this option is set. commit 1a59eb379269d5312cb9fd0cde21d5691cae733d Author: Thomas Bächler <thomas@archlinux.org> Date: Sat Feb 13 01:08:49 2016 +0100 Add the verify=y option to verify the squashfs signature with gpg commit 249a52d941ca3edbffa4607683220a90be357ebd Author: Thomas Bächler <thomas@archlinux.org> Date: Sat Feb 13 10:07:28 2016 +0100 Add gpg to the image and optionally create a keyring If the ARCHISO_GNUPG_FD environment variable is set, its contents will be interpreted as an open file descriptor and its contents will be used to create a keyring in the initramfs in /gpg. Summary of changes: archiso/initcpio/hooks/archiso | 24 ++++++++++++++++++++++++ archiso/initcpio/hooks/archiso_pxe_http | 3 +++ archiso/initcpio/install/archiso | 6 ++++++ archiso/mkarchiso | 13 ++++++++++++- configs/releng/build.sh | 15 ++++++++++++--- 5 files changed, 57 insertions(+), 4 deletions(-) -- To stop receiving notification emails like this one, please contact the administrator of this repository.