We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bddf6 commit c46d923Copy full SHA for c46d923
doc/start/iso.md
@@ -1,11 +1,9 @@
1
# ISO
2
3
-Making and writing an installable iso for `hosts/NixOS.nix` is as simple as:
+Making and writing an installable iso for `hosts/bootstrap.nix` is as simple as:
4
```sh
5
-bud build NixOS bootstrapIso
6
-
7
-dd bs=4M if=result/iso/*.iso of=/dev/$your_installation_device \
8
- status=progress oflag=sync
+bud build bootstrap bootstrapIso
+sudo -E $(which bud) burn
9
```
10
11
This works for any host.
0 commit comments