Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
chore: Update deck kernel params
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jan 11, 2024
1 parent 036c4c4 commit 0c279f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/kickstart/ublue-os-deck.ks
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

%include /tmp/ks-urls.txt

bootloader --append="amd_pstate=active amd_iommu=off amdgpu.gttsize=8128 spi_amd.speed_dev=1 initcall_blacklist=simpledrm_platform_driver_init rd.luks.options=discard"
bootloader --append="amd_iommu=off amdgpu.gttsize=8128 spi_amd.speed_dev=1 rd.luks.options=discard"

%post --logfile=/root/ks-post.log --erroronfail --nochroot
%ksappend /run/install/repo/kickstart/post-install.sh
Expand Down

0 comments on commit 0c279f7

Please sign in to comment.