diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-02-15 21:36:29 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-02-15 21:38:11 +0100 |
commit | 3d23af3d4a02c676702cf6d8ddc36a9317320ea8 (patch) | |
tree | b3bdfbab7065b2e6370836530768c598e92f1a3b /doc | |
parent | gkbuilds/xfsprogs: avoid automagic on libdevmapper (diff) | |
download | genkernel-3d23af3d4a02c676702cf6d8ddc36a9317320ea8.tar.gz genkernel-3d23af3d4a02c676702cf6d8ddc36a9317320ea8.tar.bz2 genkernel-3d23af3d4a02c676702cf6d8ddc36a9317320ea8.zip |
Add b2sum
b2sum can be used to verify (boot) media since
commit 5c55dd467a563623f16be27f670b5a3ddc79fb02.
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/genkernel.8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index 6c7b9bd4..e00e0287 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -430,6 +430,10 @@ system is able to load multiple initramfs. `gpg --symmetric -o /path/to/LUKS-key.gpg /path/to/LUKS-key` . After that, re-point the *root_key* argument to the new .gpg file. +*--*[*no-*]*b2sum*:: + Includes or excludes b2sum in the initramfs. + When enabled, this will compile coreutils' b2sum for you. + *--*[*no-*]*busybox*:: Includes or excludes busybox in the initramfs. When enabled, this will compile busybox for you. |