We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba788f commit fe2cf62Copy full SHA for fe2cf62
t2linux-config/t2linux-config.spec
@@ -1,6 +1,6 @@
1
Name: t2linux-config
2
-Version: 13.1.0
3
-Release: 2%{?dist}
+Version: 13.2.0
+Release: 1%{?dist}
4
Summary: System configuration for linux on t2 macs.
5
License: MIT
6
@@ -34,7 +34,7 @@ install -D -m 644 99-network-t2-ncm.rules %{buildroot}/etc/udev/rules.d/99-netwo
34
install -D -m 644 99-network-t2-ncm.conf %{buildroot}/etc/NetworkManager/conf.d/99-network-t2-ncm.conf
35
36
%post
37
-grubby --args="intel_iommu=on iommu=pt mem_sleep_default=s2idle pcie_ports=native" --update-kernel=ALL
+grubby --args="intel_iommu=on iommu=pt mem_sleep_default=s2idle pcie_ports=native" --update-kernel=ALL || true
38
39
%files
40
/etc/modules-load.d/t2linux-modules.conf
0 commit comments