diff --git a/airootfs/etc/systemd/system/getty@.service.d/autologin.conf b/airootfs/etc/systemd/system/getty@.service.d/autologin.conf index 8853573..1a70385 100644 --- a/airootfs/etc/systemd/system/getty@.service.d/autologin.conf +++ b/airootfs/etc/systemd/system/getty@.service.d/autologin.conf @@ -1,3 +1,3 @@ [Service] ExecStart= -ExecStart=-/sbin/agetty --autologin root --login-options '-p -f -- \\u' --noclear %I $TERM +ExecStart=-/sbin/agetty --autologin root --login-options '-p -f -- \\u' --noclear - $TERM diff --git a/airootfs/etc/systemd/system/serial-getty@.service.d/autologin.conf b/airootfs/etc/systemd/system/serial-getty@.service.d/autologin.conf index 1b774b3..8c2f065 100644 --- a/airootfs/etc/systemd/system/serial-getty@.service.d/autologin.conf +++ b/airootfs/etc/systemd/system/serial-getty@.service.d/autologin.conf @@ -1,3 +1,3 @@ [Service] ExecStart= -ExecStart=-/sbin/agetty --autologin root --login-options '-p -f -- \\u' --keep-baud 115200,57600,38400,9600 %I $TERM +ExecStart=-/sbin/agetty --autologin root --login-options '-p -f -- \\u' --keep-baud 115200,57600,38400,9600 - $TERM