[PR #751] [MERGED] Release 2.0.25 #2642

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

📋 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: masterHead: RC


📝 Commits (10+)

  • bc90028 Update version.txt
  • f568dfc Version bump for netbootxyz/debian-squash:gparted-stable new tag 1.1.0-6-b6f38ff4
  • 97f0464 Version bump for netbootxyz/debian-squash:grml-small new tag 2020.06-9ba4968f
  • e23025a Adds experimental support for Raspberry Pi 4
  • 4d469f2 Merge pull request #735 from netbootxyz/rpi
  • 6aa9213 Version bump for netbootxyz/asset-mirror:gentoo new tag 20201028T214503Z-3db955b8
  • 4ded15f Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20201029-0952-6160efec
  • 3c810dd Version bump for netbootxyz/ubuntu-squash:clonezilla-testing new tag 20201029-groovy-fb737dc0
  • 229c5e5 Version bump for netbootxyz/ubuntu-squash:ubuntu-20.10-netboot new tag 20.10-5ca53c76
  • a241b6b Version 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.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/netboot.xyz/pull/751 **Author:** [@antonym](https://github.com/antonym) **Created:** 11/7/2020 **Status:** ✅ Merged **Merged:** 11/7/2020 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `RC` --- ### 📝 Commits (10+) - [`bc90028`](https://github.com/netbootxyz/netboot.xyz/commit/bc90028a08bedac769aac598309084317162c855) Update version.txt - [`f568dfc`](https://github.com/netbootxyz/netboot.xyz/commit/f568dfcd1198959d39badc108f10e12c29c30383) Version bump for netbootxyz/debian-squash:gparted-stable new tag 1.1.0-6-b6f38ff4 - [`97f0464`](https://github.com/netbootxyz/netboot.xyz/commit/97f04649dd9b1f4c1f46469ffd0358a8dddfb6b3) Version bump for netbootxyz/debian-squash:grml-small new tag 2020.06-9ba4968f - [`e23025a`](https://github.com/netbootxyz/netboot.xyz/commit/e23025af2c3f155f6f42edd9eeefcd90e24f32b6) Adds experimental support for Raspberry Pi 4 - [`4d469f2`](https://github.com/netbootxyz/netboot.xyz/commit/4d469f2ed317fd989e9bbaf1b29d5ef20c448d73) Merge pull request #735 from netbootxyz/rpi - [`6aa9213`](https://github.com/netbootxyz/netboot.xyz/commit/6aa9213ac79c9bec4fa9cd974d867ae54067ffcc) Version bump for netbootxyz/asset-mirror:gentoo new tag 20201028T214503Z-3db955b8 - [`4ded15f`](https://github.com/netbootxyz/netboot.xyz/commit/4ded15f4889d91a12e93e244b6f2e52c1380431d) Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20201029-0952-6160efec - [`3c810dd`](https://github.com/netbootxyz/netboot.xyz/commit/3c810dd6d797615eee87ec5473ce4a371a133733) Version bump for netbootxyz/ubuntu-squash:clonezilla-testing new tag 20201029-groovy-fb737dc0 - [`229c5e5`](https://github.com/netbootxyz/netboot.xyz/commit/229c5e5188b7e8e64b2bbd0096ac81e6211570d3) Version bump for netbootxyz/ubuntu-squash:ubuntu-20.10-netboot new tag 20.10-5ca53c76 - [`a241b6b`](https://github.com/netbootxyz/netboot.xyz/commit/a241b6bca45061a3c79580e54d4af95a489cee71) Version bump for netbootxyz/ubuntu-squash:ubuntu-20.10-netboot new tag 20.10-f1c3cbed ### 📊 Changes **20 files changed** (+480 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <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:54 +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#2642
No description provided.