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

Add cmdline opts to auto reboot when system crashes #191

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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