On Sun, 27 Dec 2020 04:08:19 +0000 (UTC)
Kevin Liu <gk...@yahoo.com> wrote:

> and a grub-img.iso was created. However, even though the grub.cfg was
> in the lfs /boot/grub/ directory, it was not included in the iso
> /boot/grub/, as shown below in red.


  Kevin,

Reading

https://www.gnu.org/software/grub/manual/grub/html_node/Making-a-GRUB-bootable-CD_002dROM.html

it seems that you have to create and populate an extra directory
to get such files included:

mkdir iso
mkdir -p iso/boot/grub
< create/copy the desired grub.cfg in iso/boot/grub >
grub-mkrescue -o grub.iso iso


  Cheers,
  Mike Shell
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to