dracut
dracut copied to clipboard
dracut the event driven initramfs infrastructure
When use clone ioctl to copy a file, the extended attributes of files are missing, which is inconsistent with the result by using the cp command. This commit add the...
**Describe the bug** ``` Jul 01 06:56:14 op3 (sshd)[1612]: sshd.service: Referenced but unset environment variable evaluates to an empty string: CRYPTO_POLICY, OPTIONS, SSHD_OPTS Jul 01 06:56:14 op3 sshd[1612]: /usr/lib64/misc/sshd-session does...
**Describe the bug** When trying to setup NFS boot for an Ubuntu 22.04 image that is created with `debootstrap`, generating an initrd with dracut makes the boot hang after root...
**Describe the bug** When trying to boot with a newly generated initramfs, with crypt and resume enabled, cryptsetup does not start, and instead, it hangs on a black screen with...
Unlike ordinary binaries, kernel module will be unusable if stripped with "-p". Fix this by always use "-g" only. So far it didn't cause many issues since most kernels have...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 0.1.15 to 2.3.2. Release notes Sourced from softprops/action-gh-release's releases. v2.3.2 fix: revert fs readableWebStream change v2.3.1 What's Changed Bug fixes 🐛 fix: fix file closing issue by...
Add ```loongarch``` support, the new architecture launched by China's ```Loongson```. It can be compiled and run normally under ```loongarch``` architecture. [loongarch cpuinfo](https://github.com/torvalds/linux/blob/master/arch/loongarch/kernel/proc.c#L49-L64)
Or I didn't find it. Documented here: https://github.com/rhinstaller/anaconda/blob/main/dracut/README-testing-changes.rst @VladimirSlavik
**Describe the bug** virtfs module does not mount 9p filesystem. **Distribution used** Fedora Rawhide. **Dracut version** dracut-105-3.fc43 **Init system** systemd. **To Reproduce** Initrd is generated with `dracut -f --add virtfs...
**Describe the bug** A clear and concise description of what the error is. I am running SLES15SP6 on the host and have a RHEL 8.10 chroot environment for which I...