[pve-devel] [RFC installer 5/6] makefile: add auto installer

Aaron Lauterer a.lauterer at proxmox.com
Tue Sep 5 15:28:31 CEST 2023


Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
 Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 514845a..15cdc14 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,9 @@ INSTALLER_SOURCES=$(shell git ls-files) country.dat
 
 PREFIX = /usr
 BINDIR = $(PREFIX)/bin
-USR_BIN := proxmox-tui-installer
+USR_BIN :=\
+	  proxmox-tui-installer \
+	  proxmox-auto-installer
 
 COMPILED_BINS := \
 	$(addprefix $(CARGO_COMPILEDIR)/,$(USR_BIN))
@@ -43,6 +45,7 @@ $(BUILDDIR):
 	  proxinstall \
 	  proxmox-low-level-installer \
 	  proxmox-tui-installer/ \
+	  proxmox-auto-installer/ \
 	  spice-vdagent.sh \
 	  unconfigured.sh \
 	  xinitrc \
@@ -103,6 +106,7 @@ $(COMPILED_BINS): cargo-build
 .PHONY: cargo-build
 cargo-build:
 	$(CARGO) build --package proxmox-tui-installer --bin proxmox-tui-installer $(CARGO_BUILD_ARGS)
+	$(CARGO) build --package proxmox-auto-installer --bin proxmox-auto-installer $(CARGO_BUILD_ARGS)
 
 %-banner.png: %-banner.svg
 	rsvg-convert -o $@ $<
-- 
2.39.2






More information about the pve-devel mailing list