25 lines
809 B
INI
25 lines
809 B
INI
#
|
|
# profile.cfg
|
|
# The settings defined in this file descirbe the system's profile.
|
|
# For more information on this file, see https://www.everestlinux.org/docs/intro-to-glacier
|
|
#
|
|
|
|
# Package Repository
|
|
# This is the URL which glacier-update-pkgdb will clone to the localdb
|
|
GLACIER_REPO = "";
|
|
|
|
# System architecture
|
|
# The architecture of your system's CPU
|
|
GLACIER_ARCH = "";
|
|
|
|
# Target compulation triplet
|
|
# The triplet to be used during compilation, if cross compilation must be invoked
|
|
GLACIER_TARGET = "";
|
|
|
|
# System profile
|
|
# This variable tells Glacier about your system and which packages can be installed.
|
|
# This setting depends on the three above and should not be changed manually.
|
|
# If you wixh to migrate system profiles, see https://www.everestlinux.org/docs/musl-or-glibc
|
|
GLACIER_SYSTEM_PROFILE = "";
|
|
|