mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
fixes
This commit is contained in:
@@ -213,7 +213,7 @@ customize() {
|
||||
passwd -d root >/dev/null 2>&1
|
||||
|
||||
# Ensure agetty is available
|
||||
apk add --no-cache util-linux-getty >/dev/null 2>&1
|
||||
apk add --no-cache --force-broken-world util-linux-getty >/dev/null 2>&1
|
||||
|
||||
# Enable autologin on tty1
|
||||
sed -i 's|^tty1::respawn:.*|tty1::respawn:/sbin/agetty --autologin root --noclear tty1 38400 linux|' /etc/inittab
|
||||
|
||||
Reference in New Issue
Block a user