mirror of https://github.com/cutefishos/calamares
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
751 B
751 B
GlobalStorage keys
The GlobalStorage structure contains information which is shared among jobs. Jobs are free to define their own keys, but some keys have been standardized. Here they are:
bootLoader
A dictionary with the following keys:
installPath
: device where the boot loader should be installed ("/dev/sda", "/dev/sdb1"...)
partitions
A list of dictionaries, one per partition. The dictionary contains the following keys:
device
: path to the partition devicefs
: the name of the file systemmountPoint
: where the device should be mounteduuid
: the UUID of the partition device
rootMountPoint
A string which contains the path where the root file system has been mounted.
This key is set by the mount
job.