Add support for sparc "tar" binary image type.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
21d51d04f9
commit
6d9de44806
|
@ -35,10 +35,10 @@ fi
|
||||||
|
|
||||||
# Check image type
|
# Check image type
|
||||||
case "${LH_BINARY_IMAGES}" in
|
case "${LH_BINARY_IMAGES}" in
|
||||||
iso|usb-hdd)
|
iso|usb-hdd|tar)
|
||||||
;;
|
;;
|
||||||
|
|
||||||
net|tar)
|
net)
|
||||||
Echo_error "not yet supported, aborting (FIXME)."
|
Echo_error "not yet supported, aborting (FIXME)."
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue