[SCM] debian-live branch, master, updated. 1.0.0-2-14-g688bbfe
Chris Lamb
chris at chris-lamb.co.uk
Sun Sep 7 13:35:51 UTC 2008
The following commit has been merged in the master branch:
commit 688bbfee93a11a38044aebf6043221892f0adf1c
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date: Sun Sep 7 14:21:55 2008 +0100
Add "/.disk" metadata on usb-hdd images.
Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>
diff --git a/helpers/lh_binary_disk b/helpers/lh_binary_disk
index 04db1ac..7cb707f 100755
--- a/helpers/lh_binary_disk
+++ b/helpers/lh_binary_disk
@@ -28,10 +28,13 @@ Arguments "${@}"
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
Set_defaults
-if [ "${LH_BINARY_IMAGES}" != "iso" ]
-then
- exit 0
-fi
+case "${LH_BINARY_IMAGES}" in
+ iso|usb-hdd)
+ ;;
+ *)
+ exit 0
+ ;;
+esac
Echo_message "Begin installing disk information..."
--
debian-live
More information about the debian-live-changes
mailing list