Skip to content

Commit

Permalink
t2linux-config: Do not modify kernel arguments
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sharpenedblade committed Sep 20, 2024
1 parent 8325958 commit 122f317
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions t2linux-config/t2linux-config.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: t2linux-config
Version: 13.2.0
Version: 13.3.0
Release: 1%{?dist}
Summary: System configuration for linux on t2 macs.
License: MIT
Expand Down Expand Up @@ -33,9 +33,6 @@ install -D -m 644 t2linux-modules.conf %{buildroot}/etc/modules-load.d/t2linux-m
install -D -m 644 99-network-t2-ncm.rules %{buildroot}/etc/udev/rules.d/99-network-t2-ncm.rules
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 || true

%files
/etc/modules-load.d/t2linux-modules.conf
/etc/dracut.conf.d/t2linux-modules-install.conf
Expand Down

0 comments on commit 122f317

Please sign in to comment.