During update, I got notified that /etc/openswap.conf.pacnew exists now. Without the empty lines and comments and with UUIDs censored, the diff looks like this:
< swap_device=/dev/disk/by-uuid/cb4b194c-d…-4…-8…-2…4…9…
< crypt_swap_name=luks-cb4b194c-d…-4…-8…-2…4…9…
> swap_device=/dev/disk/by-uuid/2788eb78-0…-4…-9…-e…c…7…
> crypt_swap_name=cryptswap
< keyfile_device=/dev/mapper/luks-5f8bee24-4…-4…-a…-7…5…7…
< keyfile_filename=crypto_keyfile.bin
> unlock_method="password"
> keyfile_device=
> keyfile_filename=
> keyfile_block_number=
> keyfile_length=4096
> keyfile_device_mount_options="--options=ro,noload"
The swap device name is completely different, so that seems wrong. But the other changes look like they might be intended. Do I need to apply those changes? Is this just an example file that for some reason got released publicly or should I actually care about some of this? I have not tried rebooting yet since the update, I’ll do that a few minutes after making this post. My main partition and swap are encrypted and I enter a password at the beginning of the boot process. I’ve set that up with the regular Manjaro installer when installing the system.
I also got the warning “you are using potentially dangerous unlock_method keyfile” during the update, followed by links that talk about hibernation. I never voluntarily use hibernation or standby, since things always break with it anyway (and have been on all operating systems I’ve used so far, so I’ve given up on it), so if that issue only breaks hibernation, I don’t care.