Add "forensic" to the append line (so we can grep for it)
authorMichael Prokop <mika@grml.org>
Fri, 20 Feb 2009 17:19:05 +0000 (18:19 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 20 Feb 2009 17:19:05 +0000 (18:19 +0100)
debian/changelog
templates/boot/isolinux/isolinux.cfg
templates/boot/isolinux/syslinux.cfg

index 7dd24c5..a713b7b 100644 (file)
@@ -26,8 +26,10 @@ grml-live (0.9.9) unstable; urgency=low
     if possible. [Closes: issue396]
   * Do not use build server's hostname for /etc/mailname and
     /etc/bacula/bacula-fd.conf. [Testing: issue412]
     if possible. [Closes: issue396]
   * Do not use build server's hostname for /etc/mailname and
     /etc/bacula/bacula-fd.conf. [Testing: issue412]
+  * Add "forensic" to the append line when using the forensic kerneloption
+    so we can grep for it in any case.
 
 
- -- Michael Prokop <mika@grml.org>  Fri, 20 Feb 2009 17:54:41 +0100
+ -- Michael Prokop <mika@grml.org>  Fri, 20 Feb 2009 18:18:36 +0100
 
 grml-live (0.9.8) unstable; urgency=low
 
 
 grml-live (0.9.8) unstable; urgency=low
 
index 9627cd1..ef7d541 100644 (file)
@@ -114,7 +114,7 @@ APPEND initrd=/boot/%GRML_NAME%/initrd.gz vga=normal boot=live noautoconfig atap
 LABEL forensic
 MENU LABEL forensic
 KERNEL /boot/%GRML_NAME%/linux26
 LABEL forensic
 MENU LABEL forensic
 KERNEL /boot/%GRML_NAME%/linux26
-APPEND vga=791 nofstab noraid nolvm noautoconfig noswap raid=noautodetect quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live
+APPEND vga=791 forensic nofstab noraid nolvm noautoconfig noswap raid=noautodetect quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live
 
 LABEL grub
 MENU LABEL grub
 
 LABEL grub
 MENU LABEL grub
index 50a6300..4772423 100644 (file)
@@ -114,7 +114,7 @@ APPEND initrd=initrd.gz vga=normal boot=live noautoconfig atapicd noacpi acpi=of
 LABEL forensic
 MENU LABEL forensic
 KERNEL linux26
 LABEL forensic
 MENU LABEL forensic
 KERNEL linux26
-APPEND vga=791 nofstab noraid nolvm noautoconfig noswap raid=noautodetect quiet initrd=initrd.gz boot=live
+APPEND vga=791 forensic nofstab noraid nolvm noautoconfig noswap raid=noautodetect quiet initrd=initrd.gz boot=live
 
 LABEL grub
 MENU LABEL grub
 
 LABEL grub
 MENU LABEL grub