FileSystems.ycp |
|
This module has an unstable interface. |
Imports
Global Functions |
global
GetAllFileSystems (boolean add_swap, boolean add_pseudo)
->
map<symbol, map<symbol, any> >
Filesystem Definitions
- Parameters:
-
add_swap add_pseudo
- Return value:
-
map with all supported filesystems
global
GetMountString (symbol used_fs, string defaultv)
->
string
Return the mount option for each used_fs (-t)
- Parameters:
-
used_fs defaultv