mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
remove intel_pstate switch
This was only needed for Skylake chips on pre-4.6 kernels to prevent freeze on lid close. Now that grsec is shipping 4.6 we're in the brave new world of Skylake support.
This commit is contained in:
parent
ffc6e82284
commit
74371b72b1
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ Install GRUB.
|
|||
|
||||
$ pacman -S grub
|
||||
$ echo GRUB_ENABLE_CRYPTODISK=y >> /etc/default/grub
|
||||
$ sed -i 's/^GRUB_CMDLINE_LINUX=.*/GRUB_CMDLINE_LINUX="cryptdevice=\/dev\/sda1:lvm:allow-discards resume=\/dev\/mapper\/arch-swap intel_pstate=no_hwp"/' /etc/default/grub
|
||||
$ sed -i 's/^GRUB_CMDLINE_LINUX=.*/GRUB_CMDLINE_LINUX="cryptdevice=\/dev\/sda1:lvm:allow-discards resume=\/dev\/mapper\/arch-swap"/' /etc/default/grub
|
||||
$ grub-mkconfig -o /boot/grub/grub.cfg
|
||||
$ grub-install /dev/sda
|
||||
$ chmod -R g-rwx,o-rwx /boot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue