netboot: docs: building netboot should specify an arch (#75116)
Building without specifying an arch attempts to build all, and fails.
This commit is contained in:
parent
48648ae748
commit
8ffa852aed
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
</para>
|
||||
|
||||
<programlisting>
|
||||
nix-build -A netboot nixos/release.nix
|
||||
nix-build -A netboot.x86_64-linux nixos/release.nix
|
||||
</programlisting>
|
||||
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue