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

Daniel Baumann daniel at alioth.debian.org
Mon Apr 9 15:35:17 UTC 2007


Author: daniel
Date: 2007-04-09 15:35:17 +0000 (Mon, 09 Apr 2007)
New Revision: 988

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-09 15:34:02 UTC (rev 987)
+++ dists/trunk/live-helper/functions/defaults.sh	2007-04-09 15:35:17 UTC (rev 988)
@@ -329,7 +329,15 @@
 				;;
 
 			sparc)
-				LIVE_KERNEL_FLAVOUR="sparc32"
+				case "${LH_MODE}" in
+					debian)
+						LIVE_KERNEL_FLAVOUR="sparc32"
+						;;
+
+					ubuntu)
+						LIVE_KERNEL_FLAVOUR="sparc64"
+						;;
+				esac
 				;;
 
 			*)




More information about the Debian-live-changes mailing list