@@ -27,9 +27,9 @@ thoroughly.
2727
2828### Pre-built images
2929
30- After [ downloading and verifying ] ( ../../index.md# downloading-installation-media )
31- an image, it can be written to the relevant media with
32- [ cat(1)] ( https://man.voidlinux.org/cat.1 ) ,
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 written to the relevant media with [ cat(1)] ( https://man.voidlinux.org/cat.1 ) ,
3333[ pv(1)] ( https://man.voidlinux.org/pv.1 ) , or
3434[ dd(1)] ( https://man.voidlinux.org/dd.1 ) . For example, to flash it onto an SD
3535card located at ` /dev/mmcblk0 ` :
@@ -38,6 +38,12 @@ card located at `/dev/mmcblk0`:
3838# dd if=<image>.img of=/dev/mmcblk0 bs=4M status=progress
3939```
4040
41+ After flashing, the root partition can optionally be expanded to fit the storage
42+ device with [ cfdisk(8)] ( https://man.voidlinux.org/cfdisk.8 ) ,
43+ [ fdisk(8)] ( https://man.voidlinux.org/fdisk.8 ) , or another partitioning tool, and
44+ the filesystem can be resized to fit the expanded partition with
45+ [ resize2fs(8)] ( https://man.voidlinux.org/resize2fs.8 ) .
46+
4147### Custom partition layout
4248
4349Customizing an installation - for example, with a custom partition layout -
0 commit comments