Skip to content

Commit

Permalink
Fix documentation after updating default opts
Browse files Browse the repository at this point in the history
here: kairos-io/enki#191

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
  • Loading branch information
jimmykarily committed Sep 26, 2024
1 parent 3c72ee6 commit b1eb031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/Upgrade/boot_assessment.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ 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

- Simple installations:
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

Expand Down

0 comments on commit b1eb031

Please sign in to comment.