Android-x86
Fork
捐款

  • R/O
  • HTTP
  • SSH
  • HTTPS

bootable-newinstaller: 提交

bootable/newinstaller


Commit MetaInfo

修訂baf7a30b7feead9f8d49f82a6c368305ed776ea4 (tree)
時間2018-06-25 23:41:26
作者Michael Goffioul <michael.goffioul@gmai...>
CommiterChih-Wei Huang

Log Message

Use RELEASE_OS_TITLE in the volume ID of the ISO image

Change Summary

差異

--- 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
Show on old repository browser