[Debian-live-changes] r1389 - dists/trunk/live-helper/helpers

Daniel Baumann daniel at alioth.debian.org
Tue May 8 07:08:36 UTC 2007


Author: daniel
Date: 2007-05-08 07:08:36 +0000 (Tue, 08 May 2007)
New Revision: 1389

Modified:
   dists/trunk/live-helper/helpers/lh_binary_syslinux
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_syslinux
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-05-08 06:42:03 UTC (rev 1388)
+++ dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-05-08 07:08:36 UTC (rev 1389)
@@ -151,7 +151,7 @@
 FAILSAFE="noapic noapm nodma nomce nolapic nosmp vga=normal"
 
 # Assembling kernel configuration
-if [ "${LIVE_BINARY_IMAGE}" = "iso" ]
+if [ "${LIVE_BINARY_IMAGE}" != "net" ]
 then
 	DEFAULT_FLAVOUR="`echo ${LIVE_KERNEL_FLAVOUR} | awk '{ print $1 }'`"
 	LINUX="LABEL live\n\tkernel /`basename ${DESTDIR_LIVE}`/`basename chroot/boot/vmlinuz-*${DEFAULT_FLAVOUR}`\n\tappend initrd=/`basename ${DESTDIR_LIVE}`/initrd.img-`basename chroot/boot/vmlinuz-*${DEFAULT_FLAVOUR} | sed -e 's/vmlinuz-//'` boot=${INITFS} LIVE_BOOTAPPEND"




More information about the Debian-live-changes mailing list