2 include $(TOP)/config/make.cfg
4 .PHONY: $(DISTDIR)/aros$(AROS_TARGET_SUFFIX)-pc-i386.iso
6 TARGET_ISO := $(DISTDIR)/aros$(AROS_TARGET_SUFFIX)-pc-i386.iso
8 #MM bootiso-pc-i386 : AROS-complete \
9 #MM kernel-package-pc-i386 \
10 #MM AROS-pc-i386-drivers \
11 #MM bootloader-$(AROS_TARGET_BOOTLOADER)-pc-i386
13 bootiso-pc-i386: $(AROSDIR)/.backdrop $(TARGET_ISO)
15 $(AROSDIR)/.backdrop: $(SRCDIR)/workbench/.backdrop
19 bootiso-pc-i386-quick: $(TARGET_ISO)
21 .PHONY: bootiso-pc-i386-quick
23 ifeq ($(AROS_TARGET_BOOTLOADER),grub)
24 BOOTLOADER_ELTORITO_REL := boot/grub/iso9660_stage1_5
27 ifeq ($(AROS_TARGET_BOOTLOADER),grub2)
28 BOOTLOADER_ELTORITO_REL := boot/grub/grub2_eltorito
31 ifeq ($(AROS_TARGET_BOOTLOADER),grub2gfx)
32 BOOTLOADER_ELTORITO_REL := boot/grub/grub2_eltorito
35 $(warning BOOTLOADER_ELTORITO_REL = $(BOOTLOADER_ELTORITO_REL))
36 $(warning LANG = $(LANG))
38 $(TARGET_ISO): $(BINDIR)/boot/aros-pc-i386.gz $(BINDIR)/boot/aros-kernel-pc-i386.gz
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 boot/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)" \