From 50929c433e27997425608789064e5c3b9d28c464 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 11 Aug 2008 10:51:55 -0400 Subject: [PATCH] Use plymouth when asking for password to unlock encrypted persistent /home --- fedora-live-base.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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