From 61d5ddd8de047b2448866dde4c5e9668f5d50535 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 2 Apr 2014 11:26:14 +0200 Subject: [PATCH] Drop "forensic" boot option from Forensic Mode boot menu The "forensic" kernel option (which corresponds to the "Forensic Mode" boot menu entry) sets all the according boot options. If the "forensic" boot option is used then grml-autoconfig raises a warning for wrong usage, so let's avoid further confusion since "forensic" boot option itself doesn't change anything. --- templates/boot/isolinux/grml.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/boot/isolinux/grml.cfg b/templates/boot/isolinux/grml.cfg index c870c6d..eee0ed7 100644 --- a/templates/boot/isolinux/grml.cfg +++ b/templates/boot/isolinux/grml.cfg @@ -50,7 +50,7 @@ label ssh label forensic menu label %GRML_NAME% - F^orensic Mode kernel /boot/%SHORT_NAME%/vmlinuz - append initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% apm=power-off nomce vga=791 forensic nofstab noraid nodmraid nolvm noautoconfig noswap raid=noautodetect read-only + append initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% apm=power-off nomce vga=791 nofstab noraid nodmraid nolvm noautoconfig noswap raid=noautodetect read-only text help Boot Grml in forensic mode. This -- 2.1.4