diff options
author | Benjamin Pereto <benjamin.pereto@gmail.com> | 2015-01-06 20:13:26 +0100 |
---|---|---|
committer | Benjamin Pereto <benjamin.pereto@gmail.com> | 2015-01-06 20:13:26 +0100 |
commit | c573cf05158b38c273727898d472280b7e858b51 (patch) | |
tree | a1223803e3c96733b2ad1901a00542ec0b7334d7 /dracut/module-setup.sh | |
parent | 28df7b4320088641e6cdc42a0a168c1e72866dda (diff) | |
download | mkinitcpio-ykfde-c573cf05158b38c273727898d472280b7e858b51.tar.gz mkinitcpio-ykfde-c573cf05158b38c273727898d472280b7e858b51.tar.zst |
make challenges available in the main initramfs
Diffstat (limited to 'dracut/module-setup.sh')
-rwxr-xr-x | dracut/module-setup.sh | 1 |
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 } |