From cc8092771ea2b95cc8e328b7e7042d404379534c Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sun, 15 Jun 2008 16:27:35 +0100 Subject: Add support for usb-hdd on sparc (requires parted 1.8 from experimental). --- helpers/lh_binary_silo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helpers/lh_binary_silo') diff --git a/helpers/lh_binary_silo b/helpers/lh_binary_silo index 8274d3991..22248bca7 100755 --- a/helpers/lh_binary_silo +++ b/helpers/lh_binary_silo @@ -111,7 +111,7 @@ esac # Setting destination directory case "${LH_BINARY_IMAGES}" in - iso) + iso|usb-hdd) case "${LH_INITRAMFS}" in casper) DESTDIR_LIVE="binary/casper" @@ -125,7 +125,7 @@ case "${LH_BINARY_IMAGES}" in DESTDIR_INSTALL="binary/install" ;; - net|tar|usb-hdd) + net|tar) Echo_error "not yet supported, aborting (FIXME)." exit 1 ;; -- cgit v1.2.3