1
0
mirror of https://github.com/gryf/mkinitramfs.git synced 2025-12-18 03:50:19 +01:00

26 Commits

Author SHA1 Message Date
578af86baa Added guard for nonexisting askpass/network down and so on 2025-12-17 17:58:31 +01:00
610cfdaca7 Added askpass sources 2025-12-17 07:55:24 +01:00
21dcfae6b1 Updated a bit init script 2025-06-29 18:48:13 +02:00
4633e0bc66 Added ability for providing username for ssh session. 2025-06-27 21:47:09 +02:00
e1aef8338b Make config as a separate attribute for initramfs objects 2025-06-27 12:13:57 +02:00
7ecdc90baf Added dropbear support 2025-06-27 10:56:23 +02:00
7efac1607f Moved configuration to toml 2025-06-27 10:54:16 +02:00
84f93c519f Use single library path.
There can be several directories, where libs are being searched for.
That behavior can be either hardcoded in the specific program, or
defined in /etc/ld.so.conf. To keep things simple, I'd just use
lib/lib64 (libe is a symlink to lib64) well-known location for the
shared libs.
2023-05-11 11:02:34 +02:00
9ea18fa68b Added basic challenge-responce with YubiKey 2022-09-26 17:35:37 +02:00
9146707f97 Separate init script for modularity 2022-09-26 17:35:01 +02:00
d2aa7c13c2 Make labeled usb drive/mmc card real optional.
Waiting for the devices, especially, when there are more than one/two o
them is annoying. Let's make a compromise for user to choose hes way for
providing password for key and/or use specific device holding a key.
2022-05-31 19:57:50 +02:00
0a3932676c Added debug param 2022-05-31 19:41:22 +02:00
54e24b89c9 Fixed condition expression 2022-03-23 11:36:34 +01:00
20866797b5 Fix the logic for copying keyfile. 2022-03-23 10:23:08 +01:00
bc3bd6c090 Changed poweroff command to reboot. 2022-03-23 09:58:58 +01:00
c382ea32eb Fix grep command for label search. 2022-03-23 09:58:08 +01:00
e3409909ef Added ability to select key device by label. 2022-03-23 07:21:08 +01:00
7670f949e1 Added parameter to disable copying key to the image. 2022-03-23 07:20:02 +01:00
a6ef9a7961 Added experimental wlan support code. 2022-03-23 07:19:14 +01:00
c9eae7dc5e Added additional dependecy, code cleanup. 2022-03-23 07:18:08 +01:00
b04d83262c Force to poweroff, otherwise kerel panic would result instead. 2022-03-23 07:15:27 +01:00
76e8532369 Added extra lib and /run/cryptsetup directory for being able to lock by cryptsetup 2021-04-14 18:12:37 +02:00
add1225a28 Sorted imports 2021-04-14 18:11:27 +02:00
a2bfa1331b Separate keys (data) from drives definition (config) 2019-10-27 11:27:47 +01:00
084d166fbb Added initial version of mkinitramfs script 2019-10-21 21:25:13 +02:00
fd281bbf52 Added readme 2019-10-21 21:20:27 +02:00