We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b624020 commit b3423a7Copy full SHA for b3423a7
Makefile
@@ -40,9 +40,3 @@ install-systemd-unit:
40
41
.PHONY: install-all
42
install-all: install install-grub-static install-systemd-unit
43
-
44
-.PHONY: bin-archive
45
-bin-archive:
46
- rm target/inst -rf
47
- $(MAKE) install install-grub-static DESTDIR=$$(pwd)/target/inst
48
- tar -C target/inst -c --zstd -f target/bootupd.tar.zst .
0 commit comments