diff --git a/nixos/doc/manual/installation/installing-pxe.section.md b/nixos/doc/manual/installation/installing-pxe.section.md index c1cad99d39f3..fe73c3779183 100644 --- a/nixos/doc/manual/installation/installing-pxe.section.md +++ b/nixos/doc/manual/installation/installing-pxe.section.md @@ -12,10 +12,11 @@ you can run: nix-build -A netboot.x86_64-linux '' ``` -This will create a `result` directory containing: \* `bzImage` -- the -Linux kernel \* `initrd` -- the initrd file \* `netboot.ipxe` -- an -example ipxe script demonstrating the appropriate kernel command line -arguments for this image +This will create a `result` directory containing: + +* `bzImage` -- the Linux kernel +* `initrd` -- the initrd file +* `netboot.ipxe` -- an example ipxe script demonstrating the appropriate kernel command line arguments for this image If you're using plain PXE, configure your boot loader to use the `bzImage` and `initrd` files and have it provide the same kernel command