From 0dedc589a05f16794e8a1228178c58aa22699de7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 4 Sep 2021 15:57:12 +0200 Subject: sys-boot/myinitramfs: add cryptsetup lock directory The cryptsetup requires this directory otherwise it fails with pretty cryptic error about missing libgcc_s.so. --- sys-boot/myinitramfs/files/baselist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys-boot/myinitramfs/files/baselist') diff --git a/sys-boot/myinitramfs/files/baselist b/sys-boot/myinitramfs/files/baselist index e1ad584..e176739 100644 --- a/sys-boot/myinitramfs/files/baselist +++ b/sys-boot/myinitramfs/files/baselist @@ -15,6 +15,8 @@ dir /usr/sbin 755 0 0 dir /usr/lib64 755 0 0 dir /mnt 755 0 0 dir /mnt/root 755 0 0 +dir /run/lock 755 0 0 +dir /run/lock/cryptsetup 755 0 0 # Ld file /lib64/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2 755 0 0 -- cgit v1.2.3