[PR #651] [MERGED] Improved k3os install and added live-boot #1038

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/651
Author: @pvelati
Created: 6/9/2020
Status: Merged
Merged: 6/19/2020
Merged by: @antonym

Base: developmentHead: development


📝 Commits (3)

  • 553183e Add k3os as live-boot
  • 36f96b3 Change k3os install with varios parameters
  • 71ae23d Re-added variables taken from the defaults yaml in case of future changes

📊 Changes

4 files changed (+123 additions, -12 deletions)

View changed files

📝 roles/netbootxyz/defaults/main.yml (+1 -4)
📝 roles/netbootxyz/templates/menu/k3os.ipxe.j2 (+61 -8)
roles/netbootxyz/templates/menu/live-k3os.ipxe.j2 (+60 -0)
📝 roles/netbootxyz/templates/menu/live.ipxe.j2 (+1 -0)

📄 Description

Added customizable parameters (see image attached below):
image 1

  • version of k3os to install (defaults to latest, taken directly from github, no update needed for latest version, it will be always latest, using release tags. Specific version can also be defined, for example v0.10.2 or v0.10.1) (see image attached below).
    2
  • install device (defaults to /dev/sda)
  • config.yaml url (empty as default): url for the installation yaml (see sample-config )
  • mirror url (defaults to github releases page): can be modified if you self-host the files (note: the structure must match the same used by github releases page)

A "custom" installation example can be viewed in image below.
3

A live-boot version of K3OS is also added to live-boot menu (some parameters can be modified before booting).
4


🔄 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/651 **Author:** [@pvelati](https://github.com/pvelati) **Created:** 6/9/2020 **Status:** ✅ Merged **Merged:** 6/19/2020 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `development` ← **Head:** `development` --- ### 📝 Commits (3) - [`553183e`](https://github.com/netbootxyz/netboot.xyz/commit/553183edd7aaeaea9d104031371929307283f360) Add k3os as live-boot - [`36f96b3`](https://github.com/netbootxyz/netboot.xyz/commit/36f96b3e3452efe1ec8729598553c3b0075a6f33) Change k3os install with varios parameters - [`71ae23d`](https://github.com/netbootxyz/netboot.xyz/commit/71ae23d8101ec2ceed9f0d8b2f6100e70b30990d) Re-added variables taken from the defaults yaml in case of future changes ### 📊 Changes **4 files changed** (+123 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `roles/netbootxyz/defaults/main.yml` (+1 -4) 📝 `roles/netbootxyz/templates/menu/k3os.ipxe.j2` (+61 -8) ➕ `roles/netbootxyz/templates/menu/live-k3os.ipxe.j2` (+60 -0) 📝 `roles/netbootxyz/templates/menu/live.ipxe.j2` (+1 -0) </details> ### 📄 Description Added customizable parameters (see image attached below): ![image 1](https://user-images.githubusercontent.com/6001344/84206834-4bbf0f80-aab0-11ea-8831-303e808cc4a7.PNG) - version of k3os to install (defaults to latest, taken directly from github, no update needed for latest version, it will be always latest, using release tags. Specific version can also be defined, for example v0.10.2 or v0.10.1) (see image attached below). ![2](https://user-images.githubusercontent.com/6001344/84206837-4c57a600-aab0-11ea-8bec-4e4af17015be.PNG) - install device (defaults to /dev/sda) - config.yaml url (empty as default): url for the installation yaml (see [sample-config](https://github.com/rancher/k3os#sample-configyaml) ) - mirror url (defaults to github releases page): can be modified if you self-host the files (note: the structure must match the same used by github releases page) A "custom" installation example can be viewed in image below. ![3](https://user-images.githubusercontent.com/6001344/84206838-4c57a600-aab0-11ea-85b4-b8e415360571.PNG) A live-boot version of K3OS is also added to live-boot menu (some parameters can be modified before booting). ![4](https://user-images.githubusercontent.com/6001344/84206840-4cf03c80-aab0-11ea-82ec-29b3cf90d2b3.PNG) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:54:08 +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#1038
No description provided.