doc: Suggest a QEMU image size large enough for the system examples.
* doc/guix.texi (Installing GuixSD in a Virtual Machine): Increase suggested image size from 5 GB to 50 GB.master
parent
6c8b802f9c
commit
01049bb0c1
|
@ -7796,11 +7796,11 @@ Create a disk image that will hold the installed system. To make a
|
||||||
qcow2-formatted disk image, use the @command{qemu-img} command:
|
qcow2-formatted disk image, use the @command{qemu-img} command:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
qemu-img create -f qcow2 guixsd.img 5G
|
qemu-img create -f qcow2 guixsd.img 50G
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
The resulting file will be much smaller than 5GB, but it will grow as
|
The resulting file will be much smaller than 50 GB (typically less than
|
||||||
the virtualized storage device is filled up.
|
1 MB), but it will grow as the virtualized storage device is filled up.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Boot the USB installation image in an VM:
|
Boot the USB installation image in an VM:
|
||||||
|
|
Reference in New Issue