summaryrefslogtreecommitdiff
path: root/sys-boot
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 openKarel Kočí2020-03-04
|
* sys-boot/myinitramfs: one more fix to pass pathKarel Kočí2020-03-04
|
* sys-boot/myinitramfs: fix no such file or directoryKarel 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 PATHKarel Kočí2020-03-04
|
* sys-boot/myinitramfs: fix missing directoriesKarel Kočí2020-03-04
|
* sys-boot/myinitramfs: fix PATHKarel Kočí2020-03-04
|
* sys-boot/myinitramfs: fix use dmiKarel Kočí2020-03-03
|
* sys-boot/myinitramfs: extend to optionally autounlockKarel Kočí2020-02-25
|
* sys-boot/myinitramfs: do not print listKarel Kočí2019-10-23
|
* sys-boot/myinitramfs: fix shebangKarel Kočí2019-10-23
|
* x11-boot/myinitramfs: drop root and wait for UUID driveKarel Kočí2019-10-23
|
* Try something with brandingKarel Kočí2018-08-09
| | | | I expect this to fail with file colision..
* myinitramfs: fix init for rootuuidKarel Kočí2018-04-11
|
* mynitramfs: drop not working rebuildKarel Kočí2018-04-05
|
* myinitramfs: Use blkid for busyboxKarel Kočí2018-04-05
|
* myinitramfs: try to fix rootuuid optionKarel Kočí2018-04-05
|
* myinitramfs: Try to use rebuildsKarel Kočí2018-04-04
|
* myinitramfs: add support for rootuuid optionKarel Kočí2018-04-04
| | | | And drop no encryption initramfs. There is no need for it.
* Fix myinitramfsKarel Kočí2018-03-28
|
* 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 fixKarel Kočí2018-03-15
| | | | I should really make libraries including automatic.
* Fix previous commitKarel Kočí2018-03-15
|
* Fix libraries in myinitramfsKarel Kočí2018-03-15
|
* Revert "Try to use static cryptsetup and busybox"Karel Kočí2018-03-15
| | | | This reverts commit 90aa87d009c018b04d36821c1d760d07a0f5c377.
* Try to use static cryptsetup and busyboxKarel Kočí2018-03-15
|
* Drop uboot-bbb as I am not running gentoo on bbKarel Kočí2018-01-19
|
* Add posibility to have no initramfs to linuxKarel Kočí2017-11-17
|
* Add myinitramfs encryption useKarel Kočí2017-10-12
|
* Add recovery mode for myinitramfsKarel Kočí2017-06-02
|
* Add bbb kernelKarel Kočí2017-05-02
|
* Don't build linux firmware and move linux from sys-boot to sys-kernelKarel Kočí2017-04-30
|
* Linux compile firmware into the kernelKarel Kočí2017-04-30
|
* Add linux entry to syslinuxKarel Kočí2017-04-30
|
* Base linux on arch configurationKarel Kočí2017-04-30
|
* Some more configs for linuxKarel Kočí2017-04-29
|
* linux package fixesKarel Kočí2017-04-29
|
* Linux configuration updatesKarel Kočí2017-04-29
|
* Add package for linuxKarel Kočí2017-04-29
|
* Add myinitramfsKarel Kočí2017-04-25
|
* Add BBB U-BootKarel Kočí2017-04-25