From dcb839e131d491f682a293cf4352db10be258383 Mon Sep 17 00:00:00 2001 From: Arnaud Charles Date: Fri, 3 Mar 2023 12:48:55 +0100 Subject: [PATCH 1/4] Fixing main md links and doc links --- README.md | 2 +- docs/builders/iso/xenserver-iso.html.markdown | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bd6511d..8e8d594 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ $ cp builder-xenserver-iso ~/.packer.d/plugins/packer-builder-xenserver-iso # Documentation For complete documentation on configuration commands, see [the -xenserver-iso docs](docs/builders/xenserver-iso.html.markdown) +xenserver-iso docs](docs/builders/iso/xenserver-iso.html.markdown) ## Support diff --git a/docs/builders/iso/xenserver-iso.html.markdown b/docs/builders/iso/xenserver-iso.html.markdown index 9c62c3f..c931c77 100644 --- a/docs/builders/iso/xenserver-iso.html.markdown +++ b/docs/builders/iso/xenserver-iso.html.markdown @@ -43,7 +43,7 @@ each category, the available options are alphabetized and described. If this is an HTTP URL, Packer will download it and cache it between runs. -* `remote_host` (string) - The host of the Xenserver / XCP-ng pool primary. Typically these will be specified through environment variables as seen in the [examples](../../examples/centos8.json). +* `remote_host` (string) - The host of the Xenserver / XCP-ng pool primary. Typically these will be specified through environment variables as seen in the [examples](../../examples). * `remote_username` (string) - The XenServer username used to access the remote machine. @@ -59,7 +59,7 @@ each category, the available options are alphabetized and described. be to type just enough to initialize the operating system installer. Special keys can be typed as well, and are covered in the section below on the boot command. If this is not specified, it is assumed the installer will start - itself. See the [Ubuntu](../../examples/ubuntu-2004.json) and [centos](../../examples/centos8.json) examples to see how these are used to launch autoinstall and kickstart respectively. + itself. See the [Ubuntu](../../examples/ubuntu) and [centos](../../examples/centos) examples to see how these are used to launch autoinstall and kickstart respectively. * `boot_wait` (string) - The time to wait after booting the initial virtual machine before typing the `boot_command`. The value of this should be @@ -252,4 +252,4 @@ The available variables are: configuration parameter. If `http_directory` isn't specified, these will be blank! -See the [examples](../../examples/) for working boot commands. +See the [examples](../../examples) for working boot commands. From d15616c1d218086ad11cf69d2bcd9d4aa5b50d36 Mon Sep 17 00:00:00 2001 From: Arnaud Charles Date: Fri, 3 Mar 2023 12:53:23 +0100 Subject: [PATCH 2/4] Fixing main md links and doc links --- docs/builders/iso/xenserver-iso.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/builders/iso/xenserver-iso.html.markdown b/docs/builders/iso/xenserver-iso.html.markdown index c931c77..38fe369 100644 --- a/docs/builders/iso/xenserver-iso.html.markdown +++ b/docs/builders/iso/xenserver-iso.html.markdown @@ -43,7 +43,7 @@ each category, the available options are alphabetized and described. If this is an HTTP URL, Packer will download it and cache it between runs. -* `remote_host` (string) - The host of the Xenserver / XCP-ng pool primary. Typically these will be specified through environment variables as seen in the [examples](../../examples). +* `remote_host` (string) - The host of the Xenserver / XCP-ng pool primary. Typically these will be specified through environment variables as seen in the [examples](https://github.com/ddelnano/packer-plugin-xenserver/tree/master/examples). * `remote_username` (string) - The XenServer username used to access the remote machine. @@ -59,7 +59,7 @@ each category, the available options are alphabetized and described. be to type just enough to initialize the operating system installer. Special keys can be typed as well, and are covered in the section below on the boot command. If this is not specified, it is assumed the installer will start - itself. See the [Ubuntu](../../examples/ubuntu) and [centos](../../examples/centos) examples to see how these are used to launch autoinstall and kickstart respectively. + itself. See the [Ubuntu](https://github.com/ddelnano/packer-plugin-xenserver/tree/master/examples/ubuntu) and [centos](https://github.com/ddelnano/packer-plugin-xenserver/tree/master/examples/centos) examples to see how these are used to launch autoinstall and kickstart respectively. * `boot_wait` (string) - The time to wait after booting the initial virtual machine before typing the `boot_command`. The value of this should be @@ -252,4 +252,4 @@ The available variables are: configuration parameter. If `http_directory` isn't specified, these will be blank! -See the [examples](../../examples) for working boot commands. +See the [examples](https://github.com/ddelnano/packer-plugin-xenserver/tree/master/examples) for working boot commands. From 479e16a2c1eabc3c48e907b34c8fbe1f852f1cbb Mon Sep 17 00:00:00 2001 From: Arnaud Charles Date: Fri, 3 Mar 2023 12:56:34 +0100 Subject: [PATCH 3/4] Fixing main md links and doc links --- docs/builders/iso/xenserver-iso.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/builders/iso/xenserver-iso.html.markdown b/docs/builders/iso/xenserver-iso.html.markdown index 38fe369..ddbe4b0 100644 --- a/docs/builders/iso/xenserver-iso.html.markdown +++ b/docs/builders/iso/xenserver-iso.html.markdown @@ -43,7 +43,7 @@ each category, the available options are alphabetized and described. If this is an HTTP URL, Packer will download it and cache it between runs. -* `remote_host` (string) - The host of the Xenserver / XCP-ng pool primary. Typically these will be specified through environment variables as seen in the [examples](https://github.com/ddelnano/packer-plugin-xenserver/tree/master/examples). +* `remote_host` (string) - The host of the Xenserver / XCP-ng pool primary. Typically these will be specified through environment variables as seen in the [examples](examples). * `remote_username` (string) - The XenServer username used to access the remote machine. @@ -59,7 +59,7 @@ each category, the available options are alphabetized and described. be to type just enough to initialize the operating system installer. Special keys can be typed as well, and are covered in the section below on the boot command. If this is not specified, it is assumed the installer will start - itself. See the [Ubuntu](https://github.com/ddelnano/packer-plugin-xenserver/tree/master/examples/ubuntu) and [centos](https://github.com/ddelnano/packer-plugin-xenserver/tree/master/examples/centos) examples to see how these are used to launch autoinstall and kickstart respectively. + itself. See the [Ubuntu](examples/ubuntu) and [centos](examples/centos) examples to see how these are used to launch autoinstall and kickstart respectively. * `boot_wait` (string) - The time to wait after booting the initial virtual machine before typing the `boot_command`. The value of this should be @@ -252,4 +252,4 @@ The available variables are: configuration parameter. If `http_directory` isn't specified, these will be blank! -See the [examples](https://github.com/ddelnano/packer-plugin-xenserver/tree/master/examples) for working boot commands. +See the [examples](../../../examples) for working boot commands. From 5d0cff3fc65153f7ba8c3f74e79e1cc44d64a10a Mon Sep 17 00:00:00 2001 From: Arnaud Charles Date: Fri, 3 Mar 2023 12:57:19 +0100 Subject: [PATCH 4/4] Fixing main md links and doc links --- docs/builders/iso/xenserver-iso.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/builders/iso/xenserver-iso.html.markdown b/docs/builders/iso/xenserver-iso.html.markdown index ddbe4b0..5f4bd08 100644 --- a/docs/builders/iso/xenserver-iso.html.markdown +++ b/docs/builders/iso/xenserver-iso.html.markdown @@ -43,7 +43,7 @@ each category, the available options are alphabetized and described. If this is an HTTP URL, Packer will download it and cache it between runs. -* `remote_host` (string) - The host of the Xenserver / XCP-ng pool primary. Typically these will be specified through environment variables as seen in the [examples](examples). +* `remote_host` (string) - The host of the Xenserver / XCP-ng pool primary. Typically these will be specified through environment variables as seen in the [examples](../../../examples). * `remote_username` (string) - The XenServer username used to access the remote machine. @@ -59,7 +59,7 @@ each category, the available options are alphabetized and described. be to type just enough to initialize the operating system installer. Special keys can be typed as well, and are covered in the section below on the boot command. If this is not specified, it is assumed the installer will start - itself. See the [Ubuntu](examples/ubuntu) and [centos](examples/centos) examples to see how these are used to launch autoinstall and kickstart respectively. + itself. See the [Ubuntu](../../../examples/ubuntu) and [centos](../../../examples/centos) examples to see how these are used to launch autoinstall and kickstart respectively. * `boot_wait` (string) - The time to wait after booting the initial virtual machine before typing the `boot_command`. The value of this should be