Changeset 9c96634 in mainline for boot/Makefile.grub
- Timestamp:
- 2017-05-15T18:29:10Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fec333b3
- Parents:
- 8d2dd7f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.grub
r8d2dd7f2 r9c96634 51 51 $(BOOT_OUTPUT): build_dist 52 52 ifeq ($(GRUB_ARCH),pc) 53 $(GENISOIMAGE) -J -r -input-charset utf-8 -V "HelenOS boot ISO" -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-load-size 64 -boot-info-table -o $@ $(DISTROOT)/ 54 54 endif 55 55 ifeq ($(GRUB_ARCH),efi) 56 $(GENISOIMAGE) -J -r -input-charset utf-8 -V "HelenOS boot ISO" --efi-boot $(ELTORITO) -o $@ $(DISTROOT)/56 $(GENISOIMAGE) -J -r -input-charset utf-8 -V "HelenOS-CD" --efi-boot $(ELTORITO) -o $@ $(DISTROOT)/ 57 57 endif 58 58
Note:
See TracChangeset
for help on using the changeset viewer.