bugfix
This commit is contained in:
parent
4fdf1365c8
commit
a85826e8cc
|
@ -246,7 +246,6 @@ step8(){
|
|||
sed 's/^ExecStart=-\/sbin\/agetty --noclear/ExecStart=-\/sbin\/agetty --autologin sats-user/' | \
|
||||
sed 's/^Restart=.\+$/Restart=no/' | \
|
||||
sed 's/^Restart=.\+$/Restart=no/' | \
|
||||
sed 's/^[Service]$/bla/' | \
|
||||
sed 's/^\[Service\]$/\[Service\]\nAlias=getty.target.wants\/getty@tty1.service/' | \
|
||||
tee tmp/autologin > /dev/null;
|
||||
|
||||
|
|
Loading…
Reference in New Issue