Fixed swap

This commit is contained in:
Marko Korhonen 2020-09-18 23:27:31 +03:00
parent 15e507ebb0
commit a62da4a224
3 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,5 @@
title Arch Linux title Arch Linux LTS
linux /vmlinuz-linux-lts initrd /amd-ucode.img
initrd /amd-ucode.img initrd /initramfs-linux-lts.img
initrd /initramfs-linux-lts.img linux /vmlinuz-linux-lts
options cryptdevice=/dev/disk/by-uuid/2fedee0d-fbf1-41ee-8d27-01feb25d9e8d:cryptroot:allow-discards root=/dev/mapper/cryptroot rootflags=subvol=__arch/root resume=/dev/mapper/cryptswap quiet acpi_backlight=vendor rw options rd.luks.uuid=19fa8fab-c5fe-454a-9a17-b7185ce975ea rd.luks.name=19fa8fab-c5fe-454a-9a17-b7185ce975ea=cryptroot rd.luks.options=allow-discards root=/dev/mapper/cryptroot rootflags=subvol=root resume=/dev/mapper/cryptroot resume_offset=10530935 rw quiet splash vga=current idle=nomwait cpuidle.governor=teo

View file

@ -1,5 +1,5 @@
title Arch Linux title Arch Linux
linux /vmlinuz-linux initrd /amd-ucode.img
initrd /amd-ucode.img initrd /initramfs-linux.img
initrd /initramfs-linux.img linux /vmlinuz-linux
options cryptdevice=/dev/disk/by-uuid/2fedee0d-fbf1-41ee-8d27-01feb25d9e8d:cryptroot:allow-discards root=/dev/mapper/cryptroot rootflags=subvol=__arch/root resume=/dev/mapper/cryptswap cpuidle.governor=teo acpi_backlight=vendor amd_iommu=on iommu=pt rw idle=nomwait rcu_nocbs=0-7 quiet fastboot options rd.luks.uuid=19fa8fab-c5fe-454a-9a17-b7185ce975ea rd.luks.name=19fa8fab-c5fe-454a-9a17-b7185ce975ea=cryptroot rd.luks.options=allow-discards root=/dev/mapper/cryptroot rootflags=subvol=root resume=/dev/mapper/cryptroot resume_offset=10530935 rw quiet splash vga=current idle=nomwait cpuidle.governor=teo

View file

@ -1,5 +1,5 @@
[Sleep] [Sleep]
AllowSuspendThenHibernate=yes AllowSuspendThenHibernate=yes
SuspendMode=suspend SuspendMode=suspend-then-hibernate
SuspendState=disk SuspendState=disk
HibernateDelaySec=120min HibernateDelaySec=1min