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

Daniel Baumann daniel at alioth.debian.org
Wed Apr 11 09:46:19 UTC 2007


Author: daniel
Date: 2007-04-11 09:46:19 +0000 (Wed, 11 Apr 2007)
New Revision: 1017

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


Modified: dists/trunk/live-helper/helpers/lh_chroot_linuximage
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_linuximage	2007-04-11 09:15:26 UTC (rev 1016)
+++ dists/trunk/live-helper/helpers/lh_chroot_linuximage	2007-04-11 09:46:19 UTC (rev 1017)
@@ -54,7 +54,11 @@
 		fi
 
 		# Configuring kernel-img.conf
-		echo "do_initrd = Yes"  >> chroot/etc/kernel-img.conf
+cat >> chroot/etc/kernel-img.conf << EOF
+do_bootloader = No
+do_initrd = Yes
+warn_initrd = No
+EOF
 
 		if [ "${LIVE_KERNEL_PACKAGES}" != "none" ]
 		then




More information about the Debian-live-changes mailing list