浏览代码

Set rootfs for debian image

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

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

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