mount options for root

Matthias Riese (mri@megatel.de)
Fri, 09 Jul 1999 13:04:10 +0200


I want to pass ext2 specific mount options for mounting /
At the moment I'm using raw_params in init/main.c. Now:

Did I miss a more general solution to mount root
with FS(ext2)-specific mount options?

If not, is there a need for a general solution? Sth like:

checksetup(char *line)
{
...
for(all filesystems)
strncmp(filesystem->name, line, strlen(filesystem->name));
}

Matthias Riese

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/