mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[PR #751] [MERGED] Release 2.0.25 #1105
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#1105
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/751
Author: @antonym
Created: 11/7/2020
Status: ✅ Merged
Merged: 11/7/2020
Merged by: @antonym
Base:
master← Head:RC📝 Commits (10+)
bc90028Update version.txtf568dfcVersion bump for netbootxyz/debian-squash:gparted-stable new tag 1.1.0-6-b6f38ff497f0464Version bump for netbootxyz/debian-squash:grml-small new tag 2020.06-9ba4968fe23025aAdds experimental support for Raspberry Pi 44d469f2Merge pull request #735 from netbootxyz/rpi6aa9213Version bump for netbootxyz/asset-mirror:gentoo new tag 20201028T214503Z-3db955b84ded15fVersion bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20201029-0952-6160efec3c810ddVersion bump for netbootxyz/ubuntu-squash:clonezilla-testing new tag 20201029-groovy-fb737dc0229c5e5Version bump for netbootxyz/ubuntu-squash:ubuntu-20.10-netboot new tag 20.10-5ca53c76a241b6bVersion bump for netbootxyz/ubuntu-squash:ubuntu-20.10-netboot new tag 20.10-f1c3cbed📊 Changes
20 files changed (+480 additions, -70 deletions)
View changed files
📝
Dockerfile-build(+1 -1)📝
Dockerfile-build.production(+1 -1)📝
endpoints.yml(+37 -23)📝
roles/netbootxyz/defaults/main.yml(+27 -11)📝
roles/netbootxyz/tasks/generate_disks.yml(+5 -1)➕
roles/netbootxyz/tasks/generate_disks_rpi.yml(+66 -0)📝
roles/netbootxyz/templates/index.html.j2(+47 -0)📝
roles/netbootxyz/templates/menu/boot.cfg.j2(+4 -0)📝
roles/netbootxyz/templates/menu/coreos.ipxe.j2(+1 -1)➕
roles/netbootxyz/templates/menu/linux-arm.ipxe.j2(+35 -0)➕
roles/netbootxyz/templates/menu/live-arm.ipxe.j2(+25 -0)📝
roles/netbootxyz/templates/menu/menu.ipxe.j2(+2 -0)📝
roles/netbootxyz/templates/menu/nixos.ipxe.j2(+11 -4)📝
roles/netbootxyz/templates/menu/ubuntu.ipxe.j2(+46 -15)📝
roles/netbootxyz/templates/menu/utils-arm.ipxe.j2(+0 -11)➕
roles/netbootxyz/templates/pipxe/Makefile-rpi3.j2(+77 -0)➕
roles/netbootxyz/templates/pipxe/Makefile-rpi4.j2(+77 -0)📝
roles/netbootxyz/vars/ubuntu.yml(+16 -1)📝
script/netbootxyz-overrides.yml(+1 -0)📝
version.txt(+1 -1)📄 Description
Changelog:
Added initial support for Raspberry Pi iPXE bootloader which allows you to boot using SD Card or USB key. (Experimental)
Switched to prebuilt docker image to increase build times
Added Ubuntu 20.10 Grovvy Live Images
Added support for Ubuntu 20.04/20.10 Subiquity Server installers
Added Fedora 33 net installer and live images
Fedora Core build version is now updated automatically.
Various OS version updates
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.