-
Add bcachefs rootfs support please.
bcachefs have features wich can be used in initrd:
- multiple devices, mount looks like `/dev/sdc:/dev/sdb:/dev/sda on MOUNTPOINT type bcachefs`;
- encryption …
-
livecd-tools instructs dracut to add the following kernel modules into initrd:
`sr_mod sd_mod ide-cd cdrom vfat msdos isofs ext4 xfs btrfs squashfs`
The problem is that vfat and sd_mod are not sep…
-
After successfully creating the ISO. Using iso-to-pxeboot tool throws “doesn’t look like a LiveCD ISO..”. Upon checking further, I found that the ISO created above is missing initrd0.img and vmlinuz0.…
-
Is hibernation resume support included automatically? I don't see a module for it, and my system supports hibernation, but it will not resume after suspending to disk. I am using gentoo with linux ver…
-
**Describe the enhancement**
I would like to build two different types of initramfs's on a Linux distribution. One "fat" version built simply via "dracut -f" and another slimmed down version, that …
-
Hey Vladimir!
My boot drive is enrolled with PKCS11 Yubiko card. You can check the details here, especially my last 2 comments: https://github.com/systemd/systemd/issues/22866
My smart card is b…
-
**Describe the enhancement**
I want to be able to mount multiple root=live: squashfs filesystems on top of eachother.
This would allow me to add custom modules to my liveUSB without rebuilding the w…
-
* ReaR version ("/usr/sbin/rear -V"): `2.7-git.5431.6389691b.master / 2024-05-03`
* OS version ("cat /etc/os-release" or "lsb_release -a" or "cat /etc/rear/os.conf"):
```text
NAME="SLES"
VERSION…
-
**Describe the bug**
We are getting a false error during the boot-time that dracut is not able to mount `/sysroot`. Although, the system continues to boot smoothly and I get the login shell. We are a…
-
In this script, check_NVMe_in_initrd implicitly depends on lsinitrd but it might be failed even if nvme driver has been loaded in the initramfs. I verified with "Amazon Linux AMI 2018.03.0" as follows…