hacking/GlobalStorage.md: Document the "branding" dictionary.

This commit is contained in:
Kevin Kofler 2014-11-16 15:02:32 +01:00
parent 48eca95a26
commit c27c053482

View File

@ -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: