From e935e9fe042f9126621404d9cdc62bf92679e1e7 Mon Sep 17 00:00:00 2001 From: andysheen Date: Thu, 25 Feb 2021 17:21:05 +0000 Subject: [PATCH] added password update for pi user --- os/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/os/config b/os/config index c59ef8c..3f04b0c 100644 --- a/os/config +++ b/os/config @@ -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