Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ netlink interface, amongst other new features.
--------------------

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

initcall_debug printk.time=y quiet init=/sbin/bootchartd ...
GRUB_CMDLINE_LINUX_DEFAULT="quiet init=/sbin/bootchartd"

Then - after bootup, run 'pybootchartgui -i' to get an interactive
chart rendering tool. If you want to chart the initrd, add
Expand Down
4 changes: 2 additions & 2 deletions bootchart2.1
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ a shell script, a collector and a visualisation tool.
Please also see the manual pages referred to in the \fBSEE ALSO\fR
section.
.SH CONFIGURATION
After install simply add these options to your kernel command line, normally in \fI/boot/grub/menu.lst:
After install simply add these options to your kernel command line, normally in \fI/etc/default/grub:
.in +4n
.nf

.B "initcall_debug printk.time=y quiet init=/sbin/bootchartd ..."
.B GRUB_CMDLINE_LINUX_DEFAULT="quiet init=/sbin/bootchartd"

.fi
.in
Expand Down