Auto-Installation |
modules/AutoinstStorage.ycp |
Storage |
|
|
Imports
- AutoinstLVM
- AutoinstRAID
- BootCommon
- Bootloader
- FileSystems
- Mode
- Partitions
- Partitions
- Report
- RootPart
- Storage
- Storage
- Summary
Includes
- autoinstall/autoinst_dialogs.ycp
- autoinstall/partitioning.ycp
- partitioning/custom_part_dialogs.ycp
Global Functions
Local Functions
|
|
|
global Export () -> list<map>
|
|
Dump the settings to a map, for autoinstallation use.
global Import (list<map> settings) -> boolean
|
|
Get all the configuration from a map.
When called by inst_auto (preparing autoinstallation data)
the list may be empty.
- Parameters:
- Return value:
global ImportAdvanced (map settings) -> boolean
|
|
Import Fstab data
@param map
- Parameters:
- Return value:
global Summary () -> string
|
|
return Summary of configuration
- Return value:
|
configuration summary dialog |
global PreProcess () -> void
|
|
Preprocess partition plan and prepare for creating partitions.
Handle /etc/fstab usage
global Write () -> boolean
|
|
Create partition plan
global Initialize () -> void
|
|
Initialize devices
global DeletedMDs (string vgname) -> list<map>
|
|
Delete Software raid
- Parameters:
local build_id (string disk_dev_name, any nr) -> string
|
|
Build the id for a partition entry in the man table.
@parm disk_dev_name name of the devie e.g.: /dev/hda
@parm nr number of the partition e.g.: 1
- Parameters:
- Return value:
global Overview () -> list
|
|
Partitioning Overview
|