diff options
author | Benjamin Pereto <benjamin.pereto@gmail.com> | 2015-01-04 17:42:44 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-01-04 17:44:54 +0100 |
commit | 3a330ba3316e63c515011dd9bcfdbfc64c2e2b96 (patch) | |
tree | afe4617c543dc2061044aaaab8f15181de22f9a2 /dracut/parse-mod.sh | |
parent | a67ef52d5881e052abe2a4729e24facd4ba58260 (diff) | |
download | mkinitcpio-ykfde-3a330ba3316e63c515011dd9bcfdbfc64c2e2b96.tar.gz mkinitcpio-ykfde-3a330ba3316e63c515011dd9bcfdbfc64c2e2b96.tar.zst |
add dracut module
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'dracut/parse-mod.sh')
-rwxr-xr-x | dracut/parse-mod.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dracut/parse-mod.sh b/dracut/parse-mod.sh new file mode 100755 index 0000000..2ac9de2 --- /dev/null +++ b/dracut/parse-mod.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +/sbin/initqueue --settled --unique --onetime /sbin/ykfde.sh + |