07-22-2018, 01:05 AM
Sure, just download Build Recipe 2.5 and skip to STEP 2 for reference purposes.
http://moodeaudio.org/downloads/prod/bui...e_v2.5.zip
Here is a modified version of the procedure for doing just the 3GB partition resize.
-Tim
http://moodeaudio.org/downloads/prod/bui...e_v2.5.zip
Here is a modified version of the procedure for doing just the 3GB partition resize.
Code:
1. Insert the SD Card into a Raspberry Pi and POWER UP.
cd ~
wget http://moodeaudio.org/downloads/prod/rel-stretch-r42.zip
sudo unzip ./rel-stretch-r42.zip
2. Expand the root partition to 3GB.
sudo cp ./rel-stretch/www/command/resizefs.sh ./
sudo chmod 0755 ./resizefs.sh
sudo sed -i "/PART_END=/c\PART_END=+3000M" ./resizefs.sh
sudo ./resizefs.sh start
sudo rm ./resizefs.sh
sudo rm -rf ./rel-stretch
sudo reboot
-Tim