diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2017-03-08 10:41:31 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-03-08 10:44:10 -0600 |
commit | 21ca2b746cce67e2b3578fb7015c9d4c243e3a0c (patch) | |
tree | c11ee5e5b52e5fce762effa1f769714d341056b7 | |
parent | 6a79aef0159d7035778fd852b26ecfac903cd029 (diff) |
init.d/sysfs: drop modules completely from the dependencies
This is for #112.
-rw-r--r-- | init.d/sysfs.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init.d/sysfs.in b/init.d/sysfs.in index ff0c4e7d..8030ea84 100644 --- a/init.d/sysfs.in +++ b/init.d/sysfs.in @@ -15,7 +15,6 @@ sysfs_opts=nodev,noexec,nosuid depend() { - use modules keyword -docker -lxc -prefix -systemd-nspawn -vserver } |