[SCM] debian-live branch, master, updated. 1.0.0-2-16-g1c25a40

Daniel Baumann daniel at debian.org
Sun Sep 7 20:02:25 UTC 2008


The following commit has been merged in the master branch:
commit 846cc4ed7762f5ca35578b8704bfd2f53af9005c
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