From f566c43a9d9dbd22d665c5fbbb62873aa0f4cf8d Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Wed, 11 Oct 2017 22:58:03 -0700 Subject: [PATCH] add boot_command examples link to docs --- website/source/docs/builders/hyperv-iso.html.md | 8 +++++++- website/source/docs/builders/parallels-iso.html.md | 3 +++ website/source/docs/builders/parallels-pvm.html.md | 3 +++ website/source/docs/builders/qemu.html.md | 3 +++ website/source/docs/builders/virtualbox-iso.html.md | 3 +++ website/source/docs/builders/virtualbox-ovf.html.md | 3 +++ website/source/docs/builders/vmware-iso.html.md | 3 +++ website/source/docs/builders/vmware-vmx.html.md | 3 +++ 8 files changed, 28 insertions(+), 1 deletion(-) diff --git a/website/source/docs/builders/hyperv-iso.html.md b/website/source/docs/builders/hyperv-iso.html.md index f2daf1e41..b020a38bf 100644 --- a/website/source/docs/builders/hyperv-iso.html.md +++ b/website/source/docs/builders/hyperv-iso.html.md @@ -273,7 +273,10 @@ will be replaced by the proper key: sending any additional keys. This is useful if you have to generally wait for the UI to update before typing more. -When using modifier keys `ctrl`, `alt`, `shift` ensure that you release them, otherwise they will be held down until the machine reboots. Use lowercase characters as well inside modifiers. For example: to simulate ctrl+c use `c`. +When using modifier keys `ctrl`, `alt`, `shift` ensure that you release them, +otherwise they will be held down until the machine reboots. Use lowercase +characters as well inside modifiers. For example: to simulate ctrl+c use +`c`. In addition to the special keys, each command to type is treated as a [template engine](/docs/templates/engine.html). @@ -301,6 +304,9 @@ an Ubuntu 12.04 installer: ] ``` +For more examples of various boot commands, see the sample projects from our +[community templates page](/downloads-community.html#templates). + ## Integration Services Packer will automatically attach the integration services iso as a dvd drive diff --git a/website/source/docs/builders/parallels-iso.html.md b/website/source/docs/builders/parallels-iso.html.md index f8649e3d7..da7f041ad 100644 --- a/website/source/docs/builders/parallels-iso.html.md +++ b/website/source/docs/builders/parallels-iso.html.md @@ -326,6 +326,9 @@ Ubuntu 12.04 installer: ] ``` +For more examples of various boot commands, see the sample projects from our +[community templates page](/downloads-community.html#templates). + ## prlctl Commands In order to perform extra customization of the virtual machine, a template can diff --git a/website/source/docs/builders/parallels-pvm.html.md b/website/source/docs/builders/parallels-pvm.html.md index 55edcd6ca..941f06d26 100644 --- a/website/source/docs/builders/parallels-pvm.html.md +++ b/website/source/docs/builders/parallels-pvm.html.md @@ -231,6 +231,9 @@ In addition to the special keys, each command to type is treated as a [template engine](/docs/templates/engine.html). The available variables are: +For more examples of various boot commands, see the sample projects from our +[community templates page](/downloads-community.html#templates). + ## prlctl Commands In order to perform extra customization of the virtual machine, a template can diff --git a/website/source/docs/builders/qemu.html.md b/website/source/docs/builders/qemu.html.md index 4c4176e7a..f37815b73 100644 --- a/website/source/docs/builders/qemu.html.md +++ b/website/source/docs/builders/qemu.html.md @@ -442,6 +442,9 @@ CentOS 6.4 installer: } ``` +For more examples of various boot commands, see the sample projects from our +[community templates page](/downloads-community.html#templates). + ### Troubleshooting Some users have experienced errors complaining about invalid keymaps. This diff --git a/website/source/docs/builders/virtualbox-iso.html.md b/website/source/docs/builders/virtualbox-iso.html.md index 75c968ff4..887fb07d4 100644 --- a/website/source/docs/builders/virtualbox-iso.html.md +++ b/website/source/docs/builders/virtualbox-iso.html.md @@ -414,6 +414,9 @@ Ubuntu 12.04 installer: ] ``` +For more examples of various boot commands, see the sample projects from our +[community templates page](/downloads-community.html#templates). + ## Guest Additions Packer will automatically download the proper guest additions for the version of diff --git a/website/source/docs/builders/virtualbox-ovf.html.md b/website/source/docs/builders/virtualbox-ovf.html.md index ad7654642..e9fb8567e 100644 --- a/website/source/docs/builders/virtualbox-ovf.html.md +++ b/website/source/docs/builders/virtualbox-ovf.html.md @@ -367,6 +367,9 @@ Ubuntu 12.04 installer: ] ``` +For more examples of various boot commands, see the sample projects from our +[community templates page](/downloads-community.html#templates). + ## Guest Additions Packer will automatically download the proper guest additions for the version of diff --git a/website/source/docs/builders/vmware-iso.html.md b/website/source/docs/builders/vmware-iso.html.md index 4d00965b7..4c8c79b8b 100644 --- a/website/source/docs/builders/vmware-iso.html.md +++ b/website/source/docs/builders/vmware-iso.html.md @@ -399,6 +399,9 @@ Ubuntu 12.04 installer: ] ``` +For more examples of various boot commands, see the sample projects from our +[community templates page](/downloads-community.html#templates). + ## VMX Template The heart of a VMware machine is the "vmx" file. This contains all the virtual diff --git a/website/source/docs/builders/vmware-vmx.html.md b/website/source/docs/builders/vmware-vmx.html.md index 198ec7557..1cd6feb64 100644 --- a/website/source/docs/builders/vmware-vmx.html.md +++ b/website/source/docs/builders/vmware-vmx.html.md @@ -269,3 +269,6 @@ Ubuntu 12.04 installer: "initrd=/install/initrd.gz -- " ] ``` + +For more examples of various boot commands, see the sample projects from our +[community templates page](/downloads-community.html#templates).