diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2022-12-15 00:12:43 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2022-12-15 00:15:36 +0100 |
| commit | 047ae5c3458d03bea4926e6cc1760bcfce1e2ab4 (patch) | |
| tree | b5dd51609ff44a2285d450ed1b61c0d1ac1c42a9 | |
| parent | 2cf16f2c31e5e124754ec8c400f22ad9fe4a506b (diff) | |
doc: Use VM image file name consistently.
Previously, what "/tmp/qemu-image" refers to could be unclear at first.
* doc/guix.texi (Running Guix in a VM): Use the original image file
name instead of /tmp/qemu-image.
* po/doc/guix-manual.de.po, po/doc/guix-manual.es.po,
po/doc/guix-manual.fr.po, po/doc/guix-manual.pt_BR.po,
po/doc/guix-manual.ru.po, po/doc/guix-manual.zh_CN.po: Adjust
accordingly.
| -rw-r--r-- | doc/guix.texi | 7 | ||||
| -rw-r--r-- | po/doc/guix-manual.de.po | 4 | ||||
| -rw-r--r-- | po/doc/guix-manual.es.po | 4 | ||||
| -rw-r--r-- | po/doc/guix-manual.fr.po | 4 | ||||
| -rw-r--r-- | po/doc/guix-manual.pt_BR.po | 4 | ||||
| -rw-r--r-- | po/doc/guix-manual.ru.po | 4 | ||||
| -rw-r--r-- | po/doc/guix-manual.zh_CN.po | 4 |
7 files changed, 16 insertions, 15 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 2fc73b8f3e9..784114f0bb2 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -39223,7 +39223,7 @@ $ qemu-system-x86_64 \ | |||
| 39223 | -nic user,model=virtio-net-pci \ | 39223 | -nic user,model=virtio-net-pci \ |
| 39224 | -enable-kvm -m 2048 \ | 39224 | -enable-kvm -m 2048 \ |
| 39225 | -device virtio-blk,drive=myhd \ | 39225 | -device virtio-blk,drive=myhd \ |
| 39226 | -drive if=none,file=/tmp/qemu-image,id=myhd | 39226 | -drive if=none,file=guix-system-vm-image-@value{VERSION}.x86_64-linux.qcow2,id=myhd |
| 39227 | @end example | 39227 | @end example |
| 39228 | 39228 | ||
| 39229 | Here is what each of these options means: | 39229 | Here is what each of these options means: |
| @@ -39259,8 +39259,9 @@ better performance than if it were emulating a complete disk drive. See the | |||
| 39259 | QEMU and KVM documentation for more info. | 39259 | QEMU and KVM documentation for more info. |
| 39260 | 39260 | ||
| 39261 | @item -drive if=none,file=/tmp/qemu-image,id=myhd | 39261 | @item -drive if=none,file=/tmp/qemu-image,id=myhd |
| 39262 | Use our QCOW image, the @file{/tmp/qemu-image} file, as the backing | 39262 | Use our QCOW image, the |
| 39263 | store of the ``myhd'' drive. | 39263 | @file{guix-system-vm-image-@value{VERSION}.x86_64-linux.qcow2} file, as |
| 39264 | the backing store of the ``myhd'' drive. | ||
| 39264 | @end table | 39265 | @end table |
| 39265 | 39266 | ||
| 39266 | The default @command{run-vm.sh} script that is returned by an invocation of | 39267 | The default @command{run-vm.sh} script that is returned by an invocation of |
diff --git a/po/doc/guix-manual.de.po b/po/doc/guix-manual.de.po index e8b2de69435..b33bce32e91 100644 --- a/po/doc/guix-manual.de.po +++ b/po/doc/guix-manual.de.po | |||
| @@ -13,7 +13,7 @@ msgstr "" | |||
| 13 | "Project-Id-Version: guix-manual 1.2.0-pre3\n" | 13 | "Project-Id-Version: guix-manual 1.2.0-pre3\n" |
| 14 | "Report-Msgid-Bugs-To: bug-guix@gnu.org\n" | 14 | "Report-Msgid-Bugs-To: bug-guix@gnu.org\n" |
| 15 | "POT-Creation-Date: 2022-12-02 03:18+0000\n" | 15 | "POT-Creation-Date: 2022-12-02 03:18+0000\n" |
| 16 | "PO-Revision-Date: 2022-12-03 17:33+0000\n" | 16 | "PO-Revision-Date: 2022-12-15 00:11+0100\n" |
| 17 | "Last-Translator: Florian Pelz <pelzflorian@pelzflorian.de>\n" | 17 | "Last-Translator: Florian Pelz <pelzflorian@pelzflorian.de>\n" |
| 18 | "Language-Team: German <https://translate.fedoraproject.org/projects/guix/documentation-manual/de/>\n" | 18 | "Language-Team: German <https://translate.fedoraproject.org/projects/guix/documentation-manual/de/>\n" |
| 19 | "Language: de\n" | 19 | "Language: de\n" |
| @@ -73899,7 +73899,7 @@ msgstr "-drive if=none,file=/tmp/qemu-image,id=myhd" | |||
| 73899 | 73899 | ||
| 73900 | #. type: table | 73900 | #. type: table |
| 73901 | #: guix-git/doc/guix.texi:39296 | 73901 | #: guix-git/doc/guix.texi:39296 |
| 73902 | msgid "Use our QCOW image, the @file{/tmp/qemu-image} file, as the backing store of the ``myhd'' drive." | 73902 | msgid "Use our QCOW image, the @file{guix-system-vm-image-@value{VERSION}.x86_64-linux.qcow2} file, as the backing store of the ``myhd'' drive." |
| 73903 | msgstr "Unser QCOW-Abbild in der Datei @file{/tmp/qemu-image} soll als Inhalt des „myhd“-Laufwerks herhalten." | 73903 | msgstr "Unser QCOW-Abbild in der Datei @file{/tmp/qemu-image} soll als Inhalt des „myhd“-Laufwerks herhalten." |
| 73904 | 73904 | ||
| 73905 | #. type: Plain text | 73905 | #. type: Plain text |
diff --git a/po/doc/guix-manual.es.po b/po/doc/guix-manual.es.po index ec048f03e3d..a7441941b98 100644 --- a/po/doc/guix-manual.es.po +++ b/po/doc/guix-manual.es.po | |||
| @@ -55,7 +55,7 @@ msgstr "" | |||
| 55 | "Project-Id-Version: guix-manual 1.2.0-pre3\n" | 55 | "Project-Id-Version: guix-manual 1.2.0-pre3\n" |
| 56 | "Report-Msgid-Bugs-To: bug-guix@gnu.org\n" | 56 | "Report-Msgid-Bugs-To: bug-guix@gnu.org\n" |
| 57 | "POT-Creation-Date: 2022-12-02 03:18+0000\n" | 57 | "POT-Creation-Date: 2022-12-02 03:18+0000\n" |
| 58 | "PO-Revision-Date: 2022-11-04 11:27+0000\n" | 58 | "PO-Revision-Date: 2022-12-15 00:11+0100\n" |
| 59 | "Last-Translator: Julien Lepiller <fedora-account@lepiller.eu>\n" | 59 | "Last-Translator: Julien Lepiller <fedora-account@lepiller.eu>\n" |
| 60 | "Language-Team: Spanish <https://translate.fedoraproject.org/projects/guix/documentation-manual/es/>\n" | 60 | "Language-Team: Spanish <https://translate.fedoraproject.org/projects/guix/documentation-manual/es/>\n" |
| 61 | "Language: es\n" | 61 | "Language: es\n" |
| @@ -77483,7 +77483,7 @@ msgstr "-drive if=none,file=/tmp/imagen-qemu,id=midisco" | |||
| 77483 | 77483 | ||
| 77484 | #. type: table | 77484 | #. type: table |
| 77485 | #: guix-git/doc/guix.texi:39296 | 77485 | #: guix-git/doc/guix.texi:39296 |
| 77486 | msgid "Use our QCOW image, the @file{/tmp/qemu-image} file, as the backing store of the ``myhd'' drive." | 77486 | msgid "Use our QCOW image, the @file{guix-system-vm-image-@value{VERSION}.x86_64-linux.qcow2} file, as the backing store of the ``myhd'' drive." |
| 77487 | msgstr "Usa nuestra imagen QCOW, el archivo @file{/tmp/imagen-qemu}, como almacenamiento físico para la unidad ``midisco''." | 77487 | msgstr "Usa nuestra imagen QCOW, el archivo @file{/tmp/imagen-qemu}, como almacenamiento físico para la unidad ``midisco''." |
| 77488 | 77488 | ||
| 77489 | #. type: Plain text | 77489 | #. type: Plain text |
diff --git a/po/doc/guix-manual.fr.po b/po/doc/guix-manual.fr.po index bec07beebf6..aed8e161289 100644 --- a/po/doc/guix-manual.fr.po +++ b/po/doc/guix-manual.fr.po | |||
| @@ -46,7 +46,7 @@ msgstr "" | |||
| 46 | "Project-Id-Version: guix-manual 1.2.0-pre3\n" | 46 | "Project-Id-Version: guix-manual 1.2.0-pre3\n" |
| 47 | "Report-Msgid-Bugs-To: bug-guix@gnu.org\n" | 47 | "Report-Msgid-Bugs-To: bug-guix@gnu.org\n" |
| 48 | "POT-Creation-Date: 2022-12-02 03:18+0000\n" | 48 | "POT-Creation-Date: 2022-12-02 03:18+0000\n" |
| 49 | "PO-Revision-Date: 2022-12-03 17:33+0000\n" | 49 | "PO-Revision-Date: 2022-12-15 00:11+0100\n" |
| 50 | "Last-Translator: Julien Lepiller <fedora-account@lepiller.eu>\n" | 50 | "Last-Translator: Julien Lepiller <fedora-account@lepiller.eu>\n" |
| 51 | "Language-Team: French <https://translate.fedoraproject.org/projects/guix/documentation-manual/fr/>\n" | 51 | "Language-Team: French <https://translate.fedoraproject.org/projects/guix/documentation-manual/fr/>\n" |
| 52 | "Language: fr\n" | 52 | "Language: fr\n" |
| @@ -74054,7 +74054,7 @@ msgstr "-drive if=none,file=/tmp/qemu-image,id=myhd" | |||
| 74054 | 74054 | ||
| 74055 | #. type: table | 74055 | #. type: table |
| 74056 | #: guix-git/doc/guix.texi:39296 | 74056 | #: guix-git/doc/guix.texi:39296 |
| 74057 | msgid "Use our QCOW image, the @file{/tmp/qemu-image} file, as the backing store of the ``myhd'' drive." | 74057 | msgid "Use our QCOW image, the @file{guix-system-vm-image-@value{VERSION}.x86_64-linux.qcow2} file, as the backing store of the ``myhd'' drive." |
| 74058 | msgstr "Utilise notre image QCOW, le fichier @file{/tmp/qemu-image}, comme stockage pour le lecteur « myhd »." | 74058 | msgstr "Utilise notre image QCOW, le fichier @file{/tmp/qemu-image}, comme stockage pour le lecteur « myhd »." |
| 74059 | 74059 | ||
| 74060 | #. type: Plain text | 74060 | #. type: Plain text |
diff --git a/po/doc/guix-manual.pt_BR.po b/po/doc/guix-manual.pt_BR.po index bfe3e98eb18..0372dc2c135 100644 --- a/po/doc/guix-manual.pt_BR.po +++ b/po/doc/guix-manual.pt_BR.po | |||
| @@ -10,7 +10,7 @@ msgstr "" | |||
| 10 | "Project-Id-Version: guix manual checkout\n" | 10 | "Project-Id-Version: guix manual checkout\n" |
| 11 | "Report-Msgid-Bugs-To: bug-guix@gnu.org\n" | 11 | "Report-Msgid-Bugs-To: bug-guix@gnu.org\n" |
| 12 | "POT-Creation-Date: 2022-12-02 03:18+0000\n" | 12 | "POT-Creation-Date: 2022-12-02 03:18+0000\n" |
| 13 | "PO-Revision-Date: 2022-01-25 15:16+0000\n" | 13 | "PO-Revision-Date: 2022-12-15 00:11+0100\n" |
| 14 | "Last-Translator: Fábio Rodrigues Ribeiro <farribeiro@gmail.com>\n" | 14 | "Last-Translator: Fábio Rodrigues Ribeiro <farribeiro@gmail.com>\n" |
| 15 | "Language-Team: Portuguese (Brazil) <https://translate.fedoraproject.org/projects/guix/documentation-manual/pt_BR/>\n" | 15 | "Language-Team: Portuguese (Brazil) <https://translate.fedoraproject.org/projects/guix/documentation-manual/pt_BR/>\n" |
| 16 | "Language: pt_BR\n" | 16 | "Language: pt_BR\n" |
| @@ -71324,7 +71324,7 @@ msgstr "" | |||
| 71324 | 71324 | ||
| 71325 | #. type: table | 71325 | #. type: table |
| 71326 | #: guix-git/doc/guix.texi:39296 | 71326 | #: guix-git/doc/guix.texi:39296 |
| 71327 | msgid "Use our QCOW image, the @file{/tmp/qemu-image} file, as the backing store of the ``myhd'' drive." | 71327 | msgid "Use our QCOW image, the @file{guix-system-vm-image-@value{VERSION}.x86_64-linux.qcow2} file, as the backing store of the ``myhd'' drive." |
| 71328 | msgstr "" | 71328 | msgstr "" |
| 71329 | 71329 | ||
| 71330 | #. type: Plain text | 71330 | #. type: Plain text |
diff --git a/po/doc/guix-manual.ru.po b/po/doc/guix-manual.ru.po index 2efbce94c16..9738d516c6a 100644 --- a/po/doc/guix-manual.ru.po +++ b/po/doc/guix-manual.ru.po | |||
| @@ -16,7 +16,7 @@ msgstr "" | |||
| 16 | "Project-Id-Version: guix-manual 1.2.0-pre2\n" | 16 | "Project-Id-Version: guix-manual 1.2.0-pre2\n" |
| 17 | "Report-Msgid-Bugs-To: bug-guix@gnu.org\n" | 17 | "Report-Msgid-Bugs-To: bug-guix@gnu.org\n" |
| 18 | "POT-Creation-Date: 2022-12-02 03:18+0000\n" | 18 | "POT-Creation-Date: 2022-12-02 03:18+0000\n" |
| 19 | "PO-Revision-Date: 2021-12-11 23:16+0000\n" | 19 | "PO-Revision-Date: 2022-12-15 00:11+0100\n" |
| 20 | "Last-Translator: Nikolay Korotkiy <sikmir@disroot.org>\n" | 20 | "Last-Translator: Nikolay Korotkiy <sikmir@disroot.org>\n" |
| 21 | "Language-Team: Russian <https://translate.fedoraproject.org/projects/guix/documentation-manual/ru/>\n" | 21 | "Language-Team: Russian <https://translate.fedoraproject.org/projects/guix/documentation-manual/ru/>\n" |
| 22 | "Language: ru\n" | 22 | "Language: ru\n" |
| @@ -72867,7 +72867,7 @@ msgstr "" | |||
| 72867 | 72867 | ||
| 72868 | #. type: table | 72868 | #. type: table |
| 72869 | #: guix-git/doc/guix.texi:39296 | 72869 | #: guix-git/doc/guix.texi:39296 |
| 72870 | msgid "Use our QCOW image, the @file{/tmp/qemu-image} file, as the backing store of the ``myhd'' drive." | 72870 | msgid "Use our QCOW image, the @file{guix-system-vm-image-@value{VERSION}.x86_64-linux.qcow2} file, as the backing store of the ``myhd'' drive." |
| 72871 | msgstr "" | 72871 | msgstr "" |
| 72872 | 72872 | ||
| 72873 | #. type: Plain text | 72873 | #. type: Plain text |
diff --git a/po/doc/guix-manual.zh_CN.po b/po/doc/guix-manual.zh_CN.po index 7e53f0f41d8..f5abe54b118 100644 --- a/po/doc/guix-manual.zh_CN.po +++ b/po/doc/guix-manual.zh_CN.po | |||
| @@ -16,7 +16,7 @@ msgstr "" | |||
| 16 | "Project-Id-Version: guix-manual 1.0.1-pre1\n" | 16 | "Project-Id-Version: guix-manual 1.0.1-pre1\n" |
| 17 | "Report-Msgid-Bugs-To: bug-guix@gnu.org\n" | 17 | "Report-Msgid-Bugs-To: bug-guix@gnu.org\n" |
| 18 | "POT-Creation-Date: 2022-12-02 03:18+0000\n" | 18 | "POT-Creation-Date: 2022-12-02 03:18+0000\n" |
| 19 | "PO-Revision-Date: 2022-09-22 13:19+0000\n" | 19 | "PO-Revision-Date: 2022-12-15 00:11+0100\n" |
| 20 | "Last-Translator: Yang Yulin <yylteam@icloud.com>\n" | 20 | "Last-Translator: Yang Yulin <yylteam@icloud.com>\n" |
| 21 | "Language-Team: Chinese (Simplified) <https://translate.fedoraproject.org/projects/guix/documentation-manual/zh_CN/>\n" | 21 | "Language-Team: Chinese (Simplified) <https://translate.fedoraproject.org/projects/guix/documentation-manual/zh_CN/>\n" |
| 22 | "Language: zh_CN\n" | 22 | "Language: zh_CN\n" |
| @@ -71148,7 +71148,7 @@ msgstr "" | |||
| 71148 | 71148 | ||
| 71149 | #. type: table | 71149 | #. type: table |
| 71150 | #: guix-git/doc/guix.texi:39296 | 71150 | #: guix-git/doc/guix.texi:39296 |
| 71151 | msgid "Use our QCOW image, the @file{/tmp/qemu-image} file, as the backing store of the ``myhd'' drive." | 71151 | msgid "Use our QCOW image, the @file{guix-system-vm-image-@value{VERSION}.x86_64-linux.qcow2} file, as the backing store of the ``myhd'' drive." |
| 71152 | msgstr "" | 71152 | msgstr "" |
| 71153 | 71153 | ||
| 71154 | #. type: Plain text | 71154 | #. type: Plain text |
