[Debian-live-changes] r1056 - dists/trunk/live-helper/functions

Daniel Baumann daniel at alioth.debian.org
Fri Apr 13 08:53:49 UTC 2007


Author: daniel
Date: 2007-04-13 08:53:49 +0000 (Fri, 13 Apr 2007)
New Revision: 1056

Modified:
   dists/trunk/live-helper/functions/defaults.sh
Log:


Modified: dists/trunk/live-helper/functions/defaults.sh
===================================================================
--- dists/trunk/live-helper/functions/defaults.sh	2007-04-13 08:47:00 UTC (rev 1055)
+++ dists/trunk/live-helper/functions/defaults.sh	2007-04-13 08:53:49 UTC (rev 1056)
@@ -131,7 +131,15 @@
 	# Setting genisoimage
 	if [ -z "${LH_GENISOIMAGE}" ]
 	then
-		LH_GENISOIMAGE="genisoimage"
+		case "${LH_MODE}" in
+			debian)
+				LH_GENISOIMAGE="genisoimage"
+				;;
+
+			ubuntu)
+				LH_GENISOIMAGE="mkisofs"
+				;;
+		esac
 	fi
 
 	# Setting losetup




More information about the Debian-live-changes mailing list