summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
diff options
context:
space:
mode:
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