Arvin Schnell <arvin@suse.de>
Purpose: Responsible for searching of root partitions and
mounting of target partitions.
List of Global Functions
FindRootPartitions - Find all valid root partitions and place the result in rootPartitions. The partitions are mounted and unmounted again (to Installation::destdir). Loads a bunch of kernel modules.
GetInfoOfSelected - Get the key what of the selected root partition.
IncompleteInstallationDetected - Checks the partition whether it contains an incomplete installation.
MountPartitions - Mounting root-partition; reading fstab and mounting read partitions
SetSelectedToValid - Set the selected root partition to some valid one. Only make sense if the number of valid root partition is one.
UnmountPartitions - Unmount all mounted partitions, deactivate swaps, detach loopback devices. Uses list activated to make actions in reverse order.
List of Global Variables
Function parameters
string headline
string question
string button_yes
string button_no
string details
Return value
boolean
Find all valid root partitions and place the result in rootPartitions. The partitions are mounted and unmounted again (to Installation::destdir). Loads a bunch of kernel modules.
Return value
void
Get the key what of the selected root partition.
Function parameters
symbol what
Return value
string
Checks the partition whether it contains an incomplete installation.
Function parameters
string mounted_to
Return value
boolean - true if incomplete
See also:
BNC #441919
Mounting root-partition; reading fstab and mounting read partitions
Function parameters
string root_device_current
Return value
boolean
Set the selected root partition to some valid one. Only make sense if the number of valid root partition is one.
Return value
void