diff options
author | Andrew Wilcox <AWilcox@Wilcox-Tech.com> | 2016-01-23 23:09:03 -0600 |
---|---|---|
committer | Andrew Wilcox <AWilcox@Wilcox-Tech.com> | 2016-01-23 23:09:03 -0600 |
commit | 6a6063d47d5fec867e12c23aa636bbbab8e45865 (patch) | |
tree | 2602626fc3570a400e429bebe2f32e1fed2bfdbe /profiles/profiles.desc | |
parent | 103977130aef50549a5c9904a029d5deb0a35d1e (diff) | |
download | packages-6a6063d47d5fec867e12c23aa636bbbab8e45865.tar.gz packages-6a6063d47d5fec867e12c23aa636bbbab8e45865.tar.bz2 packages-6a6063d47d5fec867e12c23aa636bbbab8e45865.tar.xz packages-6a6063d47d5fec867e12c23aa636bbbab8e45865.zip |
Add initial packages and profiles.
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 |