diff --git a/hacking/GlobalStorage.md b/hacking/GlobalStorage.md index 0e024b16c942374cd4b4720fca2f0c778bb89560..00028266254fc6d43aace0999b9ed1a61789ae17 100644 --- a/hacking/GlobalStorage.md +++ b/hacking/GlobalStorage.md @@ -10,6 +10,17 @@ A dictionary with the following keys: - `installPath`: device where the boot loader should be installed ("/dev/sda", "/dev/sdb1"...) +## branding + +A dictionary with the following keys (loaded from branding.desc): + +- `productName`: distribution unversioned product name (long version) +- `shortProductName`: distribution unversioned product name (short version) +- `version`: distribution version number (long version) +- `shortVersion`: distribution version number (short version) +- `versionedName`: distribution product name and version (long version) +- `shortVersionedName`: distribution product name and version (short version) + ## partitions A list of dictionaries, one per partition. The dictionary contains the following keys: