yast2-storage |
ep-import.ycp |
Expert Partitioner | |
|
|
This module has an unstable interface. |
local
FindExistingFstabs (map<string, map> target_map, string search_point)
->
map<string, list>
Find and read fstab by installation. Scan existing partitions.
- Parameters:
-
target_map search_point
- Return value:
-
map with device and fstab data found
local
ScanAndReadExistingFstabs (map<string, map> target_map)
->
map<string, list>
Scan and Read and return fstabs.
- Parameters:
-
target_map
- Return value:
-
map with device and fstab data found
local
AddFstabToTargetMap (map<string, map> target_map, list<map> fstab, boolean format_sys)
->
map<string, map>
Merge fstab with target_map.
- Parameters:
-
target_map fstab format_sys
local
FstabAddDialog (map<string, map> target_map, map<string, list> fstabs, boolean& format_sys)
->
string
Scan exiting partitions for fstab files and if one found read the mountpoints from the fstab file and build a new target_map. Ask the user if he like to use the new or old target_map (with or without found mountpoints)
- Parameters:
-
target_map fstabs format_sys