summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-06-03Add cstdint includeMauro 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-02Update to version 1.20.0Mauro Santos
2017-12-13Split 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-29Update to version 1.15.1Mauro 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-29Bump sleep time to two seconds.Mauro Santos
If sleep time is lower usb drives (with keyfile) might not be detected in time.
2017-07-29Remove duplicate call to udevadmMauro Santos
2017-07-29Update to version 1.15Mauro Santos
2017-07-29Bump pkgrelMauro Santos
2017-07-29Wait 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-23Don't override PKGEXTMauro Santos
2017-03-08Fix build for i686 systems.Mauro Santos
2016-12-13Fix compilation (again).Mauro Santos
Small fixes.
2016-07-27Misc fixes.Mauro Santos
2016-05-19Fix 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-30Update to version 1.10.Mauro Santos
Include patch to add missing declarations to header file.
2015-11-18Cosmetic fix.Mauro Santos
2015-11-18Add support for challenge-response with the yubikey.Mauro Santos
Misc fixes and tweaks.
2015-11-10Add custom PBA script to support keyfile, yubikey and password.Mauro Santos
2015-11-02Update 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-19Fix linuxpba.conf path in mklinuxpba.Mauro Santos
2015-10-19Correct install message to reflect the fact that libata.allow_tpmMauro 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-18Build release versions instead of the default debug versions.Mauro Santos
2015-10-18Initial commit.Mauro Santos