Closed geerlingguy closed 9 years ago
Woot, also down to 690M:
$ df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 7.2G 690M 6.2G 10% /
I'm going to switch back to using dd
to fill in the free space for now. As long as you don't expand the partition to fill the drive using raspi-config
initially, the disk will be 3 GB (for now).
Currently, whatever size SD card you're using will determine the ultimate size of the disk image created from this project... Instead of doing things this way, it would be best if we used
fdisk
to resize the main partition from 8GB/32GB/whatever down to maybe 1GB, then shut down the Pi and built the image off that.Two things that need to be done:
fdisk
in README.md.