aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2015-09-23 13:25:23 -0400
committerRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2015-09-23 13:25:23 -0400
commit2b0e9243fb2456e86053b9448938359920916ecc (patch)
treec2f8e9dd34e0da844e3aaadec2440ee2fe2aa216 /examples/livecd-stage2_template.spec
parentkmerge.sh blows away the /usr/src/linux symlink but nothing puts it back in p... (diff)
downloadcatalyst-2b0e9243fb2456e86053b9448938359920916ecc.tar.gz
catalyst-2b0e9243fb2456e86053b9448938359920916ecc.tar.bz2
catalyst-2b0e9243fb2456e86053b9448938359920916ecc.zip
add isoroot checksum support to generate checksums for genkernel to verify
Diffstat (limited to 'examples/livecd-stage2_template.spec')
-rw-r--r--examples/livecd-stage2_template.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/livecd-stage2_template.spec b/examples/livecd-stage2_template.spec
index c2c6bf3a..49ddcd78 100644
--- a/examples/livecd-stage2_template.spec
+++ b/examples/livecd-stage2_template.spec
@@ -331,6 +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
+# 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
+
# This is a list of packages that will be unmerged after all the kernels have
# been built. There are no checks on these packages, so be careful what you
# add here. They can potentially break your CD.