@ -91,7 +91,6 @@ if [ ! -f "home/admin/.setup" ]; then
sudo apt-get update
sudo apt-get upgrade -f -y --force-yes
echo "OK - System is now up to date"
sudo raspi-config --expand-rootfs
fi
# the HDD is already ext4 formated and called blockchain
@ -35,6 +35,11 @@ fi
# mark setup is done
echo "90" > /home/admin/.setup
# expand FS of SD
echo "*** Expand RootFS ***"
echo ""
# set the hostname inputed on initDialog
hostname=`cat .hostname`
echo "Setting new network hostname '$hostname'"