diff options
author | Roy Marples <roy@marples.name> | 2009-01-01 14:27:29 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-01-01 14:27:29 +0000 |
commit | 877a3281794e15ce157113943c2e95d0d9f4938c (patch) | |
tree | 9a6a70c14ef2b601844b54d040748f29b3bba5a6 /init.d/sysfs.in | |
parent | 1efa64cae838d2624f9142b9419425df05ad46e6 (diff) |
dmesg and sysfs won't work in a vserver, #137 thanks to Hollow.
Diffstat (limited to 'init.d/sysfs.in')
-rw-r--r-- | init.d/sysfs.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/sysfs.in b/init.d/sysfs.in index be5c91bf..07f62347 100644 --- a/init.d/sysfs.in +++ b/init.d/sysfs.in @@ -6,7 +6,7 @@ description="Mount the sys filesystem." depend() { - keyword noprefix + keyword noprefix novserver } mount_sys() |