There was an error while loading. Please reload this page.
1 parent 42eaf0a commit 77d9f48Copy full SHA for 77d9f48
1 file changed
Makefile
@@ -79,6 +79,7 @@ release: all
79
80
.PHONY: init-block
81
init-block:
82
+ @echo "Building initfs if needed."
83
@scripts/install-init.sh
84
85
.PHONY: install
@@ -146,7 +147,9 @@ test:
146
147
148
.PHONY: install-kernel
149
install-kernel:
150
+ @echo install kernel - stop system
151
@bin/container system stop || true
152
+ @echo install kernel - start system
153
@bin/container system start --enable-kernel-install $(SYSTEM_START_OPTS)
154
155
.PHONY: coverage
0 commit comments