summaryrefslogtreecommitdiff
path: root/sys-boot/myinitramfs/files/baselist
Commit message (Collapse)AuthorAge
* sys-boot/myinitramfs: revert changesKarel Kočí2021-09-04
| | | | | | | | | | | | | | As it seems the issue is somewhere else. The lock is now in /run/cryptsetup and /run is present. The code to include libgcc_s.so does not work as there are two more levels to include and the biggest issue is that it won't help anyway. I tested it by adding those files to filesystem and chrooting to it. The error was same. I even copied whole /usr and /lib and /lib64 and the error was same. This seems like there is something rotten deep. The root cause seems to be in the used algorithm. The default now is argon2 but when I use pbkdf2 the issue is gone. The issue seems to be with libargon2.so as it seems.
* sys-boot/myinitramfs: add cryptsetup lock directoryKarel Kočí2021-09-04
| | | | | The cryptsetup requires this directory otherwise it fails with pretty cryptic error about missing libgcc_s.so.
* sys-boot/myinitramfs: another try to fixKarel Kočí2021-09-02
|
* sys-boot/myinitramfs: try to fix issuesKarel Kočí2021-09-02
|
* sys-boot/myinitramfs: fix missing directoriesKarel Kočí2020-03-04
|
* New version of myinitramfs (1.3)Karel Kočí2018-03-28
This changes how initramfs is generated. It generates list dynamically.