Initramfs generator using udev
Go to file
Pavel Valena daef90bbf9 build: batch of fixes 2026-07-02
- build: do not use weak dependencies in spec file where possible
- feat(resume): add device used for resume
- fix(network-legacy): remove network-legacy completely from the codebase
- fix(iscsi): replace `echo` writes with `printf` to prevent variable injection
- fix(base): escape arguments in initqueue hook script generation
- fix(net-lib): warn on suspicious shell metacharacters in hostname file
- fix(systemd-networkd): escape DHCP lease values in dhcpopts generation
- fix(i18n): prefer 'simpledrm' over 'drm' module

Resolves: RHEL-138656,RHEL-150172,RHEL-170845,RHEL-188254

And additionally, commited via 'Related: RHEL-188254':

Resolves: RHEL-189201,RHEL-189195

From-source-git-commit: da3ee2b85d00b30580f6633912e13bf151314ded
2026-07-09 03:29:45 +02:00
.fmf Add gating configuration for C10S/RHEL10 2024-07-04 09:37:46 +00:00
.gitignore Fixup .gitignore file. 2023-02-21 10:26:11 +01:00
0001-revert-fix-install.d-correctly-install-pre-genned-im.patch Upgrade to dracut 107 2025-07-21 15:52:08 +02:00
0002-feat-kernel-install-do-nothing-when-KERNEL_INSTALL_I.patch Upgrade to dracut 107 2025-07-21 15:52:08 +02:00
0003-fix-kernel-install-do-not-generate-an-initrd-when-on.patch Upgrade to dracut 107 2025-07-21 15:52:08 +02:00
0004-fix-resume-always-include-the-resume-module.patch Upgrade to dracut 107 2025-07-21 15:52:08 +02:00
0005-feat-lsinitrd.sh-look-for-initrd-in-usr-lib-modules.patch Upgrade to dracut 107 2025-07-21 15:52:08 +02:00
0006-feat-fips-include-fips-module-unconditionally.patch Upgrade to dracut 107 2025-07-21 15:52:08 +02:00
0007-build-upgrade-to-dracut-105.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0008-revert-fix-rescue-make-rescue-always-no-hostonly.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0009-fix-dracut-install-initize-fts-pointer.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0010-feat-add-openssl-module.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0011-fix-openssl-harden-ossl-build-CFLAGS.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0012-fix-ossl-copy-executables-for-the-test-suite.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0013-fix-rescue-create-hmac-file-for-rescue-kernel.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0014-Revert-feat-systemd-sysusers-run-systemd-sysusers-as.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0015-Revert-chore-remove-unused-function.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0016-fix-ossl-ignore-compiler-warnings.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0017-fix-improve-hostonly-sloppy-mode.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0018-fix-dracut.sh-don-t-pass-empty-string-as-dir.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0019-feat-systemd-drop-unnecessary-dependency-on-libgcryp.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0020-fix-kernel-modules-extra-remove-stray-before.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0021-Revert-fix-base-do-not-require-chroot-inside-initram.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0022-fix-let-check_vol_slaves_all-return-1-when-checks-on.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0023-improvement-74nvmf-lookup-required-NIC-kernel-module.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0024-fix-74nvmf-set-root-nvmf.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0025-test-SYSTEMD-INITRD-be-more-careful-with-set-e-and-s.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0026-test-fixup-NFS-test.sh.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0027-fix-systemd-udevd-handle-root-gpt-auto-for-systemd-v.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0028-fix-systemd-repart-allow-partition-format.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0029-feat-install.d-do-not-remove-UKIs-on-remove.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0030-fix-dracut.install-remove-extraneous-quotes-in-dracu.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0031-feat-i18n-pull-drm-or-simpledrm-module-unless-exclud.patch batch of fixes 2026-01-30 2026-01-30 12:22:15 +01:00
0032-feat-resume-add-device-used-for-resume.patch build: batch of fixes 2026-07-02 2026-07-09 03:29:45 +02:00
0033-fix-network-legacy-remove-network-legacy-completely-.patch build: batch of fixes 2026-07-02 2026-07-09 03:29:45 +02:00
0034-fix-iscsi-replace-echo-writes-with-printf-to-prevent.patch build: batch of fixes 2026-07-02 2026-07-09 03:29:45 +02:00
0035-fix-base-escape-arguments-in-initqueue-hook-script-g.patch build: batch of fixes 2026-07-02 2026-07-09 03:29:45 +02:00
0036-fix-net-lib-warn-on-suspicious-shell-metacharacters-.patch build: batch of fixes 2026-07-02 2026-07-09 03:29:45 +02:00
0037-fix-systemd-networkd-escape-DHCP-lease-values-in-dhc.patch build: batch of fixes 2026-07-02 2026-07-09 03:29:45 +02:00
0038-fix-i18n-prefer-simpledrm-over-drm-module.patch build: batch of fixes 2026-07-02 2026-07-09 03:29:45 +02:00
ci.fmf Add gating configuration for C10S/RHEL10 2024-07-04 09:37:46 +00:00
dracut.spec build: batch of fixes 2026-07-02 2026-07-09 03:29:45 +02:00
gating.yaml Add gating configuration for C10S/RHEL10 2024-07-04 09:37:46 +00:00
lgpl-2.1.txt fix license handling 2014-07-11 17:54:41 -04:00
plans.fmf tests: fix url to internal test-git 2024-09-23 13:49:55 +02:00
sources Upgrade to dracut 107 2025-07-21 15:52:08 +02:00