docs: soft update (fix the most obvious drift)
This commit is contained in:
parent
f69737301f
commit
2fcb3605ee
22 changed files with 59 additions and 708 deletions
doc/start
|
@ -2,13 +2,13 @@
|
|||
|
||||
Making and writing an installable iso for `hosts/NixOS.nix` is as simple as:
|
||||
```sh
|
||||
flk iso NixOS
|
||||
bud build NixOS bootstrapIso
|
||||
|
||||
dd bs=4M if=result/iso/*.iso of=/dev/$your_installation_device \
|
||||
status=progress oflag=sync
|
||||
```
|
||||
|
||||
This works for any file matching `hosts/*.nix` excluding `default.nix`.
|
||||
This works for any host.
|
||||
|
||||
## ISO image nix store & cache
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue