diff --git a/fedora-live-base.ks b/fedora-live-base.ks index d154782..6ebc325 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -109,5 +109,8 @@ 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