Skip to content

Commit

Permalink
docs/cli: Rewording in filesystem.mdx
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Buoro <[email protected]>
  • Loading branch information
fabbing committed Mar 15, 2024
1 parent e0fb93d commit f5ff841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/cli/filesystem.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For Unikraft, however, the use of a root filesystem is totally optional and depe

Thanks to Unikraft's highly modular structure, building a unikernel with root filesystem support is both trivial and left up to the application developer and ultimately the application use case.
Some unikernels may not require a filesystem at all if the application does not read or write any files.
In this case, neither the underlying filesystem subsystem (`vfscore`) or a root filesystem can are compiled into the unikernel binary.
In this case, neither the underlying filesystem subsystem (`vfscore`) nor a root filesystem have to be compiled into the unikernel binary.
For example, this may be use in lambda-type use cases.
However, many applications do need access to files, configuration data, a temporary file directory scratch pad (e.g. `/tmp`) or other have file-based resource needs.
In such cases, a root filesystem is essential.
Expand Down

0 comments on commit f5ff841

Please sign in to comment.