From 877a3281794e15ce157113943c2e95d0d9f4938c Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 1 Jan 2009 14:27:29 +0000 Subject: [PATCH] dmesg and sysfs won't work in a vserver, #137 thanks to Hollow. --- init.d/dmesg.in | 1 + init.d/sysfs.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/init.d/dmesg.in b/init.d/dmesg.in index 6aad0e28..d3528d0d 100644 --- a/init.d/dmesg.in +++ b/init.d/dmesg.in @@ -7,6 +7,7 @@ description="Set the dmesg level for a cleaner boot" depend() { before dev modules + keyword novserver } start() 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()