diff options
author | 2015-04-12 17:03:46 -0400 | |
---|---|---|
committer | 2015-04-12 17:03:46 -0400 | |
commit | 8434722d7bfcb4b6d7d6dc7f6f5f6330bbe9289a (patch) | |
tree | 233b0a844eef000e6aab819c482c63e6f0fe3204 | |
parent | genkernel.conf: added another CMD_CALLBACK example (diff) | |
download | genkernel-8434722d7bfcb4b6d7d6dc7f6f5f6330bbe9289a.tar.gz genkernel-8434722d7bfcb4b6d7d6dc7f6f5f6330bbe9289a.tar.bz2 genkernel-8434722d7bfcb4b6d7d6dc7f6f5f6330bbe9289a.zip |
update old cryptsetup-luks references
URL: https://bugs.gentoo.org/504006
Reported-by: e1903131@drdrb.com
-rw-r--r-- | defaults/initrd.scripts | 2 | ||||
-rwxr-xr-x | gen_cmdline.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index 5ef5d0b..153c379 100644 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -826,7 +826,7 @@ startiscsi() { # Open a LUKS device -# It is either the root or a swap, other devices are supported in the scripts provided with sys-fs/cryptsetup-luks +# It is either the root or a swap, other devices are supported in the scripts provided with sys-fs/cryptsetup # $1 - root/swap openLUKS() { # please use 'tr' and this line, or remove it diff --git a/gen_cmdline.sh b/gen_cmdline.sh index baa58fa..2678d5d 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -110,7 +110,7 @@ longusage() { echo " --disklabel Include disk label and uuid support in your ramdisk" echo " --no-disklabel Exclude disk label and uuid support in your ramdisk" echo " --luks Include LUKS support" - echo " --> 'emerge cryptsetup-luks' with USE=-dynamic" + echo " --> 'emerge cryptsetup' with USE=static" echo " --no-luks Exclude LUKS support" echo " --gpg Include GPG-armored LUKS key support" echo " --no-gpg Exclude GPG-armored LUKS key support" |