Code: Select all
chris[~]$ java -jar /usr/bin/bootchart.jar
bash: java: command not found
chris[~]$ su
Password:
root[chris]# twapake -s
bootchart-0.9-noarch-1rl
jre-6u25-x86_64-1
Code: Select all
chris[~]$ java -jar /usr/bin/bootchart.jar
bash: java: command not found
chris[~]$ su
Password:
root[chris]# twapake -s
bootchart-0.9-noarch-1rl
jre-6u25-x86_64-1
Code: Select all
chris[~]$ export PATH="/usr/lib64/java/bin/:$PATH"
Code: Select all
/var/log/bootchart.tgz not found
mv: cannot stat `/home/chris/bootchart.png': No such file or directory
The process is now complete and an image file has
been placed in your home directory. Please open
/home/chris/bootchart-2012-05-20_13:32:48.png
with the image viewer of your choice to view.
You may now close this window.
Code: Select all
# The processes we have to wait for
local exit_proc="gdmgreeter gdm-binary"
Code: Select all
# Linux bootable partition config begins
image = /boot/vmlinuz-huge-2.6.37.6
root = /dev/disk/by-uuid/5ee98a2d-5011-4044-a692-4124c23d005d
label = Salix
read-only
# Linux bootable partition config ends
#
# Linux bootable partition config begins
image = /media/disk/boot/vmlinuz-linux
root = /dev/disk/by-uuid/67f35b73-ec67-4c02-b748-f1da89338b6a
label = Archbang
initrd = /media/disk/boot/initramfs-linux-fallback.img
read-only
# Linux bootable partition config ends
Code: Select all
# Start LILO global section
# Append any additional kernel parameters:
append = "vt.default_utf8=1 "
append ="/sbin/bootchartd"
boot = /dev/sda
lba32
compact
Code: Select all
addappend="init=/sbin/bootchartd"
Code: Select all
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sda3
append = "init=/sbin/bootchartd"
label = Linux
read-only
# Linux bootable partition config ends