From c940d60daaf2e40ebe5f872fdcb689b04d799465 Mon Sep 17 00:00:00 2001 From: v3d Date: Fri, 4 Jan 2019 21:43:00 +0000 Subject: [PATCH] Update pivilion manual setup --- pivilion-manual-setup.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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`