From ddfa458c4b021c1bb19bd395ec4a88955c611e2d Mon Sep 17 00:00:00 2001 From: openoms Date: Sun, 3 Feb 2019 19:44:40 +0000 Subject: [PATCH] read key disabled to allow automatic install --- build.sdcard/raspbianStretchDesktop.sh | 3 ++- dietpi/install_on_DietPi.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.sdcard/raspbianStretchDesktop.sh b/build.sdcard/raspbianStretchDesktop.sh index a5393ab..c2f3825 100644 --- a/build.sdcard/raspbianStretchDesktop.sh +++ b/build.sdcard/raspbianStretchDesktop.sh @@ -546,7 +546,8 @@ echo "IMPORTANT IF WANT TO MAKE A RELEASE IMAGE FROM THIS BUILD:" echo "login once after reboot without HDD and run 'XXprepareRelease.sh'" echo "" echo "Press ENTER to install LCD and reboot ..." -read key +# don`t stop automatic install +# read key # give Raspi a default hostname (optional) sudo raspi-config nonint do_hostname "RaspiBlitz" diff --git a/dietpi/install_on_DietPi.md b/dietpi/install_on_DietPi.md index 291641b..ad60004 100644 --- a/dietpi/install_on_DietPi.md +++ b/dietpi/install_on_DietPi.md @@ -80,7 +80,7 @@ The setup continues as described in the RaspiBlitz setup [README.md](/README.md# To test a new configuration run XXcleanHDD.sh and strictly restart (this makes _bootstrap.sh and 00mainMenu.sh run in the right order) -`tail -n1000 -f/var/tmp/dietpi/logs/dietpi-automation_custom_script.log` follow startup setup script log +`tail -n1000 -f /var/tmp/dietpi/logs/dietpi-automation_custom_script.log` follow startup setup script log `lsblk` see the partitions `tail -n1000 -f raspiblitz.log` - debug logs of bootstrap.sh `sudo tail -f /mnt/hdd/bitcoin/debug.log` - continuous monitoring