From b1eb0317c84a93f23d3872682c281c12a5408319 Mon Sep 17 00:00:00 2001 From: Dimitris Karakasilis Date: Thu, 26 Sep 2024 17:32:03 +0300 Subject: [PATCH] Fix documentation after updating default opts here: https://github.com/kairos-io/enki/pull/191 Signed-off-by: Dimitris Karakasilis --- content/en/docs/Upgrade/boot_assessment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/Upgrade/boot_assessment.md b/content/en/docs/Upgrade/boot_assessment.md index 05536755..070bfff6 100644 --- a/content/en/docs/Upgrade/boot_assessment.md +++ b/content/en/docs/Upgrade/boot_assessment.md @@ -25,7 +25,7 @@ a non-bootable system. This section describes those measure and how they work. By default, Kairos adds `panic=5` to the kernel cmdline. This instructs the kernel to reboot after 5 seconds if a panic occurs. - "Trusted boot" installations: - The cmdline option has to be added manually when creating the `.efi` artifacts ([Read how]({{< relref "../Installation/trustedboot.md#additional-efi-entries" >}})). + The same option are included in the default cmdline, when an image is built with enki ([trusted boot docs]({{< relref "../Installation/trustedboot.md" >}})). ## Automatic reboot in case of systemd crash @@ -33,7 +33,7 @@ a non-bootable system. This section describes those measure and how they work. By default, Kairos adds `rd.shell=0 systemd.crash_reboot=yes` to the kernel cmdline. This makes systemd restart in case it crashes ([Read more](https://www.freedesktop.org/software/systemd/man/249/systemd.html#systemd.crash_reboot)) - "Trusted boot" installations: - Again, the relevant options need to be added manually (see previous section) + The same options are included in the default cmdline, when an image is built with enki ([trusted boot docs]({{< relref "../Installation/trustedboot.md" >}})). ## Booting to fallback