On 8/16/06, Angel Tsankov <[EMAIL PROTECTED]> wrote:
Unfortunately, this script uses /boot/grub/device.map, which does not exist in the LFS system.
I forgot that we don't create it. You can do it really easily. As root: # grub --batch --device-map=/boot/grub/device.map << "EOF" quit EOF GRUB won't overwrite an existing file, so you'd have to remove it first. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
