Skip to content

Commit

Permalink
backport of commit 89b1d57
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Jun 21, 2024
1 parent c392ad7 commit 88b8bb2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 88b8bb2

Please sign in to comment.