Commit 096ef926 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

removed fatal message from the init script

parent 51c2930a
...@@ -176,9 +176,6 @@ mount_and_boot() { ...@@ -176,9 +176,6 @@ mount_and_boot() {
if ! mount -t $ROOT_FSTYPE -o rw,noatime $ROOT_DEVICE $ROOT_MOUNT ; then if ! mount -t $ROOT_FSTYPE -o rw,noatime $ROOT_DEVICE $ROOT_MOUNT ; then
fatal "Could not mount rootfs device (not $ROOT_FSTYPE?)" fatal "Could not mount rootfs device (not $ROOT_FSTYPE?)"
fi fi
fatal "root filesystem type is = $ROOT_FSTYPE"
if [ "$ROOT_FSTYPE" = "ubifs" ]; then if [ "$ROOT_FSTYPE" = "ubifs" ]; then
#mknod /dev/loop0 b 7 0 2>/dev/null #mknod /dev/loop0 b 7 0 2>/dev/null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment