3 include $(SRCDIR)/config/aros.cfg
5 .PHONY: $(DISTDIR)/aros$(AROS_TARGET_SUFFIX)-pc-i386.iso
7 TARGET_ISO := $(DISTDIR)/aros$(AROS_TARGET_SUFFIX)-pc-i386.iso
9 #MM bootiso-pc-i386 : AROS-complete \
10 #MM kernel-package-pc-i386 \
12 #MM bootloader-$(AROS_TARGET_BOOTLOADER)-pc-i386
14 bootiso-pc-i386: $(AROSDIR)/.backdrop $(TARGET_ISO)
16 $(AROSDIR)/.backdrop: $(SRCDIR)/workbench/.backdrop
20 bootiso-pc-i386-quick: $(TARGET_ISO)
22 .PHONY: bootiso-pc-i386-quick
24 ifeq ($(AROS_TARGET_BOOTLOADER),grub)
25 BOOTLOADER_ELTORITO_REL := $(AROS_DIR_ARCH)/grub/iso9660_stage1_5
28 ifeq ($(AROS_TARGET_BOOTLOADER),grub2)
29 BOOTLOADER_ELTORITO_REL := $(AROS_DIR_ARCH)/grub/i386-pc/grub2_eltorito
32 ifeq ($(AROS_TARGET_BOOTLOADER),grub2gfx)
33 BOOTLOADER_ELTORITO_REL := $(AROS_DIR_ARCH)/grub/i386-pc/grub2_eltorito
36 MODULES_DEFAULT := $(SRCDIR)/$(CURDIR)/../modules.default
37 BOOTSTRAP_BOOT_FILES := bootstrap.gz
38 DEFAULT_BOOT_FILES := $(shell cat $(MODULES_DEFAULT))
39 ISO_DEPS := $(addprefix $(AROSARCHDIR)/, $(BOOTSTRAP_BOOT_FILES)) \
40 $(addprefix $(AROSDIR),$(DEFAULT_BOOT_FILES))
42 $(warning BOOTLOADER_ELTORITO_REL = $(BOOTLOADER_ELTORITO_REL))
43 $(warning LANG = $(LANG))
45 $(TARGET_ISO): $(ISO_DEPS)
46 %mkdirs_q $(AROSDIR)/S
47 @$(CP) $(SRCDIR)/workbench/s/Startup-Sequence $(AROSDIR)/S/Startup-Sequence
48 @$(MKDIR) -p "$(DISTDIR)"
51 -b $(BOOTLOADER_ELTORITO_REL) \
52 -c $(AROS_DIR_ARCH)/boot.catalog \
59 -publisher "The AROS Dev Team" \
60 -p "The AROS Dev Team (www.aros.org)" \
61 -sysid "AROS-$(AROS_TARGET_CPU)-$(AROS_TARGET_ARCH)" \