3 include $(SRCDIR)/config/aros.cfg
5 .PHONY: $(DISTDIR)/aros$(AROS_TARGET_SUFFIX)-pc-x86_64.iso
7 TARGET_ISO := $(DISTDIR)/aros$(AROS_TARGET_SUFFIX)-pc-x86_64.iso
10 bootiso-pc-x86_64: $(TARGET_ISO)
13 bootiso-pc-x86_64-quick: $(TARGET_ISO)
15 .PHONY: bootiso-pc-x86_64-quick
18 ifeq ($(AROS_TARGET_BOOTLOADER),grub)
19 BOOTLOADER_ELTORITO_REL := $(AROS_DIR_ARCH)/grub/iso9660_stage1_5
22 ifeq ($(AROS_TARGET_BOOTLOADER),grub2)
23 BOOTLOADER_ELTORITO_REL := $(AROS_DIR_ARCH)/grub/i386-pc/grub2_eltorito
26 ifeq ($(AROS_TARGET_BOOTLOADER),grub2gfx)
27 BOOTLOADER_ELTORITO_REL := $(AROS_DIR_ARCH)/grub/i386-pc/grub2_eltorito
30 MODULES_DEFAULT := $(SRCDIR)/$(CURDIR)/../modules.default
31 BOOTSTRAP_BOOT_FILES := bootstrap.gz
32 DEFAULT_BOOT_FILES := $(shell cat $(MODULES_DEFAULT))
33 ISO_DEPS := $(addprefix $(AROSARCHDIR)/, $(BOOTSTRAP_BOOT_FILES)) \
34 $(addprefix $(AROSDIR),$(DEFAULT_BOOT_FILES))
36 $(warning BOOTLOADER_ELTORITO_REL = $(BOOTLOADER_ELTORITO_REL))
38 $(TARGET_ISO): $(ISO_DEPS)
39 %mkdirs_q $(AROSDIR)/S
40 @$(CP) $(SRCDIR)/workbench/s/Startup-Sequence $(AROSDIR)/S/Startup-Sequence
41 @$(MKDIR) -p "$(DISTDIR)"
44 -b $(BOOTLOADER_ELTORITO_REL) \
45 -c $(AROS_DIR_ARCH)/boot.catalog \
52 -publisher "The AROS Dev Team" \
53 -p "The AROS Dev Team (www.aros.org)" \
54 -sysid "AROS-$(AROS_TARGET_CPU)-$(AROS_TARGET_ARCH)" \