Added openpromfs.

* mountlist.c: (ignore_mount_entry): Added openpromfs.
This commit is contained in:
Benoît Dejean
2004-09-22 22:20:31 +00:00
parent edb1e6a773
commit c29887d4b0
2 changed files with 6 additions and 1 deletions

View File

@@ -536,7 +536,8 @@ static gboolean ignore_mount_entry(const struct mount_entry *me)
"usbdevfs",
"binfmt_misc",
"supermount",
"mntfs"
"mntfs",
"openpromfs"
};
const char (*i)[12] = &ignored[0];