particle-os-modules/modules/kargs/module.yml
fiftydinar 734656f7cc
feat: kargs module (#388)
* 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>
2025-04-27 08:45:30 +02:00

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