Skip to content
Snippets Groups Projects
Commit 31bea672 authored by Natanael Copa's avatar Natanael Copa
Browse files

alpine.mk: remove unused files. make sure alpine-relase is on img

parent bd9f1a41
No related branches found
No related tags found
No related merge requests found
...@@ -190,16 +190,16 @@ $(ISO_KERNEL): $(KERNEL_APK) ...@@ -190,16 +190,16 @@ $(ISO_KERNEL): $(KERNEL_APK)
@echo "==> iso: install kernel $(KERNEL)" @echo "==> iso: install kernel $(KERNEL)"
@mkdir -p $(dir $(ISO_KERNEL)) @mkdir -p $(dir $(ISO_KERNEL))
@tar -C $(ISO_DIR) -xzf $(KERNEL_APK) @tar -C $(ISO_DIR) -xzf $(KERNEL_APK)
@rm -f $(ISO_DIR)/.[A-Z]* @rm -f $(ISO_DIR)/.[A-Z]* $(ISO_DIR)/.[a-z]*
@touch $(ISO_KERNEL) @touch $(ISO_KERNEL)
$(ISOFS_DIRSTAMP): $(MODLOOP) $(INITFS) $(ISOLINUX_CFG) $(ISOLINUX_BIN) $(ISO_KERNEL) $(ISO_REPOS_DIRSTAMP) $(SYSLINUX_CFG) $(ISOFS_DIRSTAMP): $(MODLOOP) $(INITFS) $(ISOLINUX_CFG) $(ISOLINUX_BIN) $(ISO_KERNEL) $(ISO_REPOS_DIRSTAMP) $(SYSLINUX_CFG)
@echo "$(ALPINE_NAME)-$(ALPINE_RELEASE) $(BUILD_DATE)" \
> $(ISO_DIR)/.alpine-release
@touch $@ @touch $@
$(ISO): $(ISOFS_DIRSTAMP) $(ISO): $(ISOFS_DIRSTAMP)
@echo "==> iso: building $(notdir $(ISO))" @echo "==> iso: building $(notdir $(ISO))"
@echo "$(ALPINE_NAME)-$(ALPINE_RELEASE) $(BUILD_DATE)" \
> $(ISO_DIR)/.alpine-release
@genisoimage -o $(ISO) -l -J -R \ @genisoimage -o $(ISO) -l -J -R \
-b isolinux/isolinux.bin \ -b isolinux/isolinux.bin \
-c isolinux/boot.cat \ -c isolinux/boot.cat \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment