Compare commits
No commits in common. "9e14f0240e4720c76f0eb2648037514aac5b980c" and "89911f27de79e2cd1a087dce1e8303bef5c02cb1" have entirely different histories.
9e14f0240e
...
89911f27de
3
Makefile
3
Makefile
|
|
@ -8,7 +8,6 @@ all: base packages files commands build-overlay
|
|||
|
||||
base:
|
||||
@echo " * Building Base Image..."
|
||||
@ping -qW 1 -c 1 $(BOOT_HOST) >/dev/null || ( echo " -- Unable to reach $(BOOT_HOST)" && exit 1 )
|
||||
@mkdir -p tmp base
|
||||
@echo " -- Gathering base package info"
|
||||
@wget -q $(MIRROR)/x86_64/ -O tmp/alpine-packages.html
|
||||
|
|
@ -51,7 +50,7 @@ files: packages
|
|||
commands: files
|
||||
@echo " * Running Commands..."
|
||||
@echo " -- Setup local start"
|
||||
@ln -s /etc/init.d/local target/etc/runlevels/default/local 2>/dev/null || true
|
||||
@ln -s /etc/init.d/local target/etc/runlevels/default/local
|
||||
|
||||
.PHONY: build-overlay
|
||||
build-overlay: commands
|
||||
|
|
|
|||
Loading…
Reference in New Issue