fix: iso docs w.r.t. bud burn and bootstrap.nix

This commit is contained in:
David Arnold 2021-08-12 20:51:18 -05:00
parent 32bddf6403
commit c46d923876
No known key found for this signature in database
GPG key ID: AB15A6AF1101390D

View file

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