From 3f5ccc92cb7f6a1adeb1e88cce0f78d5e886803d Mon Sep 17 00:00:00 2001 From: tiyn Date: Fri, 11 Jul 2025 02:24:20 +0200 Subject: [PATCH] kernel: added backup comment --- wiki/linux/kernel.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/linux/kernel.md b/wiki/linux/kernel.md index a432c67..922c55f 100644 --- a/wiki/linux/kernel.md +++ b/wiki/linux/kernel.md @@ -36,4 +36,6 @@ linux /vmlinuz-linux-zen initrd /initramfs-linux-zen.img ``` +If you want to switch the backup to Zen too, the backup file in `boot/loader/entries/` has to be +changed too. Afterwards the system should be rebooted for the change to take effect.