diff --git a/pivilion-manual-setup.md b/pivilion-manual-setup.md index 895326b..6b926c7 100644 --- a/pivilion-manual-setup.md +++ b/pivilion-manual-setup.md @@ -62,6 +62,14 @@ and input the new password ### Expand your filesystem +This is optional depending on the Raspbian version you are using. + +Check used and available storage with + +`df -h` + +And raspi-config to expand the filesystem if needed. + `sudo raspi-config` (under Advanced options in the menu find Expand filesystem). @@ -69,10 +77,6 @@ Select finish and reboot. SSH back into your RPi -Check used and available storage with - -`df -h` - ### Upgrade your system `sudo apt update && sudo apt upgrade -y`