On 30/06/10 19:33, Stuart Stegall wrote: > > Seems like it should be the simplest way possible. Personally I don't > like the grub-mkconfig - has failed to work for me a few times, and I > believe it does that due to my host system. > grub-mkconfig has never worked for me as I use btrfs for my root partition
> Seems like a much more simple approach of: > > # cat<<EOF> /boot/grub/grub.cfg > set timeout=10 > set default=0 > menuentry "LFS x.x" { > set root=(hd0,1) > linux /vmlinuz root=/dev/sda2 > } > EOF > > Would be better. > I agree. I've always written grub.cfg by hand from examples found with google. Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page