Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
kcmdline.c File Reference

(/usr/bin/git 2025-02-19, commit: a94d66c)

Implementation of functions related to working with the Kernel command line. More...

#include "kcmdline.h"
#include <stdlib.h>
#include "confmap.h"
#include "lexers.h"
#include "logio.h"
Include dependency graph for kcmdline.c:

Functions

int crinitKernelCmdlineParse (const char *cmdlinePath)
 

Detailed Description

Implementation of functions related to working with the Kernel command line.

Function Documentation

◆ crinitKernelCmdlineParse()

int crinitKernelCmdlineParse ( const char *  cmdlinePath)

Parses and handles crinit-specific options in the Kernel command line.

Kernel command line must be accessible as a file at cmdlinePath. If the function encounters a setting from crinitKCmdlineConfigMap, it will call the associated handler.

Parameters
cmdlinePathWhere to read the Kernel command line from. This should be CRINIT_KCMDLINE_PATH_DEFAULT.
Returns
0 on success, -1 otherwise