@@ -27,10 +27,11 @@ thoroughly.
2727
2828### Pre-built images
2929
30- The pre-built images provided are prepared for 2GB SD cards. After [ downloading
31- and verifying] ( ../../index.md#downloading-installation-media ) an image, it can
32- be uncompressed with [ unxz(1)] ( https://man.voidlinux.org/unxz.1 ) and written to
33- the relevant media with [ cat(1)] ( https://man.voidlinux.org/cat.1 ) ,
30+ The pre-built images provided are prepared for 1GB storage devices. After
31+ [ downloading and verifying] ( ../../index.md#downloading-installation-media ) an
32+ image, it can be uncompressed with [ unxz(1)] ( https://man.voidlinux.org/unxz.1 )
33+ and written to the relevant media with
34+ [ cat(1)] ( https://man.voidlinux.org/cat.1 ) ,
3435[ pv(1)] ( https://man.voidlinux.org/pv.1 ) , or
3536[ dd(1)] ( https://man.voidlinux.org/dd.1 ) . For example, to flash it onto an SD
3637card located at ` /dev/mmcblk0 ` :
@@ -40,8 +41,13 @@ $ unxz -k <image>.img.xz
4041# dd if=<image>.img of=/dev/mmcblk0 bs=4M status=progress
4142```
4243
43- After flashing, the root partition can optionally be expanded to fit the storage
44- device with [ cfdisk(8)] ( https://man.voidlinux.org/cfdisk.8 ) ,
44+ On first boot, the root partition and filesystem will automatically expand to
45+ fill available space in the storage device using
46+ [ growpart(1)] ( https://man.voidlinux.org/man1/growpart.1 ) . This can be disabled
47+ by commenting out ` ENABLE_ROOT_GROWPART=yes ` in ` /etc/default/growpart ` .
48+
49+ This can also be done manually after flashing with
50+ [ cfdisk(8)] ( https://man.voidlinux.org/cfdisk.8 ) ,
4551[ fdisk(8)] ( https://man.voidlinux.org/fdisk.8 ) , or another partitioning tool, and
4652the filesystem can be resized to fit the expanded partition with
4753[ resize2fs(8)] ( https://man.voidlinux.org/resize2fs.8 ) .
0 commit comments