mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-24 07:58:22 -04:00
hacking/GlobalStorage.md: Document the "branding" dictionary.
This commit is contained in:
parent
48eca95a26
commit
c27c053482
1 changed files with 11 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue