dmesg and sysfs won't work in a vserver, #137 thanks to Hollow.

This commit is contained in:
Roy Marples 2009-01-01 14:27:29 +00:00
parent 1efa64cae8
commit 877a328179
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ description="Set the dmesg level for a cleaner boot"
depend() depend()
{ {
before dev modules before dev modules
keyword novserver
} }
start() start()

View File

@ -6,7 +6,7 @@ description="Mount the sys filesystem."
depend() depend()
{ {
keyword noprefix keyword noprefix novserver
} }
mount_sys() mount_sys()