diff --git a/pages/02.linux/guides/arch/default.en.md b/pages/02.linux/guides/arch/default.en.md index fcf8c18..077c636 100644 --- a/pages/02.linux/guides/arch/default.en.md +++ b/pages/02.linux/guides/arch/default.en.md @@ -379,7 +379,7 @@ refind-install `/boot/refind_linux.conf` ``` -"Boot with standard options" "rw loglevel=3 quiet cryptdevice=LABEL=(label):(name) root=/dev/mapper/(name) rootflags=subvol=@" +"Boot with standard options" "rw loglevel=3 quiet cryptdevice=LABEL=(label):(name) root=/dev/mapper/(name) rootflags=subvol=@ zswap.enabled=0" ``` #### Manual boot stanza @@ -394,7 +394,7 @@ menuentry "Arch Linux" { icon /EFI/refind/themes/nord/icons/os_arch.png loader /vmlinuz-linux initrd /initramfs-linux.img - options "rw loglevel=3 quiet cryptdevice=LABEL=(label):(name) root=/dev/mapper/(name) rootflags=subvol=@" + options "rw loglevel=3 quiet cryptdevice=LABEL=(label):(name) root=/dev/mapper/(name) rootflags=subvol=@ zswap.enabled=0" submenuentry "Boot using fallback initramfs" { initrd /initramfs-linux-fallback.img }