Follow upstream master branch, it's their new default #14

Merged
teutat3s merged 27 commits from refs/pull/14/head into master 2021-09-07 14:37:24 +00:00
Showing only changes of commit c46d923876 - Show all commits

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.