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

daniel at alioth.debian.org daniel at alioth.debian.org
Thu May 24 09:27:40 UTC 2007


Author: daniel
Date: 2007-05-24 09:27:39 +0000 (Thu, 24 May 2007)
New Revision: 1670

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-05-24 09:27:06 UTC (rev 1669)
+++ dists/trunk/live-helper/functions/defaults.sh	2007-05-24 09:27:39 UTC (rev 1670)
@@ -189,7 +189,12 @@
 	# Setting initramfs generator
 	if [ -z "${LH_INITRAMFS}" ]
 	then
-		LH_INITRAMFS="casper"
+		if [ "${LIVE_DISTRIBUTION}" = "etch" ]
+		then
+			LH_INITRAMFS="casper"
+		else
+			LH_INITRAMFS="live-initramfs"
+		fi
 	fi
 
 	# Setting root directory




More information about the Debian-live-changes mailing list