Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Add cmdline opts to auto reboot when system crashes
Browse files Browse the repository at this point in the history
Fixes kairos-io/kairos#2869

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
  • Loading branch information
jimmykarily committed Sep 26, 2024
1 parent 3371152 commit 1ac2ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const (
ArchArm64 = "arm64"
Archaarch64 = "aarch64"

UkiCmdline = "console=ttyS0 console=tty1 net.ifnames=1 rd.immucore.oemlabel=COS_OEM rd.immucore.oemtimeout=2 rd.immucore.uki selinux=0"
UkiCmdline = "console=ttyS0 console=tty1 net.ifnames=1 rd.immucore.oemlabel=COS_OEM rd.immucore.oemtimeout=2 rd.immucore.uki selinux=0 panic=5 rd.shell=0 systemd.crash_reboot=yes"
UkiCmdlineInstall = "install-mode"
UkiSystemdBootx86 = "/usr/kairos/systemd-bootx64.efi"
UkiSystemdBootStubx86 = "/usr/kairos/linuxx64.efi.stub"
Expand Down

0 comments on commit 1ac2ea7

Please sign in to comment.