[SCM] debian-live branch, master, updated. 1.0_a47-1-54-gbcd8472
Chris Lamb
chris at chris-lamb.co.uk
Fri Jun 20 00:45:18 UTC 2008
The following commit has been merged in the master branch:
commit 6d9de448069a0d681dd9ba3c3ac5b528f11247d2
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date: Fri Jun 20 01:37:47 2008 +0100
Add support for sparc "tar" binary image type.
Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>
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
;;
--
debian-live
More information about the debian-live-changes
mailing list