version 1.7, 2019/12/02 22:55:55
|
version 1.8, 2019/12/03 12:52:20
|
Line 25 It is assumed that your pkgsrc tree is i
|
Line 25 It is assumed that your pkgsrc tree is i
|
The disk image (armv7.img.gz or arm64.img.gz) must first be uncompressed. The *qemu-img* tool can then resize the image to the desired size. On first boot, NetBSD will grow the root file-system to match the size of the disk. |
The disk image (armv7.img.gz or arm64.img.gz) must first be uncompressed. The *qemu-img* tool can then resize the image to the desired size. On first boot, NetBSD will grow the root file-system to match the size of the disk. |
|
|
$ gunzip arm64.img.gz |
$ gunzip arm64.img.gz |
$ qemu-image resize arm64.img 20g |
$ qemu-img resize arm64.img 20g |
|
|
# Booting the system (arm64) |
# Booting the system (arm64) |
|
|