Skip to content

Commit

Permalink
Merge pull request #63 from andysheen/master
Browse files Browse the repository at this point in the history
added password update for pi user
  • Loading branch information
mikevanis authored Feb 26, 2021
2 parents 9239c1c + e935e9f commit dae1958
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion os/config
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
export DIST_NAME=MyNaturewatchCamera
export DIST_VERSION=1.0b
export MODULES="base(network,disable-services(auto-hotspot,raspicam,naturewatchcamera))"
export MODULES="base(admin-toolkit,network,disable-services(auto-hotspot,raspicam,naturewatchcamera))"
export BASE_IMAGE_ENLARGEROOT=1200
export AUTO_HOTSPOT_NAME=MyNaturewatch
export AUTO_HOTSPOT_PASSWORD=badgersandfoxes
export options loop max_loop=128
export ADMIN_TOOLKIT_UPDATE_PACKAGES=yes
export ADMIN_TOOLKIT_NAME=pi
export ADMIN_TOOLKIT_PASSWORD=badgersandfoxes

0 comments on commit dae1958

Please sign in to comment.