Commit graph

419 commits

Author SHA1 Message Date
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
1bafb82cd0
Merge pull request #28 from nix-community/ci
be more explicit about modes
2022-11-10 17:13:34 +01:00
Jörg Thalheim
a6b13228b5 fixup permissions when installing keys 2022-11-10 17:10:52 +01:00
Lassulus
f83ec524bb
Merge pull request #27 from nix-community/ssh_permissions 2022-11-10 15:23:15 +01:00
lassulus
34a12f0afb initrd: use install to fix ssh key permissions 2022-11-10 14:54:41 +01:00
Jörg Thalheim
9b65700d0c
Merge pull request #25 from nix-community/is_kexec
add /etc/is_kexec for scripting
2022-11-10 13:52:49 +01:00
lassulus
209edb3996 add /etc/is_kexec for scripting 2022-11-10 12:02:05 +01:00
Jörg Thalheim
c57f6cd26d
Merge pull request #24 from nix-community/dependabot/github_actions/cachix/install-nix-action-18
Bump cachix/install-nix-action from 17 to 18
2022-10-17 13:02:04 +02:00
dependabot[bot]
83667bd081
Bump cachix/install-nix-action from 17 to 18
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 17 to 18.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v17...v18)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17 10:16:45 +00:00
Jörg Thalheim
3d373f7cf4
Merge pull request #23 from nix-community/debian-workaround
kexec: fix authorized_keys on debian
2022-10-13 14:43:09 +02:00
lassulus
a76594ab4d kexec: fix authorized_keys on debian 2022-10-13 12:41:55 +00:00
Jörg Thalheim
02b79ab079
Merge pull request #22 from nix-community/kexec-tarballs
Add remark about swap
2022-09-20 08:42:04 +02:00
Jörg Thalheim
b7d482eb98 download tarball non-silet 2022-09-20 08:36:50 +02:00
Jörg Thalheim
9d50207d69 README: add remark about swap 2022-09-20 08:36:36 +02:00
Jörg Thalheim
88b64cdf0e
Merge pull request #19 from nix-community/kexec
README: fix kexec tarball urls
2022-09-05 09:31:06 +01:00
Jörg Thalheim
503b9e4c3b README: fix kexec tarball urls 2022-09-05 08:30:41 +00:00
Jörg Thalheim
a60b8ba9ff
Merge pull request #18 from nix-community/kexec
README: fix tarball suffix
2022-09-05 09:03:59 +01:00
Jörg Thalheim
0c98626acd README: fix tarball suffix 2022-09-05 08:03:41 +00:00
Jörg Thalheim
a26ab9e809
Merge pull request #17 from nix-community/kexec
kexec: cleanup tarball, use unpack dir to rebuild initrd
2022-09-05 09:02:35 +01: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
0a6e129a8f
Merge pull request #16 from nix-community/kexec-tarballs
README: reformat & remove duplicate sentence
2022-09-05 08:06:52 +01:00
Jörg Thalheim
3162a30fe0 README: reformat & remove duplicate sentence 2022-09-05 09:06:38 +02:00
Jörg Thalheim
ad5cde4445
Merge pull request #15 from nix-community/kexec-tarballs
README: fix boot commands
2022-09-05 08:03:34 +01:00
Jörg Thalheim
96022b8461 README: fix boot commands 2022-09-05 09:03:21 +02:00
Jörg Thalheim
ddf8847039
Merge pull request #14 from nix-community/kexec-tarballs
README: mention kexec tarballs
2022-09-05 07:59:25 +01:00
Jörg Thalheim
d756db3609 README: mention kexec tarballs 2022-09-05 08:58:49 +02:00
Jörg Thalheim
8e56ab02ce
Merge pull request #13 from nix-community/kexec
Kexec
2022-09-05 06:36:42 +01: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
021c7738fc
Merge pull request #12 from nix-community/kexec
add kexec installer
2022-09-04 16:19:57 +01:00
Jörg Thalheim
ae8e11cbfc add kexec installer 2022-09-04 15:18:35 +00:00
Jörg Thalheim
f094d7ed26
drop old nixos releases 2022-06-10 09:43:27 +02:00
Jörg Thalheim
e2aec4ab9d
Merge pull request #9 from nix-community/dependabot/github_actions/cachix/install-nix-action-17
Bump cachix/install-nix-action from 16 to 17
2022-04-11 13:12:29 +01:00
dependabot[bot]
3155ede42e
Bump cachix/install-nix-action from 16 to 17
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 16 to 17.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v16...v17)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 10:10:55 +00:00
Jörg Thalheim
c9af6ac8be
Merge pull request #8 from nix-community/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2022-03-07 10:33:33 +00:00
dependabot[bot]
2df34f7750
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 10:18:19 +00:00
Jörg Thalheim
8350ae8070
Merge pull request #6 from nshalman/patch-1
Add nixos-21.11 to the build matrix
2021-12-23 16:18:07 +00:00
Nahum Shalman
584cbe995e
Remove nixos-20.09 from the build matrix
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2021-12-23 11:05:49 -05:00
Nahum Shalman
55790b1d34
Add nixos-21.11 to the build matrix
Fixes #5
2021-12-23 09:38:19 -05:00
Jörg Thalheim
a00f3bd6da
Merge pull request #3 from nix-community/dependabot/github_actions/cachix/install-nix-action-16
Bump cachix/install-nix-action from 15 to 16
2021-11-22 10:41:43 +00:00
dependabot[bot]
9a2fa433d1
Bump cachix/install-nix-action from 15 to 16
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 15 to 16.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v15...v16)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 10:06:17 +00:00
Jörg Thalheim
380a403f36
Merge pull request #2 from nix-community/dependabot/github_actions/cachix/install-nix-action-15
Bump cachix/install-nix-action from 14 to 15
2021-11-15 13:38:11 +00:00
dependabot[bot]
a1887578df
Bump cachix/install-nix-action from 14 to 15
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 14 to 15.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v14...v15)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-15 10:08:20 +00:00