preinit: parse rootflags= in kernel command line
This commit is contained in:
7
pkgs/preinit/opts.h
Normal file
7
pkgs/preinit/opts.h
Normal file
@@ -0,0 +1,7 @@
|
||||
struct root_opts {
|
||||
char *device;
|
||||
char *fstype;
|
||||
char *mount_opts;
|
||||
};
|
||||
|
||||
void parseopts(char * cmdline, struct root_opts *opts);
|
Reference in New Issue
Block a user