浏览代码

Set rootfs for debian image

Bob Mottram 10 年前
父节点
当前提交
3e88f85cc6
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      src/freedombone-prep

+ 2
- 1
src/freedombone-prep 查看文件

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)