Set rootfs for debian image

This commit is contained in:
Bob Mottram 2015-11-20 17:34:38 +00:00
parent b254a5512b
commit 3e88f85cc6
1 changed files with 2 additions and 1 deletions

View File

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