Skip to content

Commit f245165

Browse files
committed
doc: reference GRUB 2 instead of legacy GRUB
Replace outdated /boot/grub/menu.lst reference with modern /etc/default/grub configuration. GRUB Legacy has been obsolete for over a decade, and GRUB 2 uses a different configuration method with environment variables. Based on: xrmx/bootchart#59 Signed-off-by: Joachim Wiberg <[email protected]>
1 parent a2d30aa commit f245165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ netlink interface, amongst other new features.
2626
--------------------
2727

2828
After install, simply add these options to your kernel
29-
command-line, normally in /boot/grub/menu.lst:
29+
command-line, normally in /etc/default/grub:
3030

31-
initcall_debug printk.time=y quiet init=/sbin/bootchartd ...
31+
GRUB_CMDLINE_LINUX_DEFAULT="quiet init=/sbin/bootchartd"
3232

3333
Then - after bootup, run 'pybootchartgui -i' to get an interactive
3434
chart rendering tool. If you want to chart the initrd, add

0 commit comments

Comments
 (0)