Expand description
Kernel command line parsing and manipulation.
This module provides utilities for parsing and generating kernel command line arguments, with specific support for composefs parameters. It handles the kernel’s simple quoting mechanism and provides functions to extract and create composefs= arguments with optional insecure mode indicators.
Functions§
- get_
cmdline_ composefs - Extracts and parses the composefs= parameter from a kernel command line.
- get_
cmdline_ value - Gets the value of an entry from the kernel cmdline.
- make_
cmdline_ composefs - Creates a composefs= kernel command line argument.
- split_
cmdline 🔒 - Perform kernel command line splitting.