remove udev startup from container
[sysadmin-cookbook] / recepies / lxc / lxc-watchdog.sh
index 39d0ec7..d2dc43e 100755 (executable)
@@ -59,6 +59,7 @@ cleanup_init_scripts() {
                $rootfs/etc/rc?.d/*umountfs \
                $rootfs/etc/rc?.d/*umountroot \
                $rootfs/etc/rc?.d/*hwclock* \
+               $rootfs/etc/rc?.d/*udev* \
        2>/dev/null | xargs -i rm -v {}
 }