1
0
mirror of https://github.com/gryf/mkinitramfs.git synced 2026-07-07 19:26:33 +02:00
Commit Graph

19 Commits

Author SHA1 Message Date
gryf 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
gryf 9ea18fa68b Added basic challenge-responce with YubiKey 2022-09-26 17:35:37 +02:00
gryf 9146707f97 Separate init script for modularity 2022-09-26 17:35:01 +02:00
gryf 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
gryf 0a3932676c Added debug param 2022-05-31 19:41:22 +02:00
gryf 54e24b89c9 Fixed condition expression 2022-03-23 11:36:34 +01:00
gryf 20866797b5 Fix the logic for copying keyfile. 2022-03-23 10:23:08 +01:00
gryf bc3bd6c090 Changed poweroff command to reboot. 2022-03-23 09:58:58 +01:00
gryf c382ea32eb Fix grep command for label search. 2022-03-23 09:58:08 +01:00
gryf e3409909ef Added ability to select key device by label. 2022-03-23 07:21:08 +01:00
gryf 7670f949e1 Added parameter to disable copying key to the image. 2022-03-23 07:20:02 +01:00
gryf a6ef9a7961 Added experimental wlan support code. 2022-03-23 07:19:14 +01:00
gryf c9eae7dc5e Added additional dependecy, code cleanup. 2022-03-23 07:18:08 +01:00
gryf b04d83262c Force to poweroff, otherwise kerel panic would result instead. 2022-03-23 07:15:27 +01:00
gryf 76e8532369 Added extra lib and /run/cryptsetup directory for being able to lock by cryptsetup 2021-04-14 18:12:37 +02:00
gryf add1225a28 Sorted imports 2021-04-14 18:11:27 +02:00
gryf a2bfa1331b Separate keys (data) from drives definition (config) 2019-10-27 11:27:47 +01:00
gryf 084d166fbb Added initial version of mkinitramfs script 2019-10-21 21:25:13 +02:00
gryf fd281bbf52 Added readme 2019-10-21 21:20:27 +02:00