Netboot: Difference between revisions
m Format the recently-added example with `nixfmt-rfc-style`. |
C-x-berger (talk | contribs) m fix netboot.nix |
||
| Line 65: | Line 65: | ||
=== Another example === | === Another example === | ||
{{file|netboot.nix|nix| | {{file|netboot.nix|nix|3={ | ||
{ | |||
name ? "netboot", | name ? "netboot", | ||
arch ? "x86_64-linux", | arch ? "x86_64-linux", | ||
| Line 207: | Line 205: | ||
in | in | ||
if legacy then run-dnsmasq else run-pixiecore | if legacy then run-dnsmasq else run-pixiecore}} | ||
}} | |||
Usage example: | Usage example: | ||