Ver código fonte

Set rootfs for debian image

Bob Mottram 9 anos atrás
pai
commit
3e88f85cc6
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2
    1
      src/freedombone-prep

+ 2
- 1
src/freedombone-prep Ver arquivo

@@ -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)