diff options
-rw-r--r-- | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ busybox --install -s mkdir -p /new_root mount -t proc proc /proc -o nosuid,noexec,nodev mount -t sysfs sys /sys -o nosuid,noexec,nodev -if grep -q devtmpfs /proc/filesystems 2>/dev/null; then +if grep -q devtmpfs /proc/filesystems; then mount -n -t devtmpfs udev /dev -o mode=0755,size=10M,nosuid devtmpfs_mounted=1 else |