* feat: `kargs` module * fix: ARCH conditions * docs: Explain arch in module.yml * docs: Refine kargs documentation Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com> * chore: Add `kargs` to `modules.json` * docs: Add info about discovering possible kargs * docs: Use master branch link for kargs * docs: Some grammar style fix * docs: Add note about `bootc switch` for kargs to get applied * chore: slight grammar change * chore: small grammar change --------- Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
9 lines
296 B
YAML
9 lines
296 B
YAML
name: kargs
|
|
shortdesc: The kargs module injects kernel arguments into the image.
|
|
example: |
|
|
type: kargs
|
|
arch: x86_64, aarch64 # only inject kernel arguments to these specific OS architectures
|
|
kargs:
|
|
- console=ttyS0,114800n8
|
|
- mitigations=on
|
|
- systemd.unified_cgroup_hierarchy=0
|