Disable mount option in fsutil. No need for libfuse anymore.

Fix build issues in virtualmips simulator.
This commit is contained in:
Serge Vakulenko
2022-05-25 16:11:07 -07:00
parent a0c256c1f0
commit 71faeb6c76
6 changed files with 31 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ Berkeley YACC, GNU bison, flex, groff, ELF library and FUSE library.
Under Ubuntu, for example, you can do it by command:
```shell
$ sudo apt-get install bison byacc flex groff-base libelf-dev libfuse-dev
$ sudo apt-get install bison byacc flex groff-base libelf-dev
```
You can change a desired filesystem size and swap area size, as required.