me
/
guix
Archived
1
0
Fork 0

doc: Add a backslash escape to the disk-image example.

* doc/guix.texi (Invoking guix system): Add a backslash escape.
master
Maxim Cournoyer 2020-11-17 21:43:22 -05:00
parent 129b9b16d9
commit 11d37090f9
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -31045,7 +31045,7 @@ image=$(guix system disk-image --image-type=qcow2 \
gnu/system/examples/lightweight-desktop.tmpl)
cp $image /tmp/my-image.qcow2
chmod +w /tmp/my-image.qcow2
qemu-system-x86_64 -enable-kvm -hda /tmp/my-image.qcow2 -m 1000
qemu-system-x86_64 -enable-kvm -hda /tmp/my-image.qcow2 -m 1000 \
-bios $(guix build ovmf)/share/firmware/ovmf_x64.bin
@end example