mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[PR #446] [CLOSED] Push menu file tarball for dev builds #875
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#875
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/446
Author: @thelamer
Created: 12/26/2019
Status: ❌ Closed
Base:
master← Head:devtarballs📝 Commits (10+)
2f9fee7Add EFI detection for out of date loaders and...92c03e2Rename news to about netboot.xyz6c03e92Merge pull request #421 from netbootxyz/about0fbf768Fix index to loop over primary site_name51aa769missed in last PR changing the link textd35c5c9Merge pull request #425 from netbootxyz/bugfix31e430amissed netinfo in the transitionda15738Merge pull request #426 from netbootxyz/netinfof628157Fixing signatures and add certs to loaders95377b0drop the name as the new release is called Hera, just use Latest to signify we are up to date📊 Changes
46 files changed (+621 additions, -189 deletions)
View changed files
📝
.travis.yml(+11 -11)📝
CONTRIBUTING.md(+11 -1)➕
Dockerfile-build.production(+32 -0)📝
README.md(+15 -13)📝
endpoints.yml(+127 -45)📝
roles/netbootxyz/defaults/main.yml(+7 -3)➕
roles/netbootxyz/files/ipxe/local/console.h(+1 -0)📝
roles/netbootxyz/files/ipxe/local/general.h(+1 -0)📝
roles/netbootxyz/files/ipxe/local/general.h.efi(+1 -0)➖
roles/netbootxyz/files/ipxe/local/nap.h.efi(+0 -4)➖
roles/netbootxyz/files/ipxe/local/usb.h.efi(+0 -2)📝
roles/netbootxyz/tasks/generate_checksums.yml(+6 -0)➖
roles/netbootxyz/tasks/generate_disks(+0 -0)📝
roles/netbootxyz/tasks/generate_disks.yml(+4 -0)📝
roles/netbootxyz/tasks/generate_disks_arm.yml(+55 -0)📝
roles/netbootxyz/tasks/generate_disks_base.yml(+0 -1)📝
roles/netbootxyz/tasks/generate_disks_efi.yml(+12 -1)📝
roles/netbootxyz/tasks/generate_disks_legacy.yml(+12 -0)📝
roles/netbootxyz/tasks/generate_menus.yml(+21 -0)📝
roles/netbootxyz/tasks/generate_signatures.yml(+1 -1)...and 26 more files
📄 Description
This is mostly for the web app, I want to add the functionality to consume RCs and Development head if the user chooses to.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.