kexec: fix references
This commit is contained in:
parent
d7883e794d
commit
a37cd1f3dc
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ $ ./deploy --force-reboot --include build02
|
||||||
## Install/Fix system from Hetzner recovery mode
|
## Install/Fix system from Hetzner recovery mode
|
||||||
|
|
||||||
1. Mount all filesystems to /mnt
|
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
|
3. Download infra repo
|
||||||
``` console
|
``` console
|
||||||
$ nix-shell -p git --run "git clone https://github.com/nix-community/infra && cd infra && nix-shell"
|
$ nix-shell -p git --run "git clone https://github.com/nix-community/infra && cd infra && nix-shell"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
# build with:
|
# 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 = [
|
imports = [
|
||||||
./users.nix
|
./users.nix
|
||||||
|
|
Loading…
Add table
Reference in a new issue