Skip to content

Commit 122f317

Browse files
t2linux-config: Do not modify kernel arguments
It is now the installer's responsiblity to set the right kernel arguments. Anaconda can set the kernel arguments at install time with `bootloader --append`. Kiwi and other installers have similar options.
1 parent 8325958 commit 122f317

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

t2linux-config/t2linux-config.spec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: t2linux-config
2-
Version: 13.2.0
2+
Version: 13.3.0
33
Release: 1%{?dist}
44
Summary: System configuration for linux on t2 macs.
55
License: MIT
@@ -33,9 +33,6 @@ install -D -m 644 t2linux-modules.conf %{buildroot}/etc/modules-load.d/t2linux-m
3333
install -D -m 644 99-network-t2-ncm.rules %{buildroot}/etc/udev/rules.d/99-network-t2-ncm.rules
3434
install -D -m 644 99-network-t2-ncm.conf %{buildroot}/etc/NetworkManager/conf.d/99-network-t2-ncm.conf
3535

36-
%post
37-
grubby --args="intel_iommu=on iommu=pt mem_sleep_default=s2idle pcie_ports=native" --update-kernel=ALL || true
38-
3936
%files
4037
/etc/modules-load.d/t2linux-modules.conf
4138
/etc/dracut.conf.d/t2linux-modules-install.conf

0 commit comments

Comments
 (0)