mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
doc: Add a backslash escape to the disk-image example.
* doc/guix.texi (Invoking guix system): Add a backslash escape.
This commit is contained in:
parent
129b9b16d9
commit
11d37090f9
1 changed files with 1 additions and 1 deletions
|
@ -31045,7 +31045,7 @@ image=$(guix system disk-image --image-type=qcow2 \
|
||||||
gnu/system/examples/lightweight-desktop.tmpl)
|
gnu/system/examples/lightweight-desktop.tmpl)
|
||||||
cp $image /tmp/my-image.qcow2
|
cp $image /tmp/my-image.qcow2
|
||||||
chmod +w /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
|
-bios $(guix build ovmf)/share/firmware/ovmf_x64.bin
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue