profile: use branding.eclass to help brand Pentoo better

This commit is contained in:
Rick Farina (Zero_Chaos) 2026-01-13 10:24:31 -05:00
parent 6be58857e3
commit b5d1f925df
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -74,3 +74,12 @@ L10N="en en-US"
# but the hardware is mostly functional without them so for now
# prevent breakage by not installing the firmware
INSTALL_MASK="/lib/firmware/mediatek/BT_RAM_CODE_MT*.bin*"
# Branding.eclass
BRANDING_OS_NAME='Pentoo'
BRANDING_OS_ID='pentoo'
BRANDING_OS_ID_LIKE='gentoo'
BRANDING_OS_HOME_URL='https://pentoo.org/'
BRANDING_OS_SUPPORT_URL='https://pentoo.org/'
BRANDING_OS_BUG_REPORT_URL='https://github.com/pentoo/pentoo-overlay/issues'
BRANDING_OS_PRETTY_NAME='Pentoo Linux'