Jörg Thalheim
|
35ce9a23d5
|
Update nix/noninteractive.nix
|
2023-04-24 10:19:48 +01:00 |
|
tilpner
|
c48cb331ea
|
kexec-installer: add virtual and noninteractive variants for smaller images
Co-Authored-By: Jean-François Roche <jfroche@pyxel.be>
|
2023-04-19 19:57:43 +02:00 |
|
lassulus
|
58b51adbb4
|
kexec-installer: don't die on missing json keys
|
2023-03-23 08:41:35 +00:00 |
|
Jörg Thalheim
|
085cc99ca7
|
disable kexec-syscall-auto again
this breaks on GCP (not enough memory when unpacking initrd on a 32GB
instance for a 700MB compressed initrd -> should actually have enough memory)
|
2023-03-02 14:43:03 +01:00 |
|
Jörg Thalheim
|
0a346c724c
|
don't fail kexec if no key can be found in an account
|
2023-02-22 16:20:19 +01:00 |
|
Jörg Thalheim
|
cf172a5922
|
kexec-installer: put ttyS0 last
otherwise consoles are broken in qemu
|
2023-02-22 16:19:08 +01:00 |
|
Jörg Thalheim
|
950f1e5ce8
|
also run shellcheck on kexec-run script
|
2023-01-24 15:54:43 +01:00 |
|
Jörg Thalheim
|
29f72fead3
|
also copy key from sudo user to new image
|
2023-01-24 15:54:43 +01:00 |
|
Jörg Thalheim
|
7d87a50a20
|
kexec-installer: no longer use deprecated <node>.config interface
|
2023-01-05 11:12:35 +01:00 |
|
Jörg Thalheim
|
312e02e923
|
kexec-installer: log network status after becoming online
|
2023-01-05 11:07:27 +01:00 |
|
Jörg Thalheim
|
1fde0cda9e
|
kexec-installer: use camel case for service names
|
2023-01-05 11:07:27 +01:00 |
|
Jörg Thalheim
|
fed9c662d4
|
kexec-installer: make serial console more universal
|
2022-12-30 20:16:28 +01:00 |
|
lassulus
|
9c7acd729d
|
kexec-installer: add jq
|
2022-12-27 23:31:20 +01:00 |
|
Jörg Thalheim
|
339235be35
|
increase memory a bit
|
2022-12-19 13:52:05 +01:00 |
|
Jörg Thalheim
|
c81bcbc1a8
|
kexec-installer-test: fix eval on 22.11
|
2022-12-16 13:45:54 +01:00 |
|
Jörg Thalheim
|
fa24694578
|
add static iproute binary
This adds 500KB to the tarball but fixes hosts where iproute2 is old
|
2022-12-01 15:43:39 +00:00 |
|
Jörg Thalheim
|
f603bff7ff
|
kexec: use kexec-syscall-auto
apparantly faster on aarch64-linux: https://github.com/NixOS/nixpkgs/pull/203415
|
2022-12-01 14:10:18 +01:00 |
|
Jörg Thalheim
|
7d065a82c0
|
Merge remote-tracking branch 'origin/main' into static_ips
|
2022-11-27 19:03:02 +00:00 |
|
Jörg Thalheim
|
2be59edf63
|
kexec-installer: fix static ip tests
|
2022-11-27 19:01:22 +00:00 |
|
Jörg Thalheim
|
7f2ba67850
|
node1: print network configuration on start
|
2022-11-27 16:55:25 +00:00 |
|
Jörg Thalheim
|
b70c9d2fe9
|
kexec-installer: only one file for addresses is needed
|
2022-11-27 16:55:14 +00:00 |
|
Jörg Thalheim
|
be9c564503
|
kexec-installer: networking test
|
2022-11-27 17:45:21 +01:00 |
|
Jörg Thalheim
|
915d558cd5
|
kexec-installer: avoid copying initrd
instead we append the extra data.
|
2022-11-27 17:32:40 +01:00 |
|
Jörg Thalheim
|
a39ed8aa59
|
kexec-installer/test: also apply minimal profile to node1
|
2022-11-27 17:25:24 +01:00 |
|
Jörg Thalheim
|
025b15866f
|
kexec-installer: fix start conditions for restore-network unit
|
2022-11-27 17:24:12 +01:00 |
|
Jörg Thalheim
|
c0fb626fd2
|
move kexec installer to subdirectory
|
2022-11-27 17:13:33 +01:00 |
|
Jörg Thalheim
|
98638b3f38
|
kexec-installer: generate networkd units instead of iproute
This should be more robust when interfaces appear late.
It also makes ipv6 support easier to implement.
|
2022-11-27 17:06:18 +01:00 |
|
lassulus
|
94384afdb6
|
kexec-installer: fixes for restoreNetwork
|
2022-11-25 11:37:50 +00:00 |
|
Jörg Thalheim
|
483c55c0ab
|
kexec-installer: also support authorized_keys2
|
2022-11-25 10:14:19 +01:00 |
|
Jörg Thalheim
|
3928958de5
|
kexec-installer: no need to put restoreNetwork into systemPackages
|
2022-11-25 10:08:39 +01:00 |
|
Jörg Thalheim
|
91abdb7e6e
|
kexec-installer: make iproute2 optional
|
2022-11-25 09:58:23 +01:00 |
|
Jörg Thalheim
|
ddaae7671a
|
kexec-installer: check ip command exit codes
|
2022-11-25 09:50:54 +01:00 |
|
Jörg Thalheim
|
efb8452b0f
|
check number of arguments
|
2022-11-25 09:50:03 +01:00 |
|
lassulus
|
985547acc6
|
kexec: restore static ips after kexec
|
2022-11-24 17:30:37 +00:00 |
|
lassulus
|
65227bf951
|
hope: fix ssh/authorized_keys not copying sometimes?
|
2022-11-23 17:11:58 +01:00 |
|
Jörg Thalheim
|
a6b13228b5
|
fixup permissions when installing keys
|
2022-11-10 17:10:52 +01:00 |
|
lassulus
|
34a12f0afb
|
initrd: use install to fix ssh key permissions
|
2022-11-10 14:54:41 +01:00 |
|
lassulus
|
209edb3996
|
add /etc/is_kexec for scripting
|
2022-11-10 12:02:05 +01:00 |
|
lassulus
|
a76594ab4d
|
kexec: fix authorized_keys on debian
|
2022-10-13 12:41:55 +00:00 |
|
Jörg Thalheim
|
2c9a008196
|
kexec: cleanup tarball, use unpack dir to rebuild initrd
|
2022-09-05 08:01:53 +00:00 |
|
Jörg Thalheim
|
2913702b16
|
kexec: add reboot message
|
2022-09-05 05:35:55 +00:00 |
|
Jörg Thalheim
|
b630b3fb37
|
kexec: create toplevel kexec directory for unpacking
|
2022-09-05 05:35:19 +00:00 |
|
Jörg Thalheim
|
40df39634b
|
kexec: redue memory usage in test
|
2022-09-05 05:32:46 +00:00 |
|
Jörg Thalheim
|
ae8e11cbfc
|
add kexec installer
|
2022-09-04 15:18:35 +00:00 |
|