From dc295a5569353ef7a4f42a9b4796fd36f9520e68 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Thu, 13 Feb 2020 11:40:08 -0500 Subject: update livecd/verify to control digest type plus document it right Signed-off-by: Rick Farina (Zero_Chaos) --- examples/livecd-stage2_template.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/livecd-stage2_template.spec b/examples/livecd-stage2_template.spec index cc5cf00e..7dd64c3f 100644 --- a/examples/livecd-stage2_template.spec +++ b/examples/livecd-stage2_template.spec @@ -331,10 +331,11 @@ boot/kernel/gentoo/machine_type: # boot/kernel/gentoo/console: tty0 ttyS0 boot/kernel/gentoo/console: -# This feature will make sha512 checksums for every file in the iso (including files provided by livecd/overlay +# 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 be enabled if livecd/verify is defined to *any* value, leave commented to disable. -#livecd/verify: true +# Currently this feature will generate both checksums if livecd/verify is defined to *any* value other than "blake2" or "sha512" +# No checksums are generated if this is left commented. +#livecd/verify: sha512 # 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 -- cgit v1.2.3-65-gdbad