1
0
mirror of https://github.com/gryf/mkinitramfs.git synced 2026-01-29 14:55:46 +01:00
Commit Graph

18 Commits

Author SHA1 Message Date
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