diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 2bf06a1..0893529 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -108,5 +108,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