[Buildroot] PC post-build.sh issue

Chuck Tuffli ctuffli at gmail.com
Tue Feb 12 00:20:44 UTC 2019


I've been using buildroot to generate a BIOS-based disk image for an
x86_64 system and seem to need to change the file:
   board/pc/post-build.sh
to copy from the i386-pc directory instead of the i387-pc directory.
I.e. the last line in the else clause is:
    cp -f "$HOST_DIR/lib/grub/i386-pc/boot.img" "$BINARIES_DIR"
Is this an indication I've mis-configured something else or is 'i387' a typo?

--chuck


More information about the buildroot mailing list