Whenever initramfs is updated I get a message similar to this:
I: The initramfs will attempt to resume from /dev/zram1
I: (UUID=1d4b8573-7eee-43c9-a02a-10a65fc17b8a)
I: Set the RESUME variable to override this.
However, because all my swap partitions are zram devices, I would like to disable resume. How can I do that?
none
is case-sensitive. Some other pages contain messages telling to useRESUME=NONE
, which is incorrect. – Mikko Rantalainen Jan 11 '19 at 17:09sudo update-initramfs -u
– smac89 Mar 03 '19 at 22:14update-initramfs -u
say? – Andrea Corbellini Oct 20 '19 at 16:25