Add support for sparc "tar" binary image type.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-06-20 01:37:47 +01:00
parent 21d51d04f9
commit 6d9de44806
1 changed files with 2 additions and 2 deletions

View File

@ -35,10 +35,10 @@ fi
# Check image type
case "${LH_BINARY_IMAGES}" in
iso|usb-hdd)
iso|usb-hdd|tar)
;;
net|tar)
net)
Echo_error "not yet supported, aborting (FIXME)."
exit 1
;;