Skip to content

Commit

Permalink
docs: add kernel argument fields to configuration doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Lowrie committed Apr 28, 2021
1 parent 231189e commit 67780ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/configuration-v3_3_experimental.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ The Ignition configuration is a JSON document conforming to the following specif
* **_passwordHash_** (string): the encrypted password of the new group.
* **_shouldExist_** (boolean) whether or not the group with the specified `name` should exist. If omitted, it defaults to true. If false, then Ignition will delete the specified group.
* **_system_** (bool): whether or not the group should be a system group. This only has an effect if the group doesn't exist yet.
* **_kernelArguments_** (object): describes the desired kernel arguments.
* **_shouldExist_** (list of strings): the list of kernel arguments that should exist.
* **_shouldNotExist_** (list of strings): the list of kernel arguments that should not exist.

[part-types]: http://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs
[rfc2397]: https://tools.ietf.org/html/rfc2397

0 comments on commit 67780ca

Please sign in to comment.