aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-03-25 03:06:12 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-03-25 03:06:12 +0100
commitb79bf458363f70195715111468f445144e96b7e0 (patch)
tree2a6297d2115d0ed4f12f50b2ae4ea8a7d74cdb76 /gen_initramfs.sh
parentUpdate longusage() (diff)
downloadgenkernel-b79bf458363f70195715111468f445144e96b7e0.tar.gz
genkernel-b79bf458363f70195715111468f445144e96b7e0.tar.bz2
genkernel-b79bf458363f70195715111468f445144e96b7e0.zip
sys-fs/cryptsetup[static] isn't required since 2012 anymore ...
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'gen_initramfs.sh')
-rwxr-xr-xgen_initramfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index d684844b..1469aaa4 100755
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -649,7 +649,7 @@ append_overlay(){
}
append_luks() {
- local _luks_error_format="LUKS support cannot be included: %s. Please emerge sys-fs/cryptsetup[static]."
+ local _luks_error_format="LUKS support cannot be included: %s. Please emerge sys-fs/cryptsetup."
local _luks_source=/sbin/cryptsetup
local _luks_dest=/sbin/cryptsetup