blob: 4543fffd536bbd004c516061219503885d884e17 [file] [log] [blame] [view]
# fx netboot
run bootserver for netbooting
```none
usage: fx netboot [-h|--help] [--no-build] [bootserver flags]
--no-build Do not build netboot.zbi before starting server
bootserver flags:
Not all flags will be supported. Internally this script takes control over
all positional arguments, the -1, -n and some other arguments. Configuration
oriented flags such as -b and -w should work.
```
[netboot source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/netboot)