Add support for sparc "tar" binary image type.

This commit is contained in:
Chris Lamb 2008-06-20 01:37:47 +01:00 committed by Daniel Baumann
parent fd9c9df5a8
commit 9f1a88d0d9
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
;;