diff --git a/usr/share/archboot/base/etc/systemd/system/getty@.service b/usr/share/archboot/base/etc/systemd/system/getty@.service index 3a24cc567..0ccb52394 100644 --- a/usr/share/archboot/base/etc/systemd/system/getty@.service +++ b/usr/share/archboot/base/etc/systemd/system/getty@.service @@ -35,7 +35,7 @@ ConditionPathExists=/dev/tty0 # The '-o' option value tells agetty to replace 'login' arguments with an # option to preserve environment (-p), followed by '--' for safety, and then # the entered username. -ExecStart=-/sbin/agetty --skip-login --o "-f root -p -- \\u" - $TERM +ExecStart=-/sbin/agetty --skip-login --login-options "-f root -p -- \\u" - $TERM Type=idle Restart=always RestartSec=0 diff --git a/usr/share/archboot/base/etc/systemd/system/serial-getty@.service b/usr/share/archboot/base/etc/systemd/system/serial-getty@.service index 57724cd82..ed0da1975 100644 --- a/usr/share/archboot/base/etc/systemd/system/serial-getty@.service +++ b/usr/share/archboot/base/etc/systemd/system/serial-getty@.service @@ -30,7 +30,7 @@ Before=rescue.service # The '-o' option value tells agetty to replace 'login' arguments with an # option to preserve environment (-p), followed by '--' for safety, and then # the entered username. -ExecStart=-/sbin/agetty --skip-login --o "-f root -p -- \\u" --keep-baud 115200,57600,38400,9600 - $TERM +ExecStart=-/sbin/agetty --skip-login --login-options "-f root -p -- \\u" --keep-baud 115200,57600,38400,9600 - $TERM Type=idle Restart=always UtmpIdentifier=%I