Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-14 | Version 1.49.4-2; Add libnvme dependency | Chris Osgood | |
2024-09-14 | Updated to version 1.49.4 | Chris Osgood | |
New maintainer | |||
2023-06-03 | Add cstdint include | Mauro Santos | |
2023-05-01 | - Add dosfstools and mtools as opdepends. | Mauro Santos | |
- Increase image size to 64MB. - Also search for nvme drives to unlock. | |||
2021-10-02 | Update to version 1.20.0 | Mauro Santos | |
2017-12-13 | Split linuxpba.conf into linuxpba.conf and mkinitcpio.conf. | Mauro Santos | |
Busybox's ash does not support arrays and chokes when loading linuxpba.conf after the change to arrayize some configuration variables. Splitting linuxpba.conf avoids that problem and at the same time makes the configuration more logical, linuxpba's configuration goes into linuxpba.conf and mkinitpio's configuration goes into mkinitpio.conf. | |||
2017-10-29 | Update to version 1.15.1 | Mauro Santos | |
Arrayize some config vars in linuxpba.conf to follow mkinitcpio.conf as it is now using bash arrays. Old-style string-based configs are still supported. | |||
2017-07-29 | Bump sleep time to two seconds. | Mauro Santos | |
If sleep time is lower usb drives (with keyfile) might not be detected in time. | |||
2017-07-29 | Remove duplicate call to udevadm | Mauro Santos | |
2017-07-29 | Update to version 1.15 | Mauro Santos | |
2017-07-29 | Bump pkgrel | Mauro Santos | |
2017-07-29 | Wait for one second and then use udevadm to wait until things settle. | Mauro Santos | |
This should result in more consistent results between the normal and fallback images and reduce wait time before asking for a password. | |||
2017-07-23 | Don't override PKGEXT | Mauro Santos | |
2017-03-08 | Fix build for i686 systems. | Mauro Santos | |
2016-12-13 | Fix compilation (again). | Mauro Santos | |
Small fixes. | |||
2016-07-27 | Misc fixes. | Mauro Santos | |
2016-05-19 | Fix name (nvme.h -> nvme_ioctl.h) and location of include ("" -> <>). | Mauro Santos | |
Include missing declarations directly instead of hardcoding then in a patch. | |||
2016-04-30 | Update to version 1.10. | Mauro Santos | |
Include patch to add missing declarations to header file. | |||
2015-11-18 | Cosmetic fix. | Mauro Santos | |
2015-11-18 | Add support for challenge-response with the yubikey. | Mauro Santos | |
Misc fixes and tweaks. | |||
2015-11-10 | Add custom PBA script to support keyfile, yubikey and password. | Mauro Santos | |
2015-11-02 | Update to version 1.10. | Mauro Santos | |
Add mklinuxpba-bios to create an uploadable PBA image. Rename mklinuxpba to mklinuxpba-initramfs in order to make the purpose more explicit. Change default initramfs compression to xz as it will result in smaller PBA images which will be faster to upload to the shadow MBR. | |||
2015-10-19 | Fix linuxpba.conf path in mklinuxpba. | Mauro Santos | |
2015-10-19 | Correct install message to reflect the fact that libata.allow_tpm | Mauro Santos | |
cannot be changed on a running system. Add a mkinitcpio hook and configuration file to allow the creation of a linuxpba initramfs that can be used in a PBA image to unlock the SED. | |||
2015-10-18 | Build release versions instead of the default debug versions. | Mauro Santos | |
2015-10-18 | Initial commit. | Mauro Santos | |