fatal_error "Unable to mount /sys can't continue"
fi
+msg -n "Mounting tmpfs on /dev"
+mount -t tmpfs none /dev > /dev/null 2>&1
+if [ "$?" = "0" ];
+then
+ ok_msg
+else
+ fatal_error "Unable to mount /dev can't continue"
+fi
+
msg -n "Mounting devpts on /dev/pts for ptmx"
mount -n -t devpts none /dev/pts > /dev/null 2>&1
if [ "$?" = "0" ];