Browse Source

Set rootfs for debian image

Bob Mottram 9 years ago
parent
commit
3e88f85cc6
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/freedombone-prep

+ 2
- 1
src/freedombone-prep View File

110
     shift
110
     shift
111
     MICROSD_DRIVE="$1"
111
     MICROSD_DRIVE="$1"
112
     ;;
112
     ;;
113
-    # BBB static IP address on the LAN
113
+    # debian disk image created with freedombone-image
114
     -i|--image)
114
     -i|--image)
115
     shift
115
     shift
116
     DEBIAN_IMAGE_FILENAME="$1"
116
     DEBIAN_IMAGE_FILENAME="$1"
117
+    ROOTFS='usb1/@'
117
     ;;
118
     ;;
118
     # BBB static IP address on the LAN
119
     # BBB static IP address on the LAN
119
     --ip)
120
     --ip)