diff --git a/FAQ.md b/FAQ.md index a6bdd04..cfa8d69 100644 --- a/FAQ.md +++ b/FAQ.md @@ -64,6 +64,6 @@ The idea of the "wallet lock" in general is that your privatekey/seed/wallet is When you activate the "Auto-Unlock" feature of the RaspiBlitz, the password of the wallet gets stored on the RaspiBlitz. So for an attacker stealing the RaspiBlitz physically its now possible to find the password and unlock the wallet. -## What to do if my HDD has no partitions? +## I connected my HDD but it still says 'Connect HDD' on the display? -TODO \ No newline at end of file +Your HDD may have no partitions yet. SSH into the RaspiBlitz as admin (see command and password on display) and you should get offert the option to create a partition. \ No newline at end of file diff --git a/home.admin/00mainMenu.sh b/home.admin/00mainMenu.sh index c0932d7..fb9185e 100755 --- a/home.admin/00mainMenu.sh +++ b/home.admin/00mainMenu.sh @@ -19,7 +19,7 @@ if [ ${hddExists} -eq 0 ]; then echo "Press ENTER to create a Partition - or CTRL+C to abort" read key sudo parted -s /dev/sda unit s mkpart primary `sudo parted /dev/sda unit s print free | grep 'Free Space' | tail -n 1` - exit + sleep 3 fi echo "***********************************************************"