From: Harald Hoyer Date: Wed, 9 Jun 2010 09:56:06 +0000 (+0200) Subject: plymouth/cryptroot-ask.sh: beautify password prompt X-Git-Tag: 006~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08e10f05f61a1d0d4ea42ee265ad843db670c81e;p=thirdparty%2Fdracut.git plymouth/cryptroot-ask.sh: beautify password prompt --- diff --git a/modules.d/50plymouth/cryptroot-ask.sh b/modules.d/50plymouth/cryptroot-ask.sh index 7dee9a193..3897b33e9 100755 --- a/modules.d/50plymouth/cryptroot-ask.sh +++ b/modules.d/50plymouth/cryptroot-ask.sh @@ -68,13 +68,13 @@ unset LUKS luks luuid if [ $ask -gt 0 ]; then info "luksOpen $device $luksname" if [ $num -eq 1 ]; then - prompt="Password:" + prompt="Password for filesystem" else prompt="Password [$device ($luksname)]:" if [ ${#luksname} -gt 8 ]; then sluksname=${sluksname##luks-} sluksname=${luksname%%${luksname##????????}} - prompt="Password [$device ($sluksname...)]:" + prompt="Password for $device ($sluksname...)" fi fi # flock against other interactive activities