Fixes: - fix(systemd-udevd): handle root=gpt-auto for systemd-v258 - fix(systemd-repart): allow partition format - feat(install.d): do not remove UKIs on remove) - fix(dracut.install): remove extraneous quotes in dracut arguments - feat(i18n): pull 'drm' or 'simpledrm' module unless excluded Additional changes: - remove redundant patch for test/container - include previously omitted test changes - patch renames because they're imported from source-git Resolves: RHEL-111580,RHEL-111709,RHEL-113071,RHEL-119787,RHEL-132571 From-source-git-commit: 3048090e3ff7e9747936dd18e4557a4f1ebabdd6
31 lines
755 B
Diff
31 lines
755 B
Diff
From 6fe66a3d55682de7dc24ee8be31752ae2ea08082 Mon Sep 17 00:00:00 2001
|
|
From: Pavel Valena <pvalena@redhat.com>
|
|
Date: Tue, 5 Aug 2025 00:00:30 +0200
|
|
Subject: [PATCH 21/31] Revert "fix(base): do not require chroot inside
|
|
initramfs"
|
|
|
|
This reverts commit 518133714b769160448a51c512d5e152ea6332da.
|
|
|
|
rhel-only
|
|
|
|
Resolves: RHEL-93173
|
|
---
|
|
modules.d/99base/module-setup.sh | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/modules.d/99base/module-setup.sh b/modules.d/99base/module-setup.sh
|
|
index 7292ba71..9403706a 100755
|
|
--- a/modules.d/99base/module-setup.sh
|
|
+++ b/modules.d/99base/module-setup.sh
|
|
@@ -9,6 +9,7 @@ depends() {
|
|
# called by dracut
|
|
install() {
|
|
inst_multiple \
|
|
+ chroot \
|
|
cp \
|
|
dmesg \
|
|
flock \
|
|
--
|
|
2.52.0
|
|
|