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

Daniel Baumann daniel at alioth.debian.org
Thu Apr 12 08:49:27 UTC 2007


Author: daniel
Date: 2007-04-12 08:49:27 +0000 (Thu, 12 Apr 2007)
New Revision: 1041

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


Modified: dists/trunk/live-helper/helpers/lh_binary_grub
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_grub	2007-04-12 08:28:56 UTC (rev 1040)
+++ dists/trunk/live-helper/helpers/lh_binary_grub	2007-04-12 08:49:27 UTC (rev 1041)
@@ -118,6 +118,9 @@
 	mkdir -p "${DESTDIR}"
 fi
 
+# Moving files
+mv binary/vmlinuz* binary/initrd.img* binary/memtest "${DESTDIR}"
+
 # Setting boot parameters
 if [ -n "${LIVE_ENCRYPTION}" ]
 then
@@ -158,7 +161,7 @@
 		if [ -z "${LINUX}" ]
 		then
 			if [ "${LIVE_BINARY_IMAGE}" = "iso" ]
-		then
+			then
 				LINUX="title\t\tDebian GNU/Linux - Live, kernel `basename ${KERNEL} | sed -e 's/vmlinuz-//'`\nkernel\t\t/`basename ${DESTDIR}`/`basename ${KERNEL}` boot=casper LIVE_BOOTAPPEND\ninitrd\t\t/`basename ${DESTDIR}`/initrd.img-`basename ${KERNEL} | sed -e 's/vmlinuz-//'`"
 				LINUX="${LINUX}\n\ntitle\t\tDebian GNU/Linux - Live, kernel `basename ${KERNEL} | sed -e 's/vmlinuz-//'` (failsafe mode)\nkernel\t\t/`basename ${DESTDIR}`/`basename ${KERNEL}` boot=casper LIVE_BOOTAPPEND ${FAILSAFE}\ninitrd\t\t/`basename ${DESTDIR}`/initrd.img-`basename ${KERNEL} | sed -e 's/vmlinuz-//'`"
 			else




More information about the Debian-live-changes mailing list