update nixos-install demo

This commit is contained in:
Jörg Thalheim 2024-03-25 15:19:27 +01:00
parent a58174ecc6
commit 3cb2e1a85d
2 changed files with 2131 additions and 10749 deletions

View File

@ -1,11 +1,8 @@
# Script for installing NixOS VM.
```
$ cd clan-core
$ nix build .#install-iso
$ realpath ./result/stick.raw
/nix/store/5ylc9k28sp7xv89qnd47a473xbrf3gb5-nixos-disko-images/stick.raw
$ USE_TMPDIR=1 TMPDIR=$(pwd) nix run .#nixosConfigurations.installer.config.system.build.nixos-shell
$ clan machines install machine-to-install root@localhost:2222
vm> poweroff
$ qemu-kvm -enable-kvm -hda ./empty0.qcow2 -m 512 -nographic
```

File diff suppressed because one or more lines are too long