summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-08-11 10:51:55 -0400
committerJeremy Katz <katzj@redhat.com>2008-08-11 10:51:55 -0400
commit50929c433e27997425608789064e5c3b9d28c464 (patch)
tree9b8d0a74243c9c1315ce9a4a7ccf3f8159e21375 /fedora-live-base.ks
parent6984b85099baabe8d495a1ee335d990b996d914e (diff)
downloadspin-kickstarts-50929c433e27997425608789064e5c3b9d28c464.tar.gz
spin-kickstarts-50929c433e27997425608789064e5c3b9d28c464.tar.xz
spin-kickstarts-50929c433e27997425608789064e5c3b9d28c464.zip
Use plymouth when asking for password to unlock encrypted persistent /home
Diffstat (limited to 'fedora-live-base.ks')
-rw-r--r--fedora-live-base.ks2
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index d8a63f7..e84aa7c 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -138,7 +138,7 @@ mountPersistentHome() {
if [ "\$(/lib/udev/vol_id -t \$homedev)" = "crypto_LUKS" ]; then
echo
echo "Setting up encrypted /home device"
- cryptsetup luksOpen \$homedev EncHome <&1
+ plymouth ask-for-password --command="cryptsetup luksOpen \$homedev EncHome"
homedev=/dev/mapper/EncHome
fi