doc/installing-pxe: fix formatting

This commit is contained in:
Leonardo Taglialegne 2025-06-30 15:02:08 +02:00
parent d50f788f4d
commit 48bc90c3a8

View File

@ -12,10 +12,11 @@ you can run:
nix-build -A netboot.x86_64-linux '<nixpkgs/nixos/release.nix>' nix-build -A netboot.x86_64-linux '<nixpkgs/nixos/release.nix>'
``` ```
This will create a `result` directory containing: \* `bzImage` -- the This will create a `result` directory containing:
Linux kernel \* `initrd` -- the initrd file \* `netboot.ipxe` -- an
example ipxe script demonstrating the appropriate kernel command line * `bzImage` -- the Linux kernel
arguments for this image * `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 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 `bzImage` and `initrd` files and have it provide the same kernel command