28 lines
756 B
INI
28 lines
756 B
INI
#
|
|
# profile.cfg
|
|
# The setting defined in this file describes the system's profile.
|
|
# For more information, see https://www.everestlinux.org/docs/intro-to-glacier
|
|
#
|
|
|
|
# Package repository
|
|
# This is the URL which glacier-update-pkgdb will clone to the localdb
|
|
[repo]
|
|
url=""
|
|
|
|
# System architecture
|
|
# The architecture of your system's CPU
|
|
[cpu]
|
|
arch=""
|
|
|
|
# Target compilation triplet
|
|
# THe triplet to be used during cross compilation, if it must be invoked
|
|
[cross-compile]
|
|
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 wish to migrate, see https://www.everestlinux.org/docs/musl-or-glibc
|
|
[system]
|
|
profile=""
|