Manuel,
I do not use the grub procedure listed in any of the LFS series of documents and finally noticed this text in the CLFS for grub

---For the bootstrap version ox x86_64 i.e. METHOD=boot---

CC="${CC} ${BUILD32}" ./configure --prefix=/usr \
   --host=${LFS_TARGET}
make
make DESTDIR=${LFS} install
mkdir ${LFS}/boot/grub
cp ${LFS}/usr/lib/grub/  x86_64-pc  /stage{1,2} ${LFS}/boot/grub

---In the final system build it states---

CC="gcc ${BUILD32}" ./configure --prefix=/usr
make
make install
mkdir -v /boot/grub
cp -v /usr/lib/grub/  x86_64-pc  /stage{1,2} /boot/grub

Replace "x86_64-pc" with whatever directory is __appropriate__ for the hardware in use.

  How do we automate 'appropriate' in the xsl script(s)..

--
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to