From 9f1a88d0d925aac6c373f661eb75790b43696d95 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Fri, 20 Jun 2008 01:37:47 +0100 Subject: Add support for sparc "tar" binary image type. --- helpers/lh_binary_silo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/lh_binary_silo b/helpers/lh_binary_silo index 42d57fd..22900f8 100755 --- a/helpers/lh_binary_silo +++ b/helpers/lh_binary_silo @@ -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 ;; -- cgit v1.0