tldr/pages/common/pixiecore.md

17 lines
438 B
Markdown
Raw Normal View History

2021-06-25 20:32:48 +01:00
# pixiecore
> Manage the network booting of machines.
2021-06-25 20:32:48 +01:00
> More information: <https://github.com/danderson/netboot/tree/master/pixiecore>.
- 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`
- List all available boot images for quick mode:
2021-06-25 20:32:48 +01:00
`pixiecore quick --help`