2025-06-07 18:45:57 hello 2025-06-07 18:46:30 I'm curious as to why the gcc --as-needed patch is not applied to loongarch gcc builds 2025-06-08 07:31:17 is there any docs how nlplug-findfs search cryptokey when using external device for key 2025-06-08 07:32:10 man page gives very little information 2025-06-08 07:33:46 for raw device it is for example 'cryptkey=/dev/sda:4096:2046' 2025-06-08 07:35:24 man page says 'This can be a device or a regular file', but no idea how to use regular file as key 2025-06-08 07:41:23 reading source does not help me, I concluded that 'regular file' can be only in initramfs and not on external media FS but then why it can use UUID 2025-06-08 07:41:44 I'm lost on this 2025-06-08 07:59:02 oh, looks like builders entered some error loop 2025-06-09 12:12:36 ncopa: do you have time to help me with 'cryptkey=EXEC=...' kernel parameter (you are the author) 2025-06-09 12:14:18 what script should return in case it cannot find key, so cryptsetup could fall back to ask passphrase 2025-06-11 11:23:38 ok, 'cryptkey=EXEC=...' with script I created work fine in qemu but not on real machine 2025-06-11 11:25:24 looks like block devices are too late to appear in /dev for script to mount them 2025-06-12 18:29:29 I finished my setup of luks for root FS with half success. managed to set scripted key on external media but not as I expected I will do 2025-06-12 18:32:14 my script for some unknown reason don't switch to ask password if media not found (not plugged in) and throws machine in ash prompt of initramfs 2025-06-12 18:33:48 so, I created two menu option in grub, one when media plugged in and second to select when it is not 2025-06-12 18:34:06 not good but works 2025-06-12 18:36:48 someone who knows these things on alpine should write some notes or (short) guide about these