[PR #486] [MERGED] Adds PCI Device List to menu #2451

Closed
opened 2026-03-01 18:40:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/486
Author: @antonym
Created: 1/4/2020
Status: Merged
Merged: 1/4/2020
Merged by: @antonym

Base: developmentHead: lspci


📝 Commits (1)

  • 01fdb20 Adds PCI Device List to menu

📊 Changes

6 files changed (+97 additions, -1 deletions)

View changed files

📝 roles/netbootxyz/defaults/main.yml (+4 -0)
roles/netbootxyz/files/pciids_gen (+26 -0)
roles/netbootxyz/tasks/generate_pciids.yml (+27 -0)
📝 roles/netbootxyz/tasks/main.yml (+5 -1)
roles/netbootxyz/templates/menu/lspci.ipxe.j2 (+34 -0)
📝 roles/netbootxyz/templates/menu/menu.ipxe.j2 (+1 -0)

📄 Description

Adds a PCI Device list tool to the menu which uses the
pci.ids list and refreshes it during deployment.


🔄 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/netbootxyz/netboot.xyz/pull/486 **Author:** [@antonym](https://github.com/antonym) **Created:** 1/4/2020 **Status:** ✅ Merged **Merged:** 1/4/2020 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `development` ← **Head:** `lspci` --- ### 📝 Commits (1) - [`01fdb20`](https://github.com/netbootxyz/netboot.xyz/commit/01fdb200a34b1ef30f99312cd63b22c07ea550cb) Adds PCI Device List to menu ### 📊 Changes **6 files changed** (+97 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `roles/netbootxyz/defaults/main.yml` (+4 -0) ➕ `roles/netbootxyz/files/pciids_gen` (+26 -0) ➕ `roles/netbootxyz/tasks/generate_pciids.yml` (+27 -0) 📝 `roles/netbootxyz/tasks/main.yml` (+5 -1) ➕ `roles/netbootxyz/templates/menu/lspci.ipxe.j2` (+34 -0) 📝 `roles/netbootxyz/templates/menu/menu.ipxe.j2` (+1 -0) </details> ### 📄 Description Adds a PCI Device list tool to the menu which uses the pci.ids list and refreshes it during deployment. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 18:40:08 +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/netboot.xyz#2451
No description provided.