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.
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
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
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