2010-04-08
Slitaz -- slitaz-installer
slitaz-installer & menu.lst title
Env: slitaz-3.0.iso / slitaz-3.0-firefox.iso / packages.3.0.iso
root@slitaz:~# cat /boot/grub/menu.lst
# /boot/grub/menu.lst: GRUB boot loader configuration.
#
# By default, boot the first entry.
default 0
# Boot automatically after 8 secs.
timeout 8
# Change the colors.
color yellow/brown light-green/black
# For booting SliTaz from : /dev/hda2
#
title SliTaz GNU/Linux (cooking) (Kernel vmlinuz-2.6.30.6-slitaz)
root (hd0,1)
kernel /boot/vmlinuz-2.6.30.6-slitaz root=/dev/hda2
----
/usr/bin/slitaz-installer
line no. 596
title SliTaz GNU/Linux (cooking) (Kernel $KERNEL)
[..]
cat > $TARGET_ROOT/boot/grub/menu.lst << _EOF_
# /boot/grub/menu.lst: GRUB boot loader configuration.
#
# By default, boot the first entry.
default 0
# Boot automatically after 8 secs.
timeout 8
# Change the colors.
color yellow/brown light-green/black
# For booting SliTaz from : $TARGET_DEV
#
title SliTaz GNU/Linux (cooking) (Kernel $KERNEL)
root $GRUB_ROOT
[..]