Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 2565d442133d17866d7a0458852920c6 > files > 70

dracut-005-5.fc13.src.rpm

From c634889ecd248be9b9eaf78e8f1ee2a0913d94bf Mon Sep 17 00:00:00 2001
From: Harald Hoyer <harald@redhat.com>
Date: Wed, 9 Jun 2010 11:56:06 +0200
Subject: [PATCH 070/133] plymouth/cryptroot-ask.sh: beautify password prompt

---
 modules.d/50plymouth/cryptroot-ask.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules.d/50plymouth/cryptroot-ask.sh b/modules.d/50plymouth/cryptroot-ask.sh
index 7dee9a1..3897b33 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
-- 
1.7.3