X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fconfig%2Farchitectures.tmpl;fp=templates%2Fconfig%2Farchitectures.tmpl;h=c15e8be9a2d0f8e6f72665e192aaa0c403b66bc2;hb=2ec757bb58907b15c43548be5601d4f2b8c7caac;hp=0000000000000000000000000000000000000000;hpb=411dd86a5f305fcce69912b47f84dc16914d2da1;p=deb%2Fpackages.git diff --git a/templates/config/architectures.tmpl b/templates/config/architectures.tmpl new file mode 100644 index 0000000..c15e8be --- /dev/null +++ b/templates/config/architectures.tmpl @@ -0,0 +1,21 @@ +[% +# list of architectures +architectures = { + i386 => 'Intel x86', + m68k => 'Motorola 680x0', + sparc => 'SPARC', + alpha => 'Alpha', + powerpc => 'PowerPC', + arm => 'ARM', + hppa => 'HP PA-RISC', + ia64 => 'Intel IA-64', + mips => 'MIPS', + mipsel => 'MIPS (DEC)', + s390 => 'IBM S/390', + "hurd-i386" => 'Hurd (i386)', + amd64 => 'AMD64', + "kfreebsd-i386" => 'GNU/kFreeBSD (i386)', + "kfreebsd-amd64" => 'GNU/kFreeBSD (amd64)' +} + +%] \ No newline at end of file