diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-11-17 21:43:22 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-11-17 21:43:22 -0500 |
commit | 11d37090f9ef9610cd1a0dd75cc69ee06dd033ae (patch) | |
tree | c6c3d296c2d36e3c0c5b3a07f9e039889dfc49c7 /doc/guix.texi | |
parent | 129b9b16d9b588316cc997cf8f4fefe30961a417 (diff) | |
download | guix-11d37090f9ef9610cd1a0dd75cc69ee06dd033ae.tar.gz |
doc: Add a backslash escape to the disk-image example.
* doc/guix.texi (Invoking guix system): Add a backslash escape.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index cca57140d6..a609d64ee0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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 |