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

Commit

Permalink
Merge pull request #191 from kairos-io/2869-add-reboot-cmdline-opts
Browse files Browse the repository at this point in the history
Add cmdline opts to auto reboot when system crashes
  • Loading branch information
jimmykarily authored Sep 26, 2024
2 parents 3371152 + 1ac2ea7 commit efdf113
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 efdf113

Please sign in to comment.