mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
fix skylake lid close freeze
Disabling Intel pstate is only necessary on Skylake machines with the current kernel. The bug is fixed in 4.6RC2, so this is only temporary.
This commit is contained in:
parent
82f173b82d
commit
5177a67809
2 changed files with 5 additions and 5 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"/' /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
|
||||
$ grub-mkconfig -o /boot/grub/grub.cfg
|
||||
$ grub-install /dev/sda
|
||||
$ chmod -R g-rwx,o-rwx /boot
|
||||
|
|
|
|||
|
|
@ -20,7 +20,11 @@
|
|||
- { role: firejail, tags: ['firejail'] }
|
||||
- { role: unbound, tags: ['unbound'] }
|
||||
- { role: editors, tags: ['editors'] }
|
||||
- { role: filesystems, tags: ['filesystems'] }
|
||||
- { role: archive, tags: ['archive'] }
|
||||
- { role: udisks, tags: ['udisks'] }
|
||||
- { role: browsers, tags: ['browsers'] }
|
||||
- { role: yubikey, tags: ['yubikey'] }
|
||||
- { role: media, tags: ['media'] }
|
||||
- { role: mpd, tags: ['mpd'] }
|
||||
- { role: mpv, tags: ['mpv'] }
|
||||
|
|
@ -39,15 +43,11 @@
|
|||
- { role: rtorrent, tags: ['rtorrent'] }
|
||||
- { role: virtualbox, tags: ['virtualbox'] }
|
||||
- { role: hashicorp, tags: ['hashicorp'] }
|
||||
- { role: yubikey, tags: ['yubikey'] }
|
||||
- { role: virtualenv, tags: ['virtualenv'] }
|
||||
- { role: backup, tags: ['backup'] }
|
||||
- { role: tarsnap, tags: ['tarsnap'] }
|
||||
- { role: mapping, tags: ['mapping'] }
|
||||
- { role: sound, tags: ['sound'] }
|
||||
- { role: archive, tags: ['archive'] }
|
||||
- { role: filesystems, tags: ['filesystems'] }
|
||||
- { role: udisks, tags: ['udisks'] }
|
||||
- { role: pim, tags: ['pim'] }
|
||||
- { role: radio, tags: ['radio'] }
|
||||
- { role: formd, tags: ['formd'] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue