aboutsummaryrefslogtreecommitdiffstats
path: root/dracut
diff options
context:
space:
mode:
authorGravatar Benjamin Pereto <benjamin.pereto@gmail.com>2015-01-06 20:13:26 +0100
committerGravatar Benjamin Pereto <benjamin.pereto@gmail.com>2015-01-06 20:13:26 +0100
commitc573cf05158b38c273727898d472280b7e858b51 (patch)
treea1223803e3c96733b2ad1901a00542ec0b7334d7 /dracut
parent28df7b4320088641e6cdc42a0a168c1e72866dda (diff)
downloadmkinitcpio-ykfde-c573cf05158b38c273727898d472280b7e858b51.tar.gz
mkinitcpio-ykfde-c573cf05158b38c273727898d472280b7e858b51.tar.zst
make challenges available in the main initramfs
Diffstat (limited to 'dracut')
-rwxr-xr-xdracut/module-setup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dracut/module-setup.sh b/dracut/module-setup.sh
index 86fcd32..d907ba7 100755
--- a/dracut/module-setup.sh
+++ b/dracut/module-setup.sh
@@ -15,6 +15,7 @@ install() {
inst_simple "$moddir/ykfde.sh" /sbin/ykfde.sh
inst_simple /usr/lib/udev/ykfde
inst_simple /etc/ykfde.conf
+ inst_dir /etc/ykfde.d/*
dracut_need_initqueue
}