Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- line 69
- elif [ -f $card/rootfs.ext3 ]; then
- root="$card/rootfs.ext3"
- SQUASHFS=2
- else
- line 83
- elif [ $SQUASHFS -eq 2 ]; then
- mount -t ext3 -o noatime,nodiratime,sync,ro /dev/block/loop2 /rfs
- [ $? -eq 0 ] || fail "Failed to mount rootfs"
Advertisement
Add Comment
Please, Sign In to add comment