Unknown YCP Module |
This module has an unstable interface. |
Imports
Global Functions |
Info:
Module: FileSystems.ycp
Authors: Johannes Buchhold (jbuch@suse.de)
Arvin Schnell
Purpose: These module contains the supported filesystems and their settings.
global
GetAllFileSystems (boolean add_swap, boolean add_pseudo, string label)
->
map<symbol, map<symbol, any> >
Filesystem Definitions
- Parameters:
-
add_swap add_pseudo label
- 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