This commit is contained in:
xdrm-brackets 2017-01-22 16:06:22 +01:00
parent 405dfe8afb
commit 00f10fc526
1 changed files with 2 additions and 2 deletions

View File

@ -242,9 +242,9 @@ step8(){
# (2) Link autologin to tty service #
echo " (.) Link autologin script to tty's default";
sudo cat /etc/systemd/system/autologin@.service \
sudo cat /mnt/etc/systemd/system/autologin@.service \
| sed 's/ pi / sats-user /' \
| sudo tee /etc/systemd/system/autologin2@.service > /dev/null;
| sudo tee /mnt/etc/systemd/system/autologin2@.service > /dev/null;
sudo ln -fs /etc/systemd/system/autologin2@.service /mnt/etc/systemd/system/getty.target.wants/getty@tty1.service;