dont redirect to dev/null

This commit is contained in:
Tobias Powalowski 2011-10-29 09:52:29 +02:00
parent 016787290b
commit 4143438838

View file

@ -9,7 +9,7 @@ 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