From 48bc90c3a87e23a5cddcb2d22e1fb8cfe1e43c79 Mon Sep 17 00:00:00 2001 From: Leonardo Taglialegne Date: Mon, 30 Jun 2025 15:02:08 +0200 Subject: [PATCH] doc/installing-pxe: fix formatting --- nixos/doc/manual/installation/installing-pxe.section.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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