You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script is ace. The only issue I encountered was Ubuntu MATE 16.04 image doesn't have raspi-config installed. Perhaps add apt-get install raspi-config -y in the rc.local?
Thanks, PLA
The text was updated successfully, but these errors were encountered:
Finally got around to making this change. Rather than just install raspi-config I just took the code I needed from it and modified it a bit. Tested it on Raspian and Ubuntu MATE and it seems to be working!
@Drewsif could you share what method you use to expand the file system after being restored to SD card? I am trying to shrink an image of a Ubuntu Server instance of a raspberry pi.
Hi,
This script is ace. The only issue I encountered was Ubuntu MATE 16.04 image doesn't have raspi-config installed. Perhaps add
apt-get install raspi-config -y
in the rc.local?Thanks, PLA
The text was updated successfully, but these errors were encountered: