Skip to content

Commit

Permalink
firstboot stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 27, 2024
1 parent 49e6dc4 commit 1fd6795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ echo "Enabling ssh..."
touch /boot/firmware/ssh

echo "Enabling autologin..."
# patch first bootscript to enable autologin, otherwise OVOS doesnt launch!
# patch first bootscript to ensure autologin is enabled, otherwise OVOS doesnt launch!
cp -v /mounted-github-repo/firstboot /usr/lib/raspberrypi-sys-mods/firstboot
mkdir -p /var/lib/userconf-pi/
touch /var/lib/userconf-pi/autologin

echo "Installing Pipewire..."
Expand Down

0 comments on commit 1fd6795

Please sign in to comment.