1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/pixiecore.md

17 lines
438 B
Markdown
Raw Normal View History

2021-06-25 21:32:48 +02:00
# pixiecore
> Manage the network booting of machines.
2021-06-25 21:32:48 +02: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 21:32:48 +02:00
`pixiecore quick --help`