Add check for liveness on BOOT_HOST
parent
942c8b6961
commit
9e14f0240e
1
Makefile
1
Makefile
|
|
@ -8,6 +8,7 @@ all: base packages files commands build-overlay
|
||||||
|
|
||||||
base:
|
base:
|
||||||
@echo " * Building Base Image..."
|
@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
|
@mkdir -p tmp base
|
||||||
@echo " -- Gathering base package info"
|
@echo " -- Gathering base package info"
|
||||||
@wget -q $(MIRROR)/x86_64/ -O tmp/alpine-packages.html
|
@wget -q $(MIRROR)/x86_64/ -O tmp/alpine-packages.html
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue