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

Daniel Baumann daniel at alioth.debian.org
Wed Apr 25 19:17:22 UTC 2007


Author: daniel
Date: 2007-04-25 19:17:22 +0000 (Wed, 25 Apr 2007)
New Revision: 1172

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-25 19:14:10 UTC (rev 1171)
+++ dists/trunk/live-helper/helpers/lh_binary_grub	2007-04-25 19:17:22 UTC (rev 1172)
@@ -159,14 +159,14 @@
 # Assembling debian installer configuration
 if [ "${LIVE_INSTALLER}" = "enabled" ]
 then
-	LIVE_KERNEL_INSTALL="title\t\tDebian GNU/Linux - install\n\tkernel /`basename ${DESTDIR_INSTALL}`/vmlinuz vga=normal -- \n\tinitrd\t\t/`basename ${DESTDIR_INSTALL}`/initrd.gz"
-	LIVE_KERNEL_INSTALL="${LIVE_KERNEL_INSTALL}\n\ntitle\t\tDebian GNU/Linux - installgui\n\tkernel /`basename ${DESTDIR_INSTALL}`/vmlinuz video=vesa:ywrap,mtrr vga=788 -- \n\tinitrd\t\t/`basename ${DESTDIR_INSTALL}`/gtk/initrd.gz"
-	LIVE_KENREL_INSTALL="${LIVE_KERNEL_INSTALL}\n\ntitle\t\tDebian GNU/Linux - expert\n\tkernel /`basename ${DESTDIR_INSTALL}`/vmlinuz priority=low vga=normal -- \n\tinitrd\t\t /`basename ${DESTDIR_INSTALL}`/initrd.gz"
-	LIVE_KERNEL_INSTALL="${LIVE_KERNEL_INSTALL}\n\ntitle\t\tDebian GNU/Linux - expertgui\n\tkernel /`basename ${DESTDIR_INSTALL}`/vmlinuz priority=low video=vesa:ywrap,mtrr vga=788\n\tinitrd\t\t/`basename ${DESTDIR_INSTALL}`/gtk/initrd.gz"
-	LIVE_KERNEL_INSTALL="${LIVE_KERNEL_INSTALL}\n\ntitle\t\tDebian GNU/Linux - rescue\n\tkernel /`basename ${DESTDIR_INSTALL}`/vmlinuz vga=normal rescue/enable=true -- \n\tinitrd\t\t/`basename ${DESTDIR_INSTALL}`/initrd.gz"
-	LIVE_KERNEL_INSTALL="${LIVE_KERNEL_INSTALL}\n\ntitle\t\tDebian GNU/Linux - rescuegui\n\tkernel /`basename ${DESTDIR_INSTALL}`/vmlinuz video=vesa:ywrap,mtrr vga=788 rescue/enable=true --\n\tinitrd\t\t/`basename ${DESTDIR_INSTALL}`/gtk/initrd.gz"
-	LIVE_KERNEL_INSTALL="${LIVE_KERNEL_INSTALL}\n\ntitle\t\tDebian GNU/Linux - auto\n\tkernel /`basename ${DESTDIR_INSTALL}`/vmlinuz auto=true priority=critical vga=normal -- \n\tinitrd\t\t/`basename ${DESTDIR_INSTALL}`/initrd.gz"
-	LIVE_KERNEL_INSTALL="${LIVE_KERNEL_INSTALL}\n\ntitle\t\tDebian GNU/Linux - autogui\n\tkernel /`basename ${DESTDIR_INSTALL}`/vmlinuz auto=true priority=critical video=vesa:ywrap,mtrr vga=788 -- \n\tinitrd\t\t/`basename ${DESTDIR_INSTALL}`/gtk/initrd.gz"
+	LIVE_KERNEL_INSTALL="title\t\tDebian GNU/Linux - install\nkernel /`basename ${DESTDIR_INSTALL}`/vmlinuz vga=normal -- \ninitrd\t\t/`basename ${DESTDIR_INSTALL}`/initrd.gz"
+	LIVE_KERNEL_INSTALL="${LIVE_KERNEL_INSTALL}\n\ntitle\t\tDebian GNU/Linux - installgui\nkernel /`basename ${DESTDIR_INSTALL}`/vmlinuz video=vesa:ywrap,mtrr vga=788 -- \ninitrd\t\t/`basename ${DESTDIR_INSTALL}`/gtk/initrd.gz"
+	LIVE_KENREL_INSTALL="${LIVE_KERNEL_INSTALL}\n\ntitle\t\tDebian GNU/Linux - expert\nkernel /`basename ${DESTDIR_INSTALL}`/vmlinuz priority=low vga=normal -- \ninitrd\t\t /`basename ${DESTDIR_INSTALL}`/initrd.gz"
+	LIVE_KERNEL_INSTALL="${LIVE_KERNEL_INSTALL}\n\ntitle\t\tDebian GNU/Linux - expertgui\nkernel /`basename ${DESTDIR_INSTALL}`/vmlinuz priority=low video=vesa:ywrap,mtrr vga=788\ninitrd\t\t/`basename ${DESTDIR_INSTALL}`/gtk/initrd.gz"
+	LIVE_KERNEL_INSTALL="${LIVE_KERNEL_INSTALL}\n\ntitle\t\tDebian GNU/Linux - rescue\nkernel /`basename ${DESTDIR_INSTALL}`/vmlinuz vga=normal rescue/enable=true -- \ninitrd\t\t/`basename ${DESTDIR_INSTALL}`/initrd.gz"
+	LIVE_KERNEL_INSTALL="${LIVE_KERNEL_INSTALL}\n\ntitle\t\tDebian GNU/Linux - rescuegui\nkernel /`basename ${DESTDIR_INSTALL}`/vmlinuz video=vesa:ywrap,mtrr vga=788 rescue/enable=true --\ninitrd\t\t/`basename ${DESTDIR_INSTALL}`/gtk/initrd.gz"
+	LIVE_KERNEL_INSTALL="${LIVE_KERNEL_INSTALL}\n\ntitle\t\tDebian GNU/Linux - auto\nkernel /`basename ${DESTDIR_INSTALL}`/vmlinuz auto=true priority=critical vga=normal -- \ninitrd\t\t/`basename ${DESTDIR_INSTALL}`/initrd.gz"
+	LIVE_KERNEL_INSTALL="${LIVE_KERNEL_INSTALL}\n\ntitle\t\tDebian GNU/Linux - autogui\nkernel /`basename ${DESTDIR_INSTALL}`/vmlinuz auto=true priority=critical video=vesa:ywrap,mtrr vga=788 -- \ninitrd\t\t/`basename ${DESTDIR_INSTALL}`/gtk/initrd.gz"
 fi
 
 # Assembling memtest configuration




More information about the Debian-live-changes mailing list