mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #154] [MERGED] fix(CreateVm): Add PXE boolean option to config #267
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#267
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Telmate/proxmox-api-go/pull/154
Author: @sygibson
Created: 1/7/2022
Status: ✅ Merged
Merged: 1/25/2022
Merged by: @mleone87
Base:
master← Head:add-pxe📝 Commits (2)
3df5a18fix(CreateVm): Add PXE boolean option to config0c6f43afix(CreateVm): Update PXE boot options and VM start📊 Changes
2 files changed (+24 additions, -11 deletions)
View changed files
📝
main.go(+23 -11)📝
proxmox/config_qemu.go(+1 -0)📄 Description
This pull requests adds a new Config directive of
pxetype which can be used to indicate that a PXE boot is being requested of the Virtual Machine.On its own, this will not actually implement the PXE boot capability. That is ultimately implemented by use of a correct set of
bootdirectives defining the Network Boot option first (egncd, ororder=net0;scsi0).This addresses Issue #153 .
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.