commit: 8434722d7bfcb4b6d7d6dc7f6f5f6330bbe9289a Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Sun Apr 12 21:03:46 2015 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Sun Apr 12 21:03:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=8434722d
update old cryptsetup-luks references URL: https://bugs.gentoo.org/504006 Reported-by: e1903131 <AT> drdrb.com defaults/initrd.scripts | 2 +- 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"
