Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!
| author | Michael Prokop |
| Wed Jan 02 22:39:54 2008 +0100 (11 months ago) | |
| changeset 441 | 97f06a75f3e2 |
| manifest | 97f06a75f3e2 |
| parent 440 | 727984ad00c4 |
| child 442 | 014c31044a26 |
--- 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 nomceinitrd /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 modekernel /boot/isolinux/linux26 vga=791 lang=us nofstab noraid nolvm noautoconfig noswap raid=noautodetect quiet initrd=initrd.gz boot=liveinitrd /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,9600n8initrd /boot/isolinux/initrd.gztitle 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 linux26KERNEL linux26APPEND 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 splashMENU LABEL grml - BootsplashKERNEL linux26@@ -51,6 +45,11 @@ MENU LABEL grml2hdMENU LABEL grml2hdKERNEL linux26APPEND 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 nomceLABEL debugMENU LABEL debug@@ -130,7 +129,7 @@ LABEL serialLABEL serialMENU LABEL serialKERNEL 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,9600n8LABEL userdefMENU 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 linux26KERNEL linux26APPEND 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 splashMENU LABEL grml - BootsplashKERNEL linux26@@ -51,6 +45,11 @@ MENU LABEL grml2hdMENU LABEL grml2hdKERNEL linux26APPEND 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 nomceLABEL debugMENU LABEL debug@@ -130,7 +129,7 @@ LABEL serialLABEL serialMENU LABEL serialKERNEL 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,9600n8LABEL userdefMENU LABEL User defined