[PR #154] [MERGED] fix(CreateVm): Add PXE boolean option to config #267

Closed
opened 2026-02-28 00:41:29 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: add-pxe


📝 Commits (2)

  • 3df5a18 fix(CreateVm): Add PXE boolean option to config
  • 0c6f43a fix(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 pxe type 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 boot directives defining the Network Boot option first (eg ncd, or order=net0;scsi0).

This addresses Issue #153 .


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Telmate/proxmox-api-go/pull/154 **Author:** [@sygibson](https://github.com/sygibson) **Created:** 1/7/2022 **Status:** ✅ Merged **Merged:** 1/25/2022 **Merged by:** [@mleone87](https://github.com/mleone87) **Base:** `master` ← **Head:** `add-pxe` --- ### 📝 Commits (2) - [`3df5a18`](https://github.com/Telmate/proxmox-api-go/commit/3df5a1879c96dcca8f87140e64e56ee1cf876bda) fix(CreateVm): Add PXE boolean option to config - [`0c6f43a`](https://github.com/Telmate/proxmox-api-go/commit/0c6f43a60b62e89a1f651aeae8183075d17c7a8d) fix(CreateVm): Update PXE boot options and VM start ### 📊 Changes **2 files changed** (+24 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `main.go` (+23 -11) 📝 `proxmox/config_qemu.go` (+1 -0) </details> ### 📄 Description This pull requests adds a new Config directive of `pxe` type 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 `boot` directives defining the Network Boot option first (eg `ncd`, or `order=net0;scsi0`). This addresses Issue #153 . --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:41:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#267
No description provided.