mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
restructure initialization (#1816)
* reorder enabling of systemd-resolved * set dns at end * don't disable interfaces * let networkmanager manage ifupdown * restructure initialization * use pigz when available * cleanup * fetch key before adding registry * fix build * update patch-db * fix build * fix build * wait for network reinit * add dynamic wait for up to 60s for network to reinit
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
all: compat.tar
|
||||
|
||||
compat.tar: Dockerfile build
|
||||
compat.tar: Dockerfile target/aarch64-unknown-linux-musl/release/compat
|
||||
DOCKER_CLI_EXPERIMENTAL=enabled docker buildx build --tag start9/x_system/compat --platform=linux/arm64 -o type=docker,dest=compat.tar .
|
||||
|
||||
build: $(COMPAT_SRC)
|
||||
target/aarch64-unknown-linux-musl/release/compat: $(COMPAT_SRC)
|
||||
./build.sh
|
||||
|
||||
Reference in New Issue
Block a user