From 0c64753778aa2bf809e39ae1844325aa13cef02c Mon Sep 17 00:00:00 2001 From: David Seelbach Date: Thu, 23 Nov 2023 12:05:23 +0100 Subject: [PATCH 1/2] fix german link anchor --- docs/_optimist/faq/index.de.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_optimist/faq/index.de.md b/docs/_optimist/faq/index.de.md index 28a77d6f9..df61ac914 100644 --- a/docs/_optimist/faq/index.de.md +++ b/docs/_optimist/faq/index.de.md @@ -138,7 +138,7 @@ systemctl start qemu-guest-agent systemctl enable qemu-guest-agent ``` -Außerdem empfehlen wir beim [Hochladen Ihrer eigenen Images](https://docs.gec.io/de/optimist/specs/images/#uploading-your-own-images), dass Sie `--property hw_qemu_guest_agent=True` als Property an Ihren Images hinzufügen. +Außerdem empfehlen wir beim [Hochladen Ihrer eigenen Images](https://docs.gec.io/de/optimist/specs/images/#upload-von-eigenen-images), dass Sie `--property hw_qemu_guest_agent=True` als Property an Ihren Images hinzufügen. Sobald der qemu-guest-agent läuft, kann der Snapshot erstellt werden. From 7bcb5b3b1ce5838bd206cfa1090ec54b8cdae338 Mon Sep 17 00:00:00 2001 From: David Seelbach Date: Thu, 23 Nov 2023 12:06:58 +0100 Subject: [PATCH 2/2] fix rendering as inline code --- docs/_optimist/specs/images/index.de.md | 2 +- docs/_optimist/specs/images/index.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_optimist/specs/images/index.de.md b/docs/_optimist/specs/images/index.de.md index 07f1501ea..b45ce0885 100644 --- a/docs/_optimist/specs/images/index.de.md +++ b/docs/_optimist/specs/images/index.de.md @@ -101,7 +101,7 @@ Dabei müssen mindestens folgende Parameter spezifiziert werden: - `--file`: Das Quell-Image auf Ihrem System - Name des Abbilds: `my-image` als Beispiel. -Um die Erstellung von Snapshots für laufende Instanzen zu ermöglichen ist es notwendig, dass Sie das Property `--property hw_qemu_guest_agent=`True`` an den von Ihnen genutzten Images setzen und `qemu-guest-agent` auf dem System installieren. +Um die Erstellung von Snapshots für laufende Instanzen zu ermöglichen ist es notwendig, dass Sie das Property `--property hw_qemu_guest_agent=True` an den von Ihnen genutzten Images setzen und `qemu-guest-agent` auf dem System installieren. Weitere Details finden Sie in unseren [FAQ](https://docs.gec.io/de/optimist/faq/#warum-kann-ich-keinen-snapshot-einer-laufenden-instance-erstellen). diff --git a/docs/_optimist/specs/images/index.en.md b/docs/_optimist/specs/images/index.en.md index 1e8a07016..934da95d7 100644 --- a/docs/_optimist/specs/images/index.en.md +++ b/docs/_optimist/specs/images/index.en.md @@ -101,6 +101,6 @@ The command to upload images requires these fields at a minimum: - `--file`: The source file on your machine - Name of the Image: `my-image` for example. -Additionally, to enable the creation of Snapshots on running Instances, we recommend that you set `--property hw_qemu_guest_agent=`True`` on the images you create, and to install the `qemu-guest-agent` upon creation of the new image. See our [FAQ](https://docs.gec.io/de/optimist/faq/#why-am-i-unable-to-create-a-snapshot-of-a-running-instance) for more details. +Additionally, to enable the creation of Snapshots on running Instances, we recommend that you set `--property hw_qemu_guest_agent=True` on the images you create, and to install the `qemu-guest-agent` upon creation of the new image. See our [FAQ](https://docs.gec.io/de/optimist/faq/#why-am-i-unable-to-create-a-snapshot-of-a-running-instance) for more details. You can also use the dashboard to upload images. Make sure to use the same properties there.