From 3d6b8acebfc0eb6d056822687b57a8f269de84f7 Mon Sep 17 00:00:00 2001 From: Zach Marano Date: Tue, 26 Nov 2024 09:55:52 -0800 Subject: [PATCH] Disable the eclipse module for RHEL 8 aarch64 to avoid warnings from (#2416) dnf. --- .../image_build/enterprise_linux/kickstart/rhel_8_arm64.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daisy_workflows/image_build/enterprise_linux/kickstart/rhel_8_arm64.cfg b/daisy_workflows/image_build/enterprise_linux/kickstart/rhel_8_arm64.cfg index 537527503..c6cec13b4 100644 --- a/daisy_workflows/image_build/enterprise_linux/kickstart/rhel_8_arm64.cfg +++ b/daisy_workflows/image_build/enterprise_linux/kickstart/rhel_8_arm64.cfg @@ -122,6 +122,8 @@ EOM set -x exec &> /dev/ttyAMA0 dnf -y install google-rhui-client-rhel8 +# Disable the eclipse dnf module which doesn't exist for aarch64. +dnf -y module disable eclipse %end # Google Compute Engine kickstart config for Enterprise Linux 8.