F5OEO-rpidatv/scripts/install_autostart.sh

9 wiersze
292 B
Bash
Executable File

#FOR Jessie
# Whiptail and /etc/rc.local is not running properly !!!!
# Use systemd method
sudo mkdir -pv /etc/systemd/system/getty@tty1.service.d/
sudo cp ./autologin.conf /etc/systemd/system/getty@tty1.service.d/
sudo systemctl enable getty@tty1.service
cp install_bashrc /home/pi/.bashrc