Changeset 9c96634 in mainline for boot/Makefile.grub


Ignore:
Timestamp:
2017-05-15T18:29:10Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fec333b3
Parents:
8d2dd7f2
Message:

CDFS decoding of volume label.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.grub

    r8d2dd7f2 r9c96634  
    5151$(BOOT_OUTPUT): build_dist
    5252ifeq ($(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)/
    5454endif
    5555ifeq ($(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)/
    5757endif
    5858
Note: See TracChangeset for help on using the changeset viewer.