From 2ee1b25c787b122b37e414226dabb0bdcc8557cd Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@robotics.uk.to>
Date: Sun, 20 Nov 2016 18:37:17 +0000
Subject: [PATCH] Lychee setup advice

---
 src/freedombone-app-lychee | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/freedombone-app-lychee b/src/freedombone-app-lychee
index 486252cac..b204dbf14 100755
--- a/src/freedombone-app-lychee
+++ b/src/freedombone-app-lychee
@@ -99,6 +99,15 @@ function install_interactive_lychee {
     APP_INSTALLED=1
 }
 
+function configure_interactive_lychee {
+    function_check get_mariadb_password
+    get_mariadb_password
+
+    dialog --title $"Lychee Configuration" \
+           --msgbox $"You can initially install the system with\n\n  Username: root\n  Password: $MARIADB_PASSWORD" 10 70
+}
+
+
 function change_password_lychee {
     LYCHEE_USERNAME="$1"
     LYCHEE_PASSWORD="$2"
-- 
GitLab