Commit 03761fd8 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

debugging overlayfs

parent 24fbe8bf
......@@ -177,6 +177,8 @@ mount_and_boot() {
fatal "Could not mount rootfs device (not $ROOT_FSTYPE?)"
fi
fatal "root filesystem type is = $ROOT_FSTYPE"
if [ "$ROOT_FSTYPE" = "ubifs" ]; then
#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