[SCM] live-helper branch, debian-next, updated. debian/2.0_a18-1-1-gccfd76a

Daniel Baumann daniel at debian.org
Sat Jul 10 21:45:39 UTC 2010


The following commit has been merged in the debian-next branch:
commit ccfd76ae4fde42d6da1f915f40f8100e1b5b0081
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jul 10 23:44:46 2010 +0200

    Also creating .disk meta information on usb images, otherwise debian-installer doesn't detect the installer media.

diff --git a/helpers/binary_disk b/helpers/binary_disk
index d678cea..69f2e0b 100755
--- a/helpers/binary_disk
+++ b/helpers/binary_disk
@@ -24,7 +24,7 @@ Read_conffiles config/all config/common config/bootstrap config/chroot config/bi
 Set_defaults
 
 case "${LH_BINARY_IMAGES}" in
-	iso*)
+	iso*|usb*)
 		;;
 	*)
 		exit 0
diff --git a/helpers/source_disk b/helpers/source_disk
index 8a2ae79..6951276 100755
--- a/helpers/source_disk
+++ b/helpers/source_disk
@@ -24,7 +24,7 @@ Read_conffiles config/all config/common config/bootstrap config/chroot config/bi
 Set_defaults
 
 case "${LH_SOURCE_IMAGES}" in
-	iso*)
+	iso*|usb*)
 		;;
 
 	*)

-- 
live-helper



More information about the debian-live-changes mailing list