mirror of
https://github.com/t2linux/fedora.git
synced 2026-04-30 13:51:42 -07:00
Fix potential crash
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Name: t2linux-config
|
||||
Version: 13.1.0
|
||||
Release: 2%{?dist}
|
||||
Version: 13.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: System configuration for linux on t2 macs.
|
||||
License: MIT
|
||||
|
||||
@@ -34,7 +34,7 @@ install -D -m 644 99-network-t2-ncm.rules %{buildroot}/etc/udev/rules.d/99-netwo
|
||||
install -D -m 644 99-network-t2-ncm.conf %{buildroot}/etc/NetworkManager/conf.d/99-network-t2-ncm.conf
|
||||
|
||||
%post
|
||||
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
|
||||
|
||||
%files
|
||||
/etc/modules-load.d/t2linux-modules.conf
|
||||
|
||||
Reference in New Issue
Block a user