-
I am in the situation now that whenever system boots it is in initramfs, so I have to do `cryptsetup luksOpen /dev/sda3 sda3_crypt` every time on boot. is there a way to avoid this? Installing ubuntu …
-
The encryption-option uses a keyfile (/crypto_keyfile.bin), which is included in initramfs for booting the system by crypttab option (keyscript=/bin/cat). The initramfs are not protected by root privi…
-
**Distribution (run `cat /etc/os-release`):**
popos 20.24 nvidia iso
**Related Application and/or Package Version (run `apt policy $PACKAGE NAME`):**
popos installation
**Issue/Bug…
-
> > > Would this also work for allowing bluetooth at LUKS decryption screen?
> >
> >
> > For that, I think you'd be better served by `rpm-ostree initramfs --enable`. And you'll likely als…
-
I'm trying to add support for ostree to out boot2qt yocto warrior build for raspberry pi4. I've added meta-updater & meta-updater-raspberrypi to the build and when I start bitbake I get the following …
-
I'm on Debian Testing and trying to build Tow-Boot for pinephone A64.
```
$ ./support/docker/build.sh -A pine64-pinephoneA64
exec /Tow-Boot/support/docker/build.sh: no such file or directory
…
-
See https://github.com/uapi-group/specifications/blob/main/specs/unified_kernel_image.md
and
https://fedoraproject.org/wiki/Changes/Unified_Kernel_Support_Phase_1
There are two major points here:…
-
# Motivation
I want to run an encrypted Raspberry Pi, which uses a wireguard endpoint during boot to automatically fetch a password from a server to decrypt itself.
# Setup
disclaimer: I'm …
-
Ubuntu ships the kernel modules and firmware files zstd compressed. Dracut puts those compressed files in the initramfs and compresses the cpio archive containing them.
Please put compressed kernel…
-
**Host system details**
rpm-ostree 2021.5
**Seen issue**
Updating or replacing `linux-firmware` without a `kernel` update/replacement will not automatically regenerate initramfs. Users will be le…