liminix/pkgs/preinit/opts.h

8 lines
137 B
C

struct root_opts {
char *device;
char *fstype;
char *mount_opts;
};
void parseopts(char * cmdline, struct root_opts *opts);