• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

bootable/newinstaller


Commit MetaInfo

Revisãobaf7a30b7feead9f8d49f82a6c368305ed776ea4 (tree)
Hora2018-06-25 23:41:26
AutorMichael Goffioul <michael.goffioul@gmai...>
CommiterChih-Wei Huang

Mensagem de Log

Use RELEASE_OS_TITLE in the volume ID of the ISO image

Mudança Sumário

Diff

--- a/Android.mk
+++ b/Android.mk
@@ -91,7 +91,7 @@ $(ISO_IMAGE): $(boot_dir) $(BUILT_IMG)
9191 sed -i "s|OS_TITLE|$(if $(RELEASE_OS_TITLE),$(RELEASE_OS_TITLE),Android-x86)|" $</isolinux/isolinux.cfg $</efi/boot/android.cfg
9292 $(GENISOIMG) -vJURT -b isolinux/isolinux.bin -c isolinux/boot.cat \
9393 -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e boot/grub/efi.img -no-emul-boot \
94- -input-charset utf-8 -V "Android-x86 LiveCD" -o $@ $^
94+ -input-charset utf-8 -V "$(if $(RELEASE_OS_TITLE),$(RELEASE_OS_TITLE),Android-x86) LiveCD" -o $@ $^
9595 $(hide) isohybrid --uefi $@ || echo -e "isohybrid not found.\nInstall syslinux 4.0 or higher if you want to build a usb bootable iso."
9696 @echo -e "\n\n$@ is built successfully.\n\n"
9797