From 84cc8a57eccea42bf3f27d9136d4ba087fc7a4d6 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Fri, 21 Jun 2024 19:57:48 +0000 Subject: [PATCH] backport of commit 89b1d57f34639537eb8504f4b2c67b4a7d5c5cbf --- .../automatic-operating-system-installs/preseed_ubuntu.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/guides/automatic-operating-system-installs/preseed_ubuntu.mdx b/website/content/guides/automatic-operating-system-installs/preseed_ubuntu.mdx index 5848589b1..5f2bfcd98 100644 --- a/website/content/guides/automatic-operating-system-installs/preseed_ubuntu.mdx +++ b/website/content/guides/automatic-operating-system-installs/preseed_ubuntu.mdx @@ -46,12 +46,12 @@ local fileserver for your virtual machine to be able to access. One very common use for this directory is to use it to provide your preseed file. You then reference the file using a `boot_command` to kick off the installation. -In the example below, see how the `preseed/url` command line option is being +In the example below, the `preseed/url` command line option is being used in the `/install/vmlinuz command`. The `{{ .HTTPIP }}` and `{{ .HTTPPort }}` options are special Packer template options that will get set by Packer to point to the HTTP server we create, so that your boot command can -access it. For an example of a working boot_command, see the Examples section -below. For more information on how boot_command works, see the +access it. For an example of a working boot_command, refer to the Examples section +below. For more information on how boot_command works, refer to the boot_command section of the docs for whatever builder you are using. ## What does Packer _need_ the preseed file to do?