mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
We do not support lfs. Remove it from list of remountable fs'es.
This commit is contained in:
parent
89368610f8
commit
5a4420e314
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ static struct opt {
|
|||
*/
|
||||
static const char *
|
||||
remountable_fs_names[] = {
|
||||
"ufs", "ffs", "lfs", "ext2fs",
|
||||
"ufs", "ffs", "ext2fs",
|
||||
0
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue