[PR #563] [MERGED] Release 2.0.7 #2517

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

📋 Pull Request Information

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

Base: masterHead: RC


📝 Commits (10+)

  • 995b913 add ip params to arch variants (#546)
  • 04f74d2 swapping tinycore over to all of their flavors instead of memdisk
  • 061cf92 add tiny to live menu also as it is technically a liveCD
  • cb53411 Version bump for netbootxyz/asset-mirror:gentoo new tag 20200119T214502Z-3b6f19b1
  • 3f49839 adding gentoo back into the installer menu with customized live assets
  • 2f0c95a Adds CentOS 8.1.1911
  • 6979c72 Merge pull request #549 from netbootxyz/tinycore
  • dd77546 Merge pull request #550 from netbootxyz/gentoo
  • cb3b901 Version bump for netbootxyz/ubuntu-squash:lxle new tag 18.04.3-9007db23
  • a488be3 adding lxle, minor corrections to readme/menu

📊 Changes

15 files changed (+589 additions, -130 deletions)

View changed files

📝 .travis.yml (+1 -1)
📝 README.md (+71 -66)
📝 endpoints.yml (+98 -4)
📝 roles/netbootxyz/defaults/main.yml (+112 -12)
📝 roles/netbootxyz/templates/menu/gentoo.ipxe.j2 (+23 -17)
roles/netbootxyz/templates/menu/kaspersky.ipxe.j2 (+37 -0)
roles/netbootxyz/templates/menu/live-fatdog.ipxe.j2 (+36 -0)
roles/netbootxyz/templates/menu/live-lxle.ipxe.j2 (+37 -0)
📝 roles/netbootxyz/templates/menu/live-manjaro.ipxe.j2 (+45 -22)
roles/netbootxyz/templates/menu/live-raizo.ipxe.j2 (+37 -0)
roles/netbootxyz/templates/menu/live-septor.ipxe.j2 (+37 -0)
📝 roles/netbootxyz/templates/menu/live.ipxe.j2 (+6 -1)
📝 roles/netbootxyz/templates/menu/tinycore.ipxe.j2 (+37 -6)
script/tag (+11 -0)
📝 version.txt (+1 -1)

📄 Description

Release 2.0.7 Changelog

Adds CentOS 8.1
Adds Gentoo (working now)
Adds Fatdog
Adds Kaspersky Rescue Disk
Adds LXLE
Adds Live Raise
Adds Septor
Adds Tiny Core Linux using kernels instead of memdisk


🔄 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/563 **Author:** [@antonym](https://github.com/antonym) **Created:** 1/26/2020 **Status:** ✅ Merged **Merged:** 1/26/2020 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `RC` --- ### 📝 Commits (10+) - [`995b913`](https://github.com/netbootxyz/netboot.xyz/commit/995b913975d529bbf25fafc45b1e7a0633b39870) add ip params to arch variants (#546) - [`04f74d2`](https://github.com/netbootxyz/netboot.xyz/commit/04f74d200e0a056bce72797f06520f03d54c84f7) swapping tinycore over to all of their flavors instead of memdisk - [`061cf92`](https://github.com/netbootxyz/netboot.xyz/commit/061cf926c4db9fdcabe649fc37399b85cc5e06e2) add tiny to live menu also as it is technically a liveCD - [`cb53411`](https://github.com/netbootxyz/netboot.xyz/commit/cb534114191435b1f470890eaa2af79b0731dab4) Version bump for netbootxyz/asset-mirror:gentoo new tag 20200119T214502Z-3b6f19b1 - [`3f49839`](https://github.com/netbootxyz/netboot.xyz/commit/3f498392432c68c84ad2acdc355e4a72a36d2c7b) adding gentoo back into the installer menu with customized live assets - [`2f0c95a`](https://github.com/netbootxyz/netboot.xyz/commit/2f0c95a235c48d6d98d22d38d45ac760c193c4cf) Adds CentOS 8.1.1911 - [`6979c72`](https://github.com/netbootxyz/netboot.xyz/commit/6979c728cca4335acd4343671388a39e31065a7f) Merge pull request #549 from netbootxyz/tinycore - [`dd77546`](https://github.com/netbootxyz/netboot.xyz/commit/dd77546fdf67d20ac09146296d6f951fcdcf4980) Merge pull request #550 from netbootxyz/gentoo - [`cb3b901`](https://github.com/netbootxyz/netboot.xyz/commit/cb3b901b6395a5b27e505904ece4c121cdab0adb) Version bump for netbootxyz/ubuntu-squash:lxle new tag 18.04.3-9007db23 - [`a488be3`](https://github.com/netbootxyz/netboot.xyz/commit/a488be34fa0b5b0a720831036497cff4a9218e1d) adding lxle, minor corrections to readme/menu ### 📊 Changes **15 files changed** (+589 additions, -130 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `README.md` (+71 -66) 📝 `endpoints.yml` (+98 -4) 📝 `roles/netbootxyz/defaults/main.yml` (+112 -12) 📝 `roles/netbootxyz/templates/menu/gentoo.ipxe.j2` (+23 -17) ➕ `roles/netbootxyz/templates/menu/kaspersky.ipxe.j2` (+37 -0) ➕ `roles/netbootxyz/templates/menu/live-fatdog.ipxe.j2` (+36 -0) ➕ `roles/netbootxyz/templates/menu/live-lxle.ipxe.j2` (+37 -0) 📝 `roles/netbootxyz/templates/menu/live-manjaro.ipxe.j2` (+45 -22) ➕ `roles/netbootxyz/templates/menu/live-raizo.ipxe.j2` (+37 -0) ➕ `roles/netbootxyz/templates/menu/live-septor.ipxe.j2` (+37 -0) 📝 `roles/netbootxyz/templates/menu/live.ipxe.j2` (+6 -1) 📝 `roles/netbootxyz/templates/menu/tinycore.ipxe.j2` (+37 -6) ➕ `script/tag` (+11 -0) 📝 `version.txt` (+1 -1) </details> ### 📄 Description Release 2.0.7 Changelog Adds CentOS 8.1 Adds Gentoo (working now) Adds Fatdog Adds Kaspersky Rescue Disk Adds LXLE Adds Live Raise Adds Septor Adds Tiny Core Linux using kernels instead of memdisk --- <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:25 +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#2517
No description provided.