Skip to content

Commit

Permalink
fix: iso docs w.r.t. bud burn and bootstrap.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Aug 13, 2021
1 parent 32bddf6 commit c46d923
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions doc/start/iso.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# ISO

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:
```sh
bud build NixOS bootstrapIso

dd bs=4M if=result/iso/*.iso of=/dev/$your_installation_device \
status=progress oflag=sync
bud build bootstrap bootstrapIso
sudo -E $(which bud) burn
```

This works for any host.
Expand Down

0 comments on commit c46d923

Please sign in to comment.