Changeset 4d32b16 in mainline for boot/Makefile.grub


Ignore:
Timestamp:
2019-06-12T08:51:39Z (5 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2e311da
Parents:
0716a1f
Message:

Do not set the El Torito boot image size explicitly

Setting the boot image size explicitly (to a value that is larger than
the actual size) confuses some BIOSes and can make the ISO image
unbootable. Let getisoimage compute the boot image size based on the
actual size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.grub

    r0716a1f r4d32b16  
    5151$(POST_OUTPUT): build_dist
    5252ifeq ($(GRUB_ARCH),pc)
    53         $(GENISOIMAGE) -J -r -input-charset utf-8 -V "HelenOS-CD" -eltorito-boot $(ELTORITO) -no-emul-boot -boot-load-size 64 -boot-info-table -o $@ $(DISTROOT)/
     53        $(GENISOIMAGE) -J -r -input-charset utf-8 -V "HelenOS-CD" -eltorito-boot $(ELTORITO) -no-emul-boot -boot-info-table -o $@ $(DISTROOT)/
    5454endif
    5555ifeq ($(GRUB_ARCH),efi)
Note: See TracChangeset for help on using the changeset viewer.