[PR #573] [MERGED] Release 2.0.8 #983

Closed
opened 2026-02-27 14:53:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/573
Author: @antonym
Created: 2/6/2020
Status: Merged
Merged: 2/7/2020
Merged by: @antonym

Base: masterHead: RC


📝 Commits (10+)

  • e89204b Version bump for netbootxyz/asset-mirror:4mlinux new tag 31.1-9100f629
  • 2d1bf6b Version bump for netbootxyz/asset-mirror:4mlinux new tag 31.1-7e63c849
  • ee7f25c Version bump for netbootxyz/asset-mirror:4mlinux-thesss new tag 31.2-17b08d75
  • 02782ce Version bump for netbootxyz/asset-mirror:4mlinux-bakandimg new tag 31.0-0bc08fcf
  • 7e12cc0 add 4mlinux full and tool distros
  • af012ea Merge pull request #564 from netbootxyz/4mlinux
  • 80c0e55 Version bump for netbootxyz/asset-mirror:gentoo new tag 20200126T214502Z-3b6f19b1
  • 97f24da Version bump for netbootxyz/debian-squash:xfce-kali new tag 2020.1-63491ab9
  • 08b66a6 change version display for installer and change live menu to reflect the flavors are old and not rolling
  • f7468a9 need new boot params for 2020 they dropped the root user concept

📊 Changes

11 files changed (+705 additions, -528 deletions)

View changed files

📝 README.md (+4 -0)
📝 endpoints.yml (+40 -6)
📝 roles/netbootxyz/defaults/main.yml (+515 -517)
📝 roles/netbootxyz/templates/index.html.j2 (+1 -1)
roles/netbootxyz/templates/menu/4mlinux.ipxe.j2 (+36 -0)
📝 roles/netbootxyz/templates/menu/boot.cfg.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/live-kali.ipxe.j2 (+13 -3)
📝 roles/netbootxyz/templates/menu/menu.ipxe.j2 (+1 -0)
roles/netbootxyz/templates/menu/smartos.ipxe (+64 -0)
roles/netbootxyz/templates/menu/unix.ipxe.j2 (+29 -0)
📝 version.txt (+1 -1)

📄 Description

Release 2.0.8 Changelog

Adds SmartOS
Adds 4MLinux
Adds BakAndImgCD
Adds The Smallest Server Suite
Various bug fixes


🔄 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/573 **Author:** [@antonym](https://github.com/antonym) **Created:** 2/6/2020 **Status:** ✅ Merged **Merged:** 2/7/2020 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `RC` --- ### 📝 Commits (10+) - [`e89204b`](https://github.com/netbootxyz/netboot.xyz/commit/e89204ba180ffcd31dab54b60c7adcd474805e48) Version bump for netbootxyz/asset-mirror:4mlinux new tag 31.1-9100f629 - [`2d1bf6b`](https://github.com/netbootxyz/netboot.xyz/commit/2d1bf6ba47d414582f3b7ce79443b3f030c90075) Version bump for netbootxyz/asset-mirror:4mlinux new tag 31.1-7e63c849 - [`ee7f25c`](https://github.com/netbootxyz/netboot.xyz/commit/ee7f25c9b1b0ea71f045962f60a028df0f45200f) Version bump for netbootxyz/asset-mirror:4mlinux-thesss new tag 31.2-17b08d75 - [`02782ce`](https://github.com/netbootxyz/netboot.xyz/commit/02782cec699e6d5daae0d42a98e657367b3a398b) Version bump for netbootxyz/asset-mirror:4mlinux-bakandimg new tag 31.0-0bc08fcf - [`7e12cc0`](https://github.com/netbootxyz/netboot.xyz/commit/7e12cc032a6149f205bddccafca7386540a0a4f3) add 4mlinux full and tool distros - [`af012ea`](https://github.com/netbootxyz/netboot.xyz/commit/af012ea7e039dd2ae499afbd8fb1a657be81be7b) Merge pull request #564 from netbootxyz/4mlinux - [`80c0e55`](https://github.com/netbootxyz/netboot.xyz/commit/80c0e55af48917f823b5ae99a46099f098f56034) Version bump for netbootxyz/asset-mirror:gentoo new tag 20200126T214502Z-3b6f19b1 - [`97f24da`](https://github.com/netbootxyz/netboot.xyz/commit/97f24da3fb431024d3c607f73a9d85cbcfac7750) Version bump for netbootxyz/debian-squash:xfce-kali new tag 2020.1-63491ab9 - [`08b66a6`](https://github.com/netbootxyz/netboot.xyz/commit/08b66a6958d04cddc589bb2dda85b7acef8c29fe) change version display for installer and change live menu to reflect the flavors are old and not rolling - [`f7468a9`](https://github.com/netbootxyz/netboot.xyz/commit/f7468a944d057c19e2e815ae09831daa3a740ffa) need new boot params for 2020 they dropped the root user concept ### 📊 Changes **11 files changed** (+705 additions, -528 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -0) 📝 `endpoints.yml` (+40 -6) 📝 `roles/netbootxyz/defaults/main.yml` (+515 -517) 📝 `roles/netbootxyz/templates/index.html.j2` (+1 -1) ➕ `roles/netbootxyz/templates/menu/4mlinux.ipxe.j2` (+36 -0) 📝 `roles/netbootxyz/templates/menu/boot.cfg.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/live-kali.ipxe.j2` (+13 -3) 📝 `roles/netbootxyz/templates/menu/menu.ipxe.j2` (+1 -0) ➕ `roles/netbootxyz/templates/menu/smartos.ipxe` (+64 -0) ➕ `roles/netbootxyz/templates/menu/unix.ipxe.j2` (+29 -0) 📝 `version.txt` (+1 -1) </details> ### 📄 Description Release 2.0.8 Changelog Adds SmartOS Adds 4MLinux Adds BakAndImgCD Adds The Smallest Server Suite Various bug fixes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:53:57 +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#983
No description provided.