kexec: fix references

This commit is contained in:
Jörg Thalheim 2021-05-11 16:57:21 +02:00
parent d7883e794d
commit a37cd1f3dc
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4
2 changed files with 2 additions and 2 deletions

View file

@ -92,7 +92,7 @@ $ ./deploy --force-reboot --include build02
## Install/Fix system from Hetzner recovery mode
1. Mount all filesystems to /mnt
2. Install kexec image from Hetzner recovery system as described in [kexec.nix](infra/roles/kexec.nix) and boot into it
2. Install kexec image from Hetzner recovery system as described in [kexec.nix](roles/kexec.nix) and boot into it
3. Download infra repo
``` console
$ nix-shell -p git --run "git clone https://github.com/nix-community/infra && cd infra && nix-shell"

View file

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }:
# build with:
# nix-shell -p nixos-generators --run 'nixos-generate -o ./result -f kexec-bundle -c ./profiles/kexec.nix'
# nix-shell -p nixos-generators --run 'nixos-generate -o ./result -f kexec-bundle -c ./roles/kexec.nix'
{
imports = [
./users.nix