Skip to content

Commit

Permalink
common: run make generate on changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajolet-hashicorp committed Jan 11, 2024
1 parent b872d36 commit f0aca8b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .web-docs/components/builder/clone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ boot time.

- `qemu_additional_args` (string) - Arbitrary arguments passed to KVM.
For example `-no-reboot -smbios type=0,vendor=FOO`.
Note: this option is for experts only.
Note: this option is for experts only.

<!-- End of code generated from the comments of the Config struct in builder/proxmox/common/config.go; -->

Expand Down
4 changes: 2 additions & 2 deletions .web-docs/components/builder/iso/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ in the image's Cloud-Init settings for provisioning.
- `vm_interface` (string) - Name of the network interface that Packer gets
the VMs IP from. Defaults to the first non loopback interface.

- `qemu_additional_args` (string) - Arbitrary arguments passed to KVM.
- `qemu_additional_args` (string) - Arbitrary arguments passed to KVM.
For example `-no-reboot -smbios type=0,vendor=FOO`.
Note: this option is for experts only.
Note: this option is for experts only.

<!-- End of code generated from the comments of the Config struct in builder/proxmox/common/config.go; -->

Expand Down
4 changes: 2 additions & 2 deletions builder/proxmox/clone/config.hcl2spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions builder/proxmox/common/config.hcl2spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions builder/proxmox/iso/config.hcl2spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions docs-partials/builder/proxmox/common/Config-not-required.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,8 @@
- `vm_interface` (string) - Name of the network interface that Packer gets
the VMs IP from. Defaults to the first non loopback interface.

- `qemu_additional_args` (string) - Arbitrary arguments passed to KVM.
For example `-no-reboot -smbios type=0,vendor=FOO`.
Note: this option is for experts only.

<!-- End of code generated from the comments of the Config struct in builder/proxmox/common/config.go; -->

0 comments on commit f0aca8b

Please sign in to comment.