From 62d960c91429695e86e112ec1466b0441d974fc0 Mon Sep 17 00:00:00 2001 From: Arnaud Spiwack Date: Fri, 25 Jun 2021 21:32:48 +0200 Subject: [PATCH] pixiecore: add page (#6094) --- pages/common/pixiecore.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/pixiecore.md diff --git a/pages/common/pixiecore.md b/pages/common/pixiecore.md new file mode 100644 index 000000000..61581af22 --- /dev/null +++ b/pages/common/pixiecore.md @@ -0,0 +1,16 @@ +# pixiecore + +> Tool to manage the network booting of machines. +> More information: . + +- Start a PXE boot server which provides a `netboot.xyz` boot image: + +`pixiecore {{quick}} xyz --dhcp-no-bind` + +- Start a new PXE boot server which provides an Ubuntu boot image: + +`pixiecore {{quick}} ubuntu --dhcp-no-bind` + +- Get a list of all available boot images for quick mode: + +`pixiecore quick --help`