Guest User

Untitled

a guest
Nov 11th, 2011
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. line 69
  2. elif [ -f $card/rootfs.ext3 ]; then
  3.     root="$card/rootfs.ext3"
  4.     SQUASHFS=2
  5. else
  6.  
  7. line 83
  8. elif [ $SQUASHFS -eq 2 ]; then
  9.     mount -t ext3 -o noatime,nodiratime,sync,ro /dev/block/loop2 /rfs
  10.     [ $? -eq 0 ] || fail "Failed to mount rootfs"
  11.  
Advertisement
Add Comment
Please, Sign In to add comment