From 47e59c75565623988c30a733839cefb91d1909fe Mon Sep 17 00:00:00 2001 From: sharpenedblade Date: Tue, 29 Oct 2024 15:46:31 -0700 Subject: [PATCH] Disable automatic firmware installation This unexpectedly ran at ISO build time --- fedora-live-base.ks | 3 --- 1 file changed, 3 deletions(-) diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 7a875de..2b253e8 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -108,8 +108,5 @@ systemctl disable network rm -f /etc/machine-id touch /etc/machine-id -# Attempt to install Apple firmware -/usr/libexec/get-apple-firmware -i get_from_macos || true - %end