Browse Source

Merge pull request #16 from vnnkl/15-expandFs

expand FS command
#146
Christian Rotzoll 7 years ago
committed by GitHub
parent
commit
88a23c6d50
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      home.admin/10setupBlitz.sh

2
home.admin/10setupBlitz.sh

@ -91,7 +91,7 @@ if [ ! -f "home/admin/.setup" ]; then
sudo apt-get update sudo apt-get update
sudo apt-get upgrade -f -y --force-yes sudo apt-get upgrade -f -y --force-yes
echo "OK - System is now up to date" echo "OK - System is now up to date"
sudo raspi-config --expand-rootfs
fi fi
# the HDD is already ext4 formated and called blockchain # the HDD is already ext4 formated and called blockchain

Loading…
Cancel
Save