Commit Graph
7 Commits
Author SHA1 Message Date
gryf e1aef8338b Make config as a separate attribute for initramfs objects 2025-06-27 12:13:57 +02:00
gryf 7ecdc90baf Added dropbear support 2025-06-27 10:56:23 +02:00
gryf 7efac1607f Moved configuration to toml 2025-06-27 10:54:16 +02:00
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 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