mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +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:
6
system-images/binfmt/Makefile
Normal file
6
system-images/binfmt/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
all: binfmt.tar
|
||||
|
||||
binfmt.tar: Dockerfile
|
||||
DOCKER_CLI_EXPERIMENTAL=enabled docker buildx build --tag start9/x_system/binfmt --platform=linux/arm64 -o type=docker,dest=binfmt.tar .
|
||||
Reference in New Issue
Block a user