From: Michael Prokop Date: Fri, 14 Dec 2018 15:57:07 +0000 (+0100) Subject: Drop 'bootchart' from grml-cheatcodes.txt and isolinux labels X-Git-Tag: v0.33.3~3 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=f6af226f5f720f8af3770ae8b5b054def2101612;hp=44e08cc9ce3f1031af6257c9ffc642636f5d1685 Drop 'bootchart' from grml-cheatcodes.txt and isolinux labels We don't ship the bootchart2 package in any of our ISOs, so drop it accordingly from docs + isolinux configurations. See https://github.com/grml/grml/issues/9 Thanks: Darshaka Pathirana for spotting --- diff --git a/templates/GRML/grml-cheatcodes.txt b/templates/GRML/grml-cheatcodes.txt index 72f7fda..b46edcd 100644 --- a/templates/GRML/grml-cheatcodes.txt +++ b/templates/GRML/grml-cheatcodes.txt @@ -18,7 +18,6 @@ nofb Disable framebuffer floppy Boot from floppydisk hd / hd1 / hd2 / hd3 Boot from (local) primary / secondary /... harddisk debug Get shells during process of booting for debugging -bootchart Create chart of booting sequence in /var/log/bootchart.tgz forensic Do not touch any harddisks during hardware recognition serial Activate ttyS0 and start a getty grub Boot Grub bootloader (special all-in-one-image) diff --git a/templates/boot/isolinux/hidden.cfg b/templates/boot/isolinux/hidden.cfg index b4ba740..a7f0738 100644 --- a/templates/boot/isolinux/hidden.cfg +++ b/templates/boot/isolinux/hidden.cfg @@ -13,11 +13,6 @@ menu hide kernel /boot/%SHORT_NAME%/vmlinuz append apm=power-off vga=791 verbose debug=vc initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% initcall_debug nomce net.ifnames=0 -label bootchart -menu hide -kernel /boot/%SHORT_NAME%/vmlinuz -append init=/sbin/bootchartd apm=power-off vga=791 initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% nomce net.ifnames=0 - label grmlx menu hide kernel /boot/%SHORT_NAME%/vmlinuz