mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
overlay profiles: Add overrides for branding.eclass
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
parent
c0a870bc16
commit
6e3bd6f1f1
@ -133,3 +133,14 @@ MODULES_SIGN_CERT="/tmp/certs/modules.pub.pem"
|
|||||||
|
|
||||||
# enable signing kernel modules from portage
|
# enable signing kernel modules from portage
|
||||||
USE="${USE} modules-sign"
|
USE="${USE} modules-sign"
|
||||||
|
|
||||||
|
# Branding stuff
|
||||||
|
BRANDING_OS_NAME="Flatcar Container Linux by Kinvolk"
|
||||||
|
BRANDING_OS_ID="flatcar"
|
||||||
|
BRANDING_OS_ID_LIKE="coreos"
|
||||||
|
BRANDING_OS_HOME_URL="https://flatcar.org"
|
||||||
|
BRANDING_OS_SUPPORT_URL="https://groups.google.com/forum/#!forum/flatcar-linux-user"
|
||||||
|
BRANDING_OS_BUG_REPORT_URL="https://issues.flatcar.org"
|
||||||
|
#BRANDING_OS_VERSION=
|
||||||
|
#BRANDING_OS_VERSION_ID=
|
||||||
|
#BRANDING_OS_PRETTY_NAME=
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user