Added link forced
This commit is contained in:
parent
226985f061
commit
433c947332
|
@ -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'";
|
||||||
|
|
Loading…
Reference in New Issue