diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-17 20:43:43 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-17 20:43:43 (EDT) |
commit | 3306d90f7944c347ef6dd6aed6bfb55f0a68b9c2 (patch) | |
tree | f707a079d92dad3c4aac52b228d2f09bff10ef40 /lib/profiles | |
parent | b6cb0ece3912448586a2b6df8b3a7b2f5fb18583 (diff) |
profile_validate_archplat(): New function
Diffstat (limited to 'lib/profiles')
-rw-r--r-- | lib/profiles/proteanos.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/profiles/proteanos.sh b/lib/profiles/proteanos.sh index 4054568..2a72567 100644 --- a/lib/profiles/proteanos.sh +++ b/lib/profiles/proteanos.sh @@ -17,6 +17,14 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +prof_proteanos_archplats=' +amd64-linux-glibc dev +i686-linux-glibc dev +i686-linux-glibc ao751h +i686-linux-glibc dimension2400 +i686-linux-glibc x60 +' + prof_proteanos_normalize_suite() { local suite="${1}" |