Forrest logo
back to context overview

pixiecore

List of commands for pixiecore:

  • pixiecore:ai:820fd how do I start pixiecore with fedora image
    $ pixiecore -kernel /path/to/fedora_image -append 'console=ttyS0'
    try on your machine
    explain this command
  • pixiecore:ai:b29f8 Starts pixiecore on port 10000
    $ pixiecore -p 10000
    try on your machine
    explain this command
  • pixiecore:tldr:09193 pixiecore: Start a new PXE boot server which provides an Ubuntu boot image.
    $ pixiecore ${quick} ubuntu --dhcp-no-bind
    try on your machine
    explain this command
  • pixiecore:tldr:2a342 pixiecore: Get a list of all available boot images for quick mode.
    $ pixiecore quick --help
    try on your machine
    explain this command
  • pixiecore:tldr:4009a pixiecore: Start a PXE boot server which provides a `netboot.xyz` boot image.
    $ pixiecore ${quick} xyz --dhcp-no-bind
    try on your machine
    explain this command
back to context overview