diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-04-07 18:27:35 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-04-09 12:05:42 -0700 |
commit | 9560022e2734a314cf81a62769f23220f5214859 (patch) | |
tree | fb047706c5199ac3de56dcbafa156b63a16a34a9 /examples | |
parent | doc: Update catalyst-spec.5 for netboot2 rename (diff) | |
download | catalyst-9560022e2734a314cf81a62769f23220f5214859.tar.gz catalyst-9560022e2734a314cf81a62769f23220f5214859.tar.bz2 catalyst-9560022e2734a314cf81a62769f23220f5214859.zip |
targets: Drop SHA512 isoroot verification support
BLAKE2 is good and fast. Pentoo is using BLAKE2. There's no need for a
second digest.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/livecd-stage2_template.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/livecd-stage2_template.spec b/examples/livecd-stage2_template.spec index 7398c972..4cb94d40 100644 --- a/examples/livecd-stage2_template.spec +++ b/examples/livecd-stage2_template.spec @@ -316,11 +316,11 @@ boot/kernel/gentoo/packages: # boot/kernel/gentoo/console: tty0 ttyS0 boot/kernel/gentoo/console: -# This feature will make sha512, blake2, or both checksums for every file in the iso (including files provided by livecd/overlay -# These checksums can be verified at boot using the genkernel option "verify" added to the kernel line. -# Currently this feature will generate both checksums if livecd/verify is defined to *any* value other than "blake2" or "sha512" +# Enables the generation of a isoroot_b2sums file containing a BLAKE2 digest of +# each file in the ISO. When 'livecd/bootargs' contains 'verify' this feature +# will be used to verify the contents of the ISO at boot time. # No checksums are generated if this is left commented. -#livecd/verify: sha512 +#livecd/verify: blake2 # This feature controls the depclean run after fsscript and before unmerge. # The default is unset, and will run emerge --depclean --with-bdeps=n which results |