Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Update templates/boot/grub/menu.lst, templates/boot/isolinux/*.cfg
authorMichael Prokop
Wed Jan 02 22:39:54 2008 +0100 (11 months ago)
changeset 44197f06a75f3e2
manifest97f06a75f3e2
parent 440727984ad00c4
child 442014c31044a26
Update templates/boot/grub/menu.lst, templates/boot/isolinux/*.cfg
debian/changelog
templates/boot/grub/menu.lst
templates/boot/isolinux/isolinux.cfg
templates/boot/isolinux/syslinux.cfg
--- a/debian/changelog Sat Dec 29 12:37:42 2007 +0100
+++ b/debian/changelog Wed Jan 02 22:39:54 2008 +0100
@@ -8,6 +8,11 @@ grml-live (0.0.15) unstable; urgency=low
- truecrypt-2.6.23-grml64
* Add new packages to GRML_MEDIUM:
- truecrypt-2.6.23-grml64
+ * templates/boot/grub/menu.lst, templates/boot/isolinux/*.cfg:
+ - drop deprecated entries
+ - add debian2hd for isolinux/syslinux
+ - fix serial bootoption
+ - add grml2hd template for grub
-- Michael Prokop <mika@grml.org> Fri, 28 Dec 2007 18:48:11 +0100
--- a/templates/boot/grub/menu.lst Sat Dec 29 12:37:42 2007 +0100
+++ b/templates/boot/grub/menu.lst Wed Jan 02 22:39:54 2008 +0100
@@ -44,12 +44,16 @@ kernel /boot/isolinux/linux26 toram apm=
kernel /boot/isolinux/linux26 toram apm=power-off lang=us vga=791 quiet boot=live nomce
initrd /boot/isolinux/initrd.gz
+title %GRML_NAME% %VERSION% - grml2hd - install grml to local harddisk [adjust it!]
+kernel /boot/isolinux/linux26 apm=power-off lang=us vga=791 quiet boot=live nomce partition=/dev/ice1 mbr=/dev/ice
+initrd /boot/isolinux/initrd.gz
+
title %GRML_NAME% %VERSION% - forensic mode
kernel /boot/isolinux/linux26 vga=791 lang=us nofstab noraid nolvm noautoconfig noswap raid=noautodetect quiet initrd=initrd.gz boot=live
initrd /boot/isolinux/initrd.gz
-title %GRML_NAME% %VERSION% - serial mode
-kernel /boot/isolinux/linux26 apm=power-off lang=us vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live nomce
+title %GRML_NAME% %VERSION% - serial console mode
+kernel /boot/isolinux/linux26 apm=power-off lang=us vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live nomce console=tty1 console=ttyS0,9600n8
initrd /boot/isolinux/initrd.gz
title Run memtest86+
--- a/templates/boot/isolinux/isolinux.cfg Sat Dec 29 12:37:42 2007 +0100
+++ b/templates/boot/isolinux/isolinux.cfg Wed Jan 02 22:39:54 2008 +0100
@@ -36,12 +36,6 @@ KERNEL linux26
KERNEL linux26
APPEND apm=power-off toram=grml.squashfs lang=us vga=791 quiet initrd=initrd.gz boot=live nomce
-# deprecated:
-LABEL old
-MENU LABEL old
-KERNEL linux26
-APPEND ramdisk_size=100000 init=/etc/init apm=power-off lang=us vga=791 nomce quiet grml_dir="live" grml_name="grml.squashfs"
-
LABEL splash
MENU LABEL grml - Bootsplash
KERNEL linux26
@@ -51,6 +45,11 @@ MENU LABEL grml2hd
MENU LABEL grml2hd
KERNEL linux26
APPEND apm=power-off lang=us quiet initrd=initrd.gz boot=live nomce
+
+LABEL debian2hd
+MENU LABEL debian2hd
+KERNEL linux26
+APPEND apm=power-off lang=us vga=791 initrd=initrd.gz boot=live BOOT_IMAGE=debian2hd nomce
LABEL debug
MENU LABEL debug
@@ -130,7 +129,7 @@ LABEL serial
LABEL serial
MENU LABEL serial
KERNEL linux26
-APPEND apm=power-off lang=us vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live nomce
+APPEND apm=power-off lang=us vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live nomce console=tty1 console=ttyS0,9600n8
LABEL userdef
MENU LABEL User defined
--- a/templates/boot/isolinux/syslinux.cfg Sat Dec 29 12:37:42 2007 +0100
+++ b/templates/boot/isolinux/syslinux.cfg Wed Jan 02 22:39:54 2008 +0100
@@ -36,12 +36,6 @@ KERNEL linux26
KERNEL linux26
APPEND apm=power-off toram=grml.squashfs lang=us vga=791 quiet initrd=initrd.gz boot=live nomce
-# deprecated:
-LABEL old
-MENU LABEL old
-KERNEL linux26
-APPEND ramdisk_size=100000 init=/etc/init apm=power-off lang=us vga=791 nomce quiet grml_dir="live" grml_name="grml.squashfs"
-
LABEL splash
MENU LABEL grml - Bootsplash
KERNEL linux26
@@ -51,6 +45,11 @@ MENU LABEL grml2hd
MENU LABEL grml2hd
KERNEL linux26
APPEND apm=power-off lang=us quiet initrd=initrd.gz boot=live nomce
+
+LABEL debian2hd
+MENU LABEL debian2hd
+KERNEL linux26
+APPEND apm=power-off lang=us vga=791 initrd=initrd.gz boot=live BOOT_IMAGE=debian2hd nomce
LABEL debug
MENU LABEL debug
@@ -130,7 +129,7 @@ LABEL serial
LABEL serial
MENU LABEL serial
KERNEL linux26
-APPEND apm=power-off lang=us vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live nomce
+APPEND apm=power-off lang=us vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live nomce console=tty1 console=ttyS0,9600n8
LABEL userdef
MENU LABEL User defined