mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
grubcfg: Use shortProductName.
This is particularly useful if the full product name contains "GNU/Linux" or "Linux", because e.g. "Generic GNU/Linux GNU/Linux" does not make sense.
This commit is contained in:
parent
e420341ba6
commit
48eca95a26
1 changed files with 1 additions and 1 deletions
|
@ -67,5 +67,5 @@ def run():
|
|||
partitions = libcalamares.globalstorage.value("partitions")
|
||||
root_mount_point = libcalamares.globalstorage.value("rootMountPoint")
|
||||
branding = libcalamares.globalstorage.value("branding")
|
||||
distributor = branding["productName"]
|
||||
distributor = branding["shortProductName"]
|
||||
return modify_grub_default(partitions, root_mount_point, distributor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue