mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-26 07:35:57 +03:00
[PR #587] [MERGED] Fix utilities override #2529
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#2529
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/netbootxyz/netboot.xyz/pull/587
Author: @Enrico204
Created: 3/28/2020
Status: ✅ Merged
Merged: 3/31/2020
Merged by: @antonym
Base:
development← Head:fix-utilities-override📝 Commits (2)
b9ddd24Fix utilities override in menu generation (Ansible task)205ddcdUpdate user_overrides.yml comments to document the new override method📊 Changes
2 files changed (+25 additions, -8 deletions)
View changed files
📝
roles/netbootxyz/tasks/generate_menus.yml(+18 -6)📝
user_overrides.yml(+7 -2)📄 Description
This pull request fixes the override of the "utilities" section, as it was splitted in "EFI" and "PCBIOS" in
main.yml(utilitiesefiandutilitiespcbios) but not inuser_overrides.ymldocumentation, nor intasks/generate_menus.yml(Ansible rolenetbootxyz).Also, by following the documentation in
user_overrides.ymlcomments (that says to create autilities_override:section) we incur in an error during the Ansible role execution of the relative task (asutilitiesis now undefined).This pull request fixes the role and update the documentation in
user_overrides.yml🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.