Skip to content

Commit

Permalink
Automated developer guide update
Browse files Browse the repository at this point in the history
  • Loading branch information
schutzbot committed Feb 12, 2025
1 parent c6e3a36 commit 65e3b13
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html
"description": "Additional kernel boot options",
"type": "string",
"default": ""
},
"kernel_cmdline_size": {
"description": "Sets a custom maximum kernel cmdline size",
"type": "integer",
"minimum": 256,
"maximum": 4096
}
}
}
Expand Down

0 comments on commit 65e3b13

Please sign in to comment.