Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | sys-boot/myinitramfs: revert changes | Karel 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 directory | Karel 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 fix | Karel Kočí | 2021-09-02 |
| | |||
* | sys-boot/myinitramfs: try to fix issues | Karel Kočí | 2021-09-02 |
| | |||
* | sys-boot/myinitramfs: fix open | Karel Kočí | 2020-03-04 |
| | |||
* | sys-boot/myinitramfs: one more fix to pass path | Karel Kočí | 2020-03-04 |
| | |||
* | sys-boot/myinitramfs: fix no such file or directory | Karel Kočí | 2020-03-04 |
| | | | | | The point is that we have /bin/sh but that is not available so we have to run it directly trough busybox. | ||
* | sys-boot/myinitramfs: export PATH | Karel Kočí | 2020-03-04 |
| | |||
* | sys-boot/myinitramfs: fix missing directories | Karel Kočí | 2020-03-04 |
| | |||
* | sys-boot/myinitramfs: fix PATH | Karel Kočí | 2020-03-04 |
| | |||
* | sys-boot/myinitramfs: extend to optionally autounlock | Karel Kočí | 2020-02-25 |
| | |||
* | sys-boot/myinitramfs: do not print list | Karel Kočí | 2019-10-23 |
| | |||
* | sys-boot/myinitramfs: fix shebang | Karel Kočí | 2019-10-23 |
| | |||
* | x11-boot/myinitramfs: drop root and wait for UUID drive | Karel Kočí | 2019-10-23 |
| | |||
* | myinitramfs: fix init for rootuuid | Karel Kočí | 2018-04-11 |
| | |||
* | myinitramfs: Use blkid for busybox | Karel Kočí | 2018-04-05 |
| | |||
* | myinitramfs: try to fix rootuuid option | Karel Kočí | 2018-04-05 |
| | |||
* | myinitramfs: add support for rootuuid option | Karel Kočí | 2018-04-04 |
| | | | | And drop no encryption initramfs. There is no need for it. | ||
* | New version of myinitramfs (1.3) | Karel Kočí | 2018-03-28 |
| | | | | This changes how initramfs is generated. It generates list dynamically. | ||
* | Revert "Another fix" | Karel Kočí | 2018-03-19 |
| | | | | | | | | | | | | This reverts commit 0644c4cc1b33aadb2875b924bc5364394414246d. Revert "Fix previous commit" This reverts commit 9b4429251d03ecccea41b02c2bcd7e849698f626. Revert "Fix libraries in myinitramfs" This reverts commit b674bd50459d7210ed2891a1e54b525339649403. | ||
* | Another fix | Karel Kočí | 2018-03-15 |
| | | | | I should really make libraries including automatic. | ||
* | Fix previous commit | Karel Kočí | 2018-03-15 |
| | |||
* | Fix libraries in myinitramfs | Karel Kočí | 2018-03-15 |
| | |||
* | Add myinitramfs encryption use | Karel Kočí | 2017-10-12 |
| | |||
* | Add recovery mode for myinitramfs | Karel Kočí | 2017-06-02 |
| | |||
* | Add myinitramfs | Karel Kočí | 2017-04-25 |