Added link forced

This commit is contained in:
xdrm-brackets 2017-01-22 11:12:10 +01:00
parent 226985f061
commit 433c947332
1 changed files with 9 additions and 9 deletions

View File

@ -242,7 +242,7 @@ step8(){
# (2) Create link in order to be handled # # (2) Create link in order to be handled #
echo " (.) Create script link to be handled"; echo " (.) Create script link to be handled";
#test -e /mnt/etc/systemd/system/getty.target.wants/getty@tty1.service && sudo rm /mnt/etc/systemd/system/getty.target.wants/getty@tty1.service; #test -e /mnt/etc/systemd/system/getty.target.wants/getty@tty1.service && sudo rm /mnt/etc/systemd/system/getty.target.wants/getty@tty1.service;
sudo ln -s /mnt/etc/systemd/system/autologin@.service /mnt/etc/systemd/system/getty.target.wants/getty@tty1.service; sudo ln -fs /mnt/etc/systemd/system/autologin@.service /mnt/etc/systemd/system/getty.target.wants/getty@tty1.service;
# (3) Update autologin script # # (3) Update autologin script #
#echo " (.) Update script to autologin as 'sats-user'"; #echo " (.) Update script to autologin as 'sats-user'";