booster
booster copied to clipboard
Fast and secure initramfs generator
Is [tpm2-totp](https://github.com/tpm2-software/tpm2-totp) already supported? If not, would be great if it gets supported. I didn't try it yet, but likely going to at some point (when I switch to another...
I have a server which after upgrading to `booster` 0.8-1 no longer provides [Predictable Network Interface Names](https://systemd.io/PREDICTABLE_INTERFACE_NAMES/). When I downgrade to `booster` 0.7-3, the predictable network interface names are restored...
For #37: Add support to allow unlocking a luks volume by keyfile, reworked the luks mappings a little to allow more complex patterns of parsing parameters and building mappings. This...
Hi, the doc only describes updating systemd-boot, but does this work with grub as well? What do i have to do to make it work? When i run `grub-mkconfig` it...
This is more of a _how to do_ than a _this is broken_. I'm currently using mkinitcpio with [mkinitcpio-bluetooth](https://github.com/irreleph4nt/mkinitcpio-bluetooth/). And I'm wondering how I would go about to do that...
Hi everyone! Booster does not resume after hibernation although Mkinitcpio does with `resume` hook. Am I missing something? No `booster.yaml` file, `/usr/lib/booster/regenerate_images` called without params. Kernel params: ``` linux /boot/vmlinuz-linux-zen...
booster currently supports encrypted partitions of LUKS format. LUKS is essentially a header that contains password information + dm-crypt data. Add support for bare dm-crypt partitions. The `key` information and...
I'm trying to generate images via booster 0.7-2 for three kernels: - 5.17.1-arch1-1 (the archlinux default kernel) - 5.15.32-xanmod1-1 (the xanmod-anbox kernel from chaosaur) - 5.17.1-xanmod1-1 (the xanmod-edge kernel from...
Kernel module soft dependencies is a bit of a bizarre Linux concept that does not have a clear specification (or at least I did not find one). I was trying...
I have used `systemd-cryptenroll` to add a TPM2 key. When I try to boot an image generated using `booster` (no arguments, empty `/etc/booster.yaml`), I get a password prompt instead of...