Set rootfs for debian image
This commit is contained in:
parent
b254a5512b
commit
3e88f85cc6
|
@ -110,10 +110,11 @@ case $key in
|
|||
shift
|
||||
MICROSD_DRIVE="$1"
|
||||
;;
|
||||
# BBB static IP address on the LAN
|
||||
# debian disk image created with freedombone-image
|
||||
-i|--image)
|
||||
shift
|
||||
DEBIAN_IMAGE_FILENAME="$1"
|
||||
ROOTFS='usb1/@'
|
||||
;;
|
||||
# BBB static IP address on the LAN
|
||||
--ip)
|
||||
|
|
Loading…
Reference in New Issue