暂无描述

Antony Messerli 3cf7f27ed9 Merge pull request #4 from thelamer/development 5 年之前
inventory fc4b151f7a initial commit 5 年之前
roles 6fb4fa3a9a isolate the tftp boot into a sub menu and only run it if DHCP succeeds with server name being set and the filename being ours 5 年之前
README.md fc4b151f7a initial commit 5 年之前
TODO.md fc4b151f7a initial commit 5 年之前
endpoints.yml e42bf36643 Version bump for netbootxyz/manjaro-core-18.x:master new tag 5.3.8-d0e4054f 5 年之前
netbootxyz.yml 026c87546d adding POC live menu stuff loading settings from endpoints yaml 5 年之前
user_overrides.yml 9f3c1ec862 Pushing up more work 5 年之前

README.md

netboot.xyz - v2 - Under Construction

** THIS IS A WORK IN PROGRESS, DO NOT USE **

** Templates are incomplete and still being worked **

netboot.xyz rewritten in ansible to generate standalone netboot environments.

The goal is to use this to generate the primary netboot.xyz site but at the same time allow it to be customizable for any type of environment or user.

The source files are now templates in order to make things a bit easier to generate.

This is a seperate repo for now but will more than likely roll into the existing repo.

To generate, run:

ansible-playbook -i inventory/all netbootxyz.yml

It'll handle source generation as well as ipxe disk generation with the users settings. The disk generation was worked on a while back so it needs work to catch it up to the existing state of netboot.xyz.

If you want to override the defaults, you can put overrides in user_overrides.yml. See file for examples.