From 3e6ae068068b57e91d46e8ec2f10d6ffc6d6cd30 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 15 Jan 2019 14:52:46 +0100 Subject: [PATCH] #271 create partotion option and info --- FAQ.md | 4 ++-- home.admin/00mainMenu.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index a6bdd04ba..cfa8d697c 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 c0932d7dc..fb9185e37 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 "***********************************************************"