Skip to content

Commit dbb26d0

Browse files
committed
Use correct user for autologin
1 parent 56c5193 commit dbb26d0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rpi/Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and use the [bootstrap.sh](bootstrap.sh) script to set it up:
66

77
```shell
88
# Install Raspberry Pi OS Lite (32bit) (https://www.raspberrypi.com/software/operating-systems/)
9+
# Use username 'ssl' or change it in autologin.conf
910
# Setup username, password, hostname, ssh and autologin (without desktop) with
1011
sudo raspi-config
1112
# Download and extract latest bootstrap archive

rpi/autologin.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[Service]
22
ExecStart=
3-
ExecStart=-/sbin/agetty --autologin pi --noclear %I 38400 linux
3+
ExecStart=-/sbin/agetty --autologin ssl --noclear %I 38400 linux

0 commit comments

Comments
 (0)