YaST2 Developers Documentation: FileSystems.ycp

FileSystems.ycp

  • Johannes Buchhold <jbuch@suse.de>
  • Purpose:
  • These module contains the supported filesystems and their settings.

Imports

  • Arch
  • Encoding
  • LibStorage
  • LibStorage::FsCapabilities
  • LibStorage::StorageInterface
  • Mode
  • Partitions
  • Popup
  • Stage
  • String

Global Functions

Info:

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:
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
global LoadModule (symbol used_fs) -> boolean

Load the kernel module which is necessary to mount a partition with used_fs!

Parameters:
used_fs filesystem
Return value:
old load_fs_module