From: Frank Brehm Date: Thu, 2 Nov 2023 14:16:44 +0000 (+0100) Subject: Fixed snippets/tpl.060.tweak_systemd.sh X-Git-Tag: 3.2.1~32 X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=7e246e7f81864be618e5a608c631f4c0996bd39a;p=pixelpark%2Fcreate-vmware-tpl.git Fixed snippets/tpl.060.tweak_systemd.sh --- diff --git a/snippets/tpl.060.tweak_systemd.sh b/snippets/tpl.060.tweak_systemd.sh index abafd73..8ea32c8 100644 --- a/snippets/tpl.060.tweak_systemd.sh +++ b/snippets/tpl.060.tweak_systemd.sh @@ -25,7 +25,7 @@ tweak_systemd() { EOF for i in 2 3 4 ; do - glink="${getty_dir_tgt}/gett@tty${i}.service" + glink="${getty_dir_tgt}/getty@tty${i}.service" ln -sv "${getty_svc}" "${glink}" done