每当 initramfs 更新时,我都会收到类似这样的消息:
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.
但是,由于我的所有交换分区都是兹拉姆设备,我想禁用恢复。我该怎么做?
答案1
RESUME=none
您可以通过添加到 initramfs 配置来禁用从交换设备恢复。
将其放入名为的文件中/etc/initramfs-tools/conf.d/noresume.conf
:
# Disable resume (this system has no swap)
RESUME=none