mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-10 12:53:01 +02:00
read key disabled to allow automatic install
This commit is contained in:
@@ -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 "login once after reboot without HDD and run 'XXprepareRelease.sh'"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Press ENTER to install LCD and reboot ..."
|
echo "Press ENTER to install LCD and reboot ..."
|
||||||
read key
|
# don`t stop automatic install
|
||||||
|
# read key
|
||||||
|
|
||||||
# give Raspi a default hostname (optional)
|
# give Raspi a default hostname (optional)
|
||||||
sudo raspi-config nonint do_hostname "RaspiBlitz"
|
sudo raspi-config nonint do_hostname "RaspiBlitz"
|
||||||
|
@@ -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
|
To test a new configuration run XXcleanHDD.sh and strictly restart
|
||||||
(this makes _bootstrap.sh and 00mainMenu.sh run in the right order)
|
(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
|
`lsblk` see the partitions
|
||||||
`tail -n1000 -f raspiblitz.log` - debug logs of bootstrap.sh
|
`tail -n1000 -f raspiblitz.log` - debug logs of bootstrap.sh
|
||||||
`sudo tail -f /mnt/hdd/bitcoin/debug.log` - continuous monitoring
|
`sudo tail -f /mnt/hdd/bitcoin/debug.log` - continuous monitoring
|
||||||
|
Reference in New Issue
Block a user