GRUB_TIMEOUT=5
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=false
GRUB_DISTRIBUTOR="Salix $(sed -e 's/^Slackware //' /etc/slackware-version)"
GRUB_CMDLINE_LINUX_DEFAULT="quiet vga=773"
GRUB_CMDLINE_LINUX="vt.default_utf8=1 init=/sbin/bootchartd"laprjns wrote:bootchart works with lilo here
- 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
http://imageshack.us/photo/my-images/40 ... 55739.png/
# Linux bootable partition config begins
image = /boot/vmlinuz-huge-2.6.37.6
root = /dev/disk/by-uuid/5ee98a2d-5011-4044-a692-4124c23d005d
append = "init=/sbin/bootchartd"
label = Salix
read-only
# Linux bootable partition config ends