From ab13ec9e94a03aefb6bda6ef9b817e1ebe6b00f9 Mon Sep 17 00:00:00 2001 From: Markus Hilger Date: Tue, 28 Jul 2026 02:04:00 +0200 Subject: [PATCH] Remove duplicate "dracut_install lsmod ethtool" --- imgutil/el10/dracut/install | 2 +- imgutil/el9/dracut/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imgutil/el10/dracut/install b/imgutil/el10/dracut/install index b8ec9ad7..b56115aa 100644 --- a/imgutil/el10/dracut/install +++ b/imgutil/el10/dracut/install @@ -3,7 +3,7 @@ dracut_install /lib64/libtss2-tcti-device.so.0 dracut_install tpm2_create tpm2_pcrread tpm2_createpolicy tpm2_createprimary dracut_install tpm2_load tpm2_unseal tpm2_getcap tpm2_evictcontrol dracut_install tpm2_pcrextend tpm2_policypcr tpm2_flushcontext tpm2_startauthsession -dracut_install curl openssl tar cpio gzip lsmod ethtool xz lsmod ethtool +dracut_install curl openssl tar cpio gzip lsmod ethtool xz dracut_install -o unsquashfs # optional, imageboot extracts with cp when absent dracut_install modprobe touch echo cut wc bash uniq grep ip hostname dracut_install awk egrep dirname expr sort diff --git a/imgutil/el9/dracut/install b/imgutil/el9/dracut/install index 4273efdb..1d070418 100644 --- a/imgutil/el9/dracut/install +++ b/imgutil/el9/dracut/install @@ -3,7 +3,7 @@ dracut_install /lib64/libtss2-tcti-device.so.0 dracut_install tpm2_create tpm2_pcrread tpm2_createpolicy tpm2_createprimary dracut_install tpm2_load tpm2_unseal tpm2_getcap tpm2_evictcontrol dracut_install tpm2_pcrextend tpm2_policypcr tpm2_flushcontext tpm2_startauthsession -dracut_install curl openssl tar cpio gzip lsmod ethtool xz lsmod ethtool +dracut_install curl openssl tar cpio gzip lsmod ethtool xz dracut_install -o unsquashfs # optional, imageboot extracts with cp when absent dracut_install modprobe touch echo cut wc bash uniq grep ip hostname dracut_install awk egrep dirname expr sort