diff options
author | Christian Hesse <mail@eworm.de> | 2017-09-22 01:16:51 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2017-09-22 01:16:51 +0200 |
commit | 202900fce432b2bb12548957057d9635517f4779 (patch) | |
tree | 18ecf5a8ad6b1e9ceb0750e848051a80bb998fd5 /dracut/module-setup.sh | |
parent | e773b46301d40c977f2fb817571ec1c20c9fbace (diff) | |
download | mkinitcpio-ykfde-202900fce432b2bb12548957057d9635517f4779.tar.gz mkinitcpio-ykfde-202900fce432b2bb12548957057d9635517f4779.tar.zst |
sleep and pkill are no longer required
Diffstat (limited to 'dracut/module-setup.sh')
-rwxr-xr-x | dracut/module-setup.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dracut/module-setup.sh b/dracut/module-setup.sh index 8891803..a7cce66 100755 --- a/dracut/module-setup.sh +++ b/dracut/module-setup.sh @@ -25,8 +25,6 @@ install() { inst_simple /usr/lib/systemd/system/ykfde-2f.service ln_r $systemdsystemunitdir/ykfde-2f.service $systemdsystemunitdir/sysinit.target.wants/ykfde-2f.service inst_simple /usr/bin/systemd-ask-password - inst_simple /usr/bin/pkill - inst_simple /usr/bin/sleep fi |