fix: iso docs w.r.t. bud burn and bootstrap.nix
This commit is contained in:
parent
32bddf6403
commit
c46d923876
|
@ -1,11 +1,9 @@
|
||||||
# ISO
|
# 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
|
```sh
|
||||||
bud build NixOS bootstrapIso
|
bud build bootstrap bootstrapIso
|
||||||
|
sudo -E $(which bud) burn
|
||||||
dd bs=4M if=result/iso/*.iso of=/dev/$your_installation_device \
|
|
||||||
status=progress oflag=sync
|
|
||||||
```
|
```
|
||||||
|
|
||||||
This works for any host.
|
This works for any host.
|
||||||
|
|
Loading…
Reference in a new issue