YaST2 Developers Documentation: FileSystems.ycp



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

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 default) -> string

Return the mount option for each used_fs (-t)

Parameters:
used_fs
default

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

YaST2 Developers Documentation