Friday, July 16, 2004

Making the LFS system bootable

I'm living dangerously I'm not going to create the grub boot disks HAHAHAHA
 
cat > /boot/grub/menu.lst << "EOF"
# Begin /boot/grub/menu.lst

# By default boot the first menu entry.
default 0

# Allow 30 seconds before booting the default.
timeout 30

# Use prettier colors.
color green/black light-green/black

# The first entry is for LFS.
title LFS 5.1.1
root (hd0,2)
kernel --no-mem-option /boot/lfskernel root=/dev/hda3
EOF

0 Comments:

Post a Comment

<< Home