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:
Nathan Fish 2020-07-21 13:26:02 -04:00 committed by GitHub
parent 48648ae748
commit 8ffa852aed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>