[elbe-devel] [PATCH 4/6] initvm: run installer without screen
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Thu Feb 22 14:22:11 CET 2024
It messes with the terminal locally and on Jenkins.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
elbepack/init/Makefile.mako | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elbepack/init/Makefile.mako b/elbepack/init/Makefile.mako
index 71272f382a38..d6ae8afa40eb 100644
--- a/elbepack/init/Makefile.mako
+++ b/elbepack/init/Makefile.mako
@@ -71,7 +71,7 @@ $(BASE): $(INITRD)
% endif
-kernel $(VMLINUZ) \
-initrd $(INITRD) \
- -append 'root=/dev/$(HD_NAME) debconf_priority=critical console=$(CONSOLE) DEBIAN_FRONTEND=text' \
+ -append 'root=/dev/$(HD_NAME) debconf_priority=critical console=$(CONSOLE) DEBIAN_FRONTEND=text TERM=dumb' \
-no-reboot \
-display none \
-monitor none \
--
2.43.2
More information about the elbe-devel
mailing list