diff options
-rw-r--r-- | init.d/udev-mount | 5 | ||||
-rw-r--r-- | init.d/udev-postmount | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/init.d/udev-mount b/init.d/udev-mount index bf08587..62742bd 100644 --- a/init.d/udev-mount +++ b/init.d/udev-mount @@ -4,6 +4,11 @@ description="mount devtmpfs or tmpfs on /dev" +depend() +{ + keyword -vserver -lxc +} + mount_dev_directory() { if mountinfo -q /dev; then diff --git a/init.d/udev-postmount b/init.d/udev-postmount index 41c14c1..d689681 100644 --- a/init.d/udev-postmount +++ b/init.d/udev-postmount @@ -13,6 +13,7 @@ depend() if [ $(udev_version) -lt 175 ]; then after dbus # for trigger failed fi + keyword -vserver -lxc } dir_writeable() |