diff options
author | Christian Hesse <mail@eworm.de> | 2015-01-06 20:56:19 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-01-06 20:56:19 +0100 |
commit | 06fc9a2ae377c1d90ade46302c21dd886397a2af (patch) | |
tree | a1223803e3c96733b2ad1901a00542ec0b7334d7 /dracut/module-setup.sh | |
parent | e9810f76dae9471d61d3ca475a762d9d64de08bc (diff) | |
parent | c573cf05158b38c273727898d472280b7e858b51 (diff) | |
download | mkinitcpio-ykfde-06fc9a2ae377c1d90ade46302c21dd886397a2af.tar.gz mkinitcpio-ykfde-06fc9a2ae377c1d90ade46302c21dd886397a2af.tar.zst |
Merge pull request #2 from nj0y/dev
Update Documentation from Dracut & modified dracut
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 } |