
functions
files
intro
|
|
FileSystems.ycp
|
|
- Johannes Buchhold <jbuch@suse.de>
- Purpose:
- These module contains the supported filesystems and their settings.
|
|
Imports
- Arch
- Encoding
- Mode
- Partitions
- String
Global Functions
|
|
|
Return a map that contains the mount option for each used_fs (-t)
global GetAllFileSystems (boolean add_swap, boolean add_pseudo) -> map<symbol, map<symbol, any> >
|
|
Filesystem Definitions
- Parameters:
- Return value:
|
map with all supported filesystems |
global GetMountString (symbol used_fs, string default) -> string
|
|
Return the mount option for each used_fs (-t)
- Parameters:
global LoadModule (symbol used_fs) -> boolean
|
|
Load the kernel module which is necessary to mount a partition with used_fs!
- Parameters:
- Return value:
|