From 045f2d2b50c460a51f908ad140a80b1e9a44c96b Mon Sep 17 00:00:00 2001 From: localhorst Date: Sat, 13 Dec 2025 14:39:05 +0100 Subject: [PATCH] enable getty services in kiwi --- config.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.sh b/config.sh index 3e6afd0..b39676e 100644 --- a/config.sh +++ b/config.sh @@ -46,6 +46,11 @@ baseSetRunlevel 3 pip install brother-ql --break-system-packages pip install qrcode --break-system-packages +systemctl enable getty@tty1 +systemctl enable getty@tty2 +systemctl enable getty@tty3 +systemctl enable getty@tty4 + systemctl enable reHDDPrinter systemctl enable reHDDStartHelper systemctl enable reHDDLogUploader \ No newline at end of file