diff options
Diffstat (limited to 'profiles/profiles.desc')
-rw-r--r-- | profiles/profiles.desc | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/profiles/profiles.desc b/profiles/profiles.desc new file mode 100644 index 000000000..118bcfce5 --- /dev/null +++ b/profiles/profiles.desc @@ -0,0 +1,46 @@ +# Welcome to Adélie Linux. +# This file is a mapping of each profile available for each architecture and +# its current stability. + +# All Tier 2 architectures are experimental, and have base profiles only. +alpha adelie/1.0/alpha exp +arm64 adelie/1.0/arm64 exp +hppa adelie/1.0/hppa exp +ppc adelie/1.0/ppc/cell exp +sparc64 adelie/1.0/sparc64 exp + +# Supported profiles for ARM +arm adelie/1.0/arm stable +arm adelie/1.0/arm/s6 exp +arm adelie/1.0/arm/systemd exp + +# Supported profiles for MIPS +mips adelie/1.0/mips stable +mips adelie/1.0/mips/s6 exp +mips adelie/1.0/mips/systemd exp + +# Supported profiles for PowerPC (32-bit) +ppc adelie/1.0/ppc stable +#ppc adelie/1.0/ppc/g3 stable +#ppc adelie/1.0/ppc/g4 stable +ppc adelie/1.0/ppc/s6 exp +#ppc adelie/1.0/ppc/g3/s6 exp +#ppc adelie/1.0/ppc/g4/s6 exp +ppc adelie/1.0/ppc/systemd exp +#ppc adelie/1.0/ppc/g3/systemd exp +#ppc adelie/1.0/ppc/g4/systemd exp + +# Supported profiles for PowerPC (64-bit) +ppc64 adelie/1.0/ppc64 stable +ppc64 adelie/1.0/ppc64/s6 exp +ppc64 adelie/1.0/ppc64/systemd exp + +# Supported profiles for x86 (32-bit) +x86 adelie/1.0/x86 stable +x86 adelie/1.0/x86/s6 exp +x86 adelie/1.0/x86/systemd exp + +# Supported profiles for x86 (64-bit) +x86_64 adelie/1.0/x86_64 stable +x86_64 adelie/1.0/x86_64/s6 exp +x86_64 adelie/1.0/x86_64/systemd exp |