F5OEO-rpidatv/scripts/install_autostart.sh

9 wiersze
292 B
Bash
Czysty Zwykły widok Historia

2016-06-06 13:41:42 +00:00
#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
2015-12-20 15:54:18 +00:00
cp install_bashrc /home/pi/.bashrc