Skip to content

Commit

Permalink
fixed boot_options script
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jun 27, 2016
1 parent 6781c0a commit 6d48759
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion delivery/014_boot_options.sh
Expand Up @@ -2,7 +2,11 @@

BannerEcho "CONFIG.TXT: Configure"

echo "hdmi_force_hotplug=1" >> boot/config.txt
if [ ! -f /boot/config.txt ]; then
touch /boot/config.txt
fi

echo "hdmi_force_hotplug=1" >> /boot/config.txt

# enable camera module
echo "start_x=1" >> /boot/config.txt
Expand Down

0 comments on commit 6d48759

Please sign in to comment.