Skip to content

Commit

Permalink
Disable dhcpcd on startup since we regulate this via network interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
reinzor committed Feb 15, 2019
1 parent aa94642 commit da32db0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install_raspberry_pi_stretch_lite_autostart.bash
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ echo "source $SCRIPT_DIR/setup.bash" >> ~/.bashrc
sudo rm /etc/network/mac
sudo cp -r $SCRIPT_DIR/cfg/rpi/* /

# Enable startup run
# Enable startup run and disable dhcpcd
sudo systemctl daemon-reload
sudo systemctl enable videowall
sudo systemctl disable dhcpcd

# Show installation done message
echo "======="
Expand Down

0 comments on commit da32db0

Please sign in to comment.