Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

image: include dumpadm.conf that disables running savecore on boot #133

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions image/templates/files/dumpadm.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# dumpadm.conf
#
# Configuration parameters for system crash dump.
# Do NOT edit this file by hand -- use dumpadm(8) instead.
#
DUMPADM_CONTENT=curproc
DUMPADM_ENABLE=no
DUMPADM_CSAVE=on
4 changes: 4 additions & 0 deletions image/templates/gimlet/ramdisk-02-trim.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@
"file": "/etc/motd",
"src": "motd",
"owner": "root", "group": "sys", "mode": "0644" },
{ "t": "ensure_file",
"file": "/etc/dumpadm.conf",
"src": "dumpadm.conf",
"owner": "root", "group": "other", "mode": "0644" },

{ "t": "ensure_dir", "with": "omicron1",
"dir": "/usr/lib/brand/omicron1/baseline",
Expand Down