From f6af226f5f720f8af3770ae8b5b054def2101612 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 14 Dec 2018 16:57:07 +0100 Subject: [PATCH 1/1] 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 --- templates/GRML/grml-cheatcodes.txt | 1 - templates/boot/isolinux/hidden.cfg | 5 ----- 2 files changed, 6 deletions(-) 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 -- 2.1.4