heads
heads copied to clipboard
A minimal Linux that runs as a coreboot or LinuxBoot ROM payload to provide a secure, flexible boot environment for laptops, workstations and servers.
Fixes #1538 With the first commit, which addresses point 1 in #1538: - Refactored the `luks_reencrypt` function (superfluous else clause with no unique code) - Added `clear` to the `luks_reencrypt`...
Documented in commits as of now, particularly https://github.com/linuxboot/heads/commit/8701d1410e586ca03f18d75a4d0b28e31ecd7ec3. Will progress after reviewing coreboot codebase and maybe even open issues since there is already discrepencies for FMAP extraction/measurements as of now....
I'm sure [your SPI programmer](https://trmm.net/SPI) works great, but for those who do not happen to have a teensy on hand and would end up buying some hardware to flash things...
CAPSLOCK Detection when typing in password to avoid lockout.
Addresses partly #1588 until proper CapsLock detection code is created. TODO: - [ ] Cleanup commit logs. This is raw at creation of PR: just works in Q4.1(lvm) and Q4.2(brtfs)....
Do not forget #613 #834 @JonathonHall-Purism If you have quick fix to that needed code refactoring go ahead, otherwise on my todo list.
**Is your feature request related to a problem? Please describe.** There are two issues IMHO: 1. Capslock doesn't work, but there is no warning, so if the user enters the...
@JonathonHall-Purism any idea what is the cause? If you have quick fix, propose otherwise I'll check it out later.
As per a TODO in `qubes-init`, it might be nice to be able to allow encrypted boot partitions. Should be straight-forward to detect and unlock, but there could potentially be...
This issue is intended as a discussion to decide whether the following is an idea worth pursuing or not. **Is your feature request related to a problem? Please describe.** It...