diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-15 16:27:35 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:35 +0100 |
commit | cc8092771ea2b95cc8e328b7e7042d404379534c (patch) | |
tree | 6e24abc44ababfbe1f7f644a505f43cbdc03a4ad /helpers/lh_binary_silo | |
parent | c96228be81fcf23eb7a50e1dbba59bd6f5455627 (diff) | |
download | live-build-cc8092771ea2b95cc8e328b7e7042d404379534c.zip live-build-cc8092771ea2b95cc8e328b7e7042d404379534c.tar.gz |
Add support for usb-hdd on sparc (requires parted 1.8 from experimental).
Diffstat (limited to 'helpers/lh_binary_silo')
-rwxr-xr-x | helpers/lh_binary_silo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_binary_silo b/helpers/lh_binary_silo index 8274d39..22248bc 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 ;; |