From: Michael Prokop Date: Fri, 20 Feb 2009 17:19:05 +0000 (+0100) Subject: Add "forensic" to the append line (so we can grep for it) X-Git-Tag: v0.9.9~18 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=7a964903823c6d9a6b51de4889ad48c3a44f1db1 Add "forensic" to the append line (so we can grep for it) --- diff --git a/debian/changelog b/debian/changelog index 7dd24c5..a713b7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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] + * Add "forensic" to the append line when using the forensic kerneloption + so we can grep for it in any case. - -- Michael Prokop Fri, 20 Feb 2009 17:54:41 +0100 + -- Michael Prokop Fri, 20 Feb 2009 18:18:36 +0100 grml-live (0.9.8) unstable; urgency=low diff --git a/templates/boot/isolinux/isolinux.cfg b/templates/boot/isolinux/isolinux.cfg index 9627cd1..ef7d541 100644 --- a/templates/boot/isolinux/isolinux.cfg +++ b/templates/boot/isolinux/isolinux.cfg @@ -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 -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 diff --git a/templates/boot/isolinux/syslinux.cfg b/templates/boot/isolinux/syslinux.cfg index 50a6300..4772423 100644 --- a/templates/boot/isolinux/syslinux.cfg +++ b/templates/boot/isolinux/syslinux.cfg @@ -114,7 +114,7 @@ APPEND initrd=initrd.gz vga=normal boot=live noautoconfig atapicd noacpi acpi=of 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