2021-06-25 20:32:48 +01:00
|
|
|
# pixiecore
|
|
|
|
|
2024-02-14 20:25:13 +00:00
|
|
|
> 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`
|
|
|
|
|
2024-01-31 03:55:19 +00:00
|
|
|
- List all available boot images for quick mode:
|
2021-06-25 20:32:48 +01:00
|
|
|
|
|
|
|
`pixiecore quick --help`
|