Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to README and man pages to grub2 #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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