From ae22daabda3ab2a7af687a8fad3f5e4fe2fa53c9 Mon Sep 17 00:00:00 2001 From: Eduard Toloza Date: Sun, 18 Aug 2019 10:43:52 -0500 Subject: [PATCH] Update --- boot/loader/entries/linux-vanilla-fallback.conf | 2 +- boot/loader/entries/linux-vanilla.conf | 2 +- boot/loader/entries/linux-zen.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boot/loader/entries/linux-vanilla-fallback.conf b/boot/loader/entries/linux-vanilla-fallback.conf index dc2bd53..f9ce955 100755 --- a/boot/loader/entries/linux-vanilla-fallback.conf +++ b/boot/loader/entries/linux-vanilla-fallback.conf @@ -2,4 +2,4 @@ title Arch Linux - Encrypted linux /vmlinuz-linux initrd /intel-ucode.img initrd /initramfs-linux-fallback.img -options cryptdevice=PARTUUID=379cfbc1-1611-4d61-ba80-dafac35f1c1a:lvm root=/dev/mapper/vg0-root quiet rw +options cryptdevice=PARTUUID=379cfbc1-1611-4d61-ba80-dafac35f1c1a:lvm root=UUID=fb5fc334-d17a-4b2d-8c6f-8d9727ca58f6 quiet rw diff --git a/boot/loader/entries/linux-vanilla.conf b/boot/loader/entries/linux-vanilla.conf index 4a060fd..e2d5a85 100755 --- a/boot/loader/entries/linux-vanilla.conf +++ b/boot/loader/entries/linux-vanilla.conf @@ -2,4 +2,4 @@ title Arch Linux [Vanilla Kernel] - Encrypted linux /vmlinuz-linux initrd /intel-ucode.img initrd /initramfs-linux.img -options cryptdevice=PARTUUID=379cfbc1-1611-4d61-ba80-dafac35f1c1a:lvm root=/dev/mapper/vg0-root resume=/dev/vg0/swap zswap.enabled=1 zswap.compressor=lz4 apparmor=1 security=apparmor mitigations=off quiet rw +options cryptdevice=UUID=65127d08-139a-4e52-8a7b-c8c0911f460c:lvm root=UUID=fb5fc334-d17a-4b2d-8c6f-8d9727ca58f6 resume=UUID=8b9a5989-9817-4805-8d73-cf77ec730e06 zswap.enabled=1 zswap.compressor=lz4 apparmor=1 security=apparmor mitigations=off intel_pstate=per_cpu_perf_limits intel_pstate=hwp_only quiet rw diff --git a/boot/loader/entries/linux-zen.conf b/boot/loader/entries/linux-zen.conf index 55aff52..58cb5b0 100755 --- a/boot/loader/entries/linux-zen.conf +++ b/boot/loader/entries/linux-zen.conf @@ -2,4 +2,4 @@ title Arch Linux [Zen Kernel] - Encrypted linux /vmlinuz-linux-zen initrd /intel-ucode.img initrd /initramfs-linux-zen.img -options cryptdevice=PARTUUID=379cfbc1-1611-4d61-ba80-dafac35f1c1a:lvm root=/dev/mapper/vg0-root resume=/dev/vg0/swap zswap.enabled=1 zswap.compressor=lz4 apparmor=1 security=apparmor mitigations=off quiet rw +options cryptdevice=UUID=65127d08-139a-4e52-8a7b-c8c0911f460c:lvm root=UUID=fb5fc334-d17a-4b2d-8c6f-8d9727ca58f6 resume=UUID=8b9a5989-9817-4805-8d73-cf77ec730e06 zswap.enabled=1 zswap.compressor=lz4 apparmor=1 security=apparmor mitigations=off intel_pstate=per_cpu_perf_limits intel_pstate=hwp_only quiet rw