summaryrefslogtreecommitdiffstats
path: root/compass-cobbler/distro_signatures.json
diff options
context:
space:
mode:
authorYibo Cai <yibo.cai@arm.com>2018-01-18 11:12:45 +0800
committerYibo Cai <yibo.cai@arm.com>2018-01-19 11:35:54 +0800
commite760737e8b065b54aaf743ead0fe6b86402645ef (patch)
tree12b63bb23bd32ddd17be35c7f4b270de175416a8 /compass-cobbler/distro_signatures.json
parent8ec10f60d0fc9bfc43fcea57d6c809646bd4a48a (diff)
compass-cobbler: support arm64
Differences from x86_64: - User centos:7 as base image - Don't install syslinux, install cobbler-grub-aarch64 - Replace default pxeprofile_arm.template - Fixup cobbler to support arm64 deployment Change-Id: I23e2d1b3c462420a9b76f27135e530e00db82d27 Signed-off-by: Yibo Cai <yibo.cai@arm.com>
Diffstat (limited to 'compass-cobbler/distro_signatures.json')
-rw-r--r--compass-cobbler/distro_signatures.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/compass-cobbler/distro_signatures.json b/compass-cobbler/distro_signatures.json
index 71977b7..eaaea1a 100644
--- a/compass-cobbler/distro_signatures.json
+++ b/compass-cobbler/distro_signatures.json
@@ -89,7 +89,7 @@
"version_file_regex":null,
"kernel_arch":"kernel-(.*).rpm",
"kernel_arch_regex":null,
- "supported_arches":["i386","x86_64","ppc","ppc64"],
+ "supported_arches":["i386","x86_64","ppc","ppc64","arm"],
"supported_repo_breeds":["rsync", "rhn", "yum"],
"kernel_file":"vmlinuz(.*)",
"initrd_file":"initrd(.*)\\.img",
@@ -283,7 +283,7 @@
"version_file_regex":"Codename: jessie",
"kernel_arch":"linux-headers-(.*)\\.deb",
"kernel_arch_regex":null,
- "supported_arches":["i386","amd64"],
+ "supported_arches":["i386","amd64","arm"],
"supported_repo_breeds":["apt"],
"kernel_file":"vmlinuz(.*)",
"initrd_file":"initrd(.*)\\.gz",
@@ -299,7 +299,7 @@
"version_file_regex":"Codename: stretch",
"kernel_arch":"linux-headers-(.*)\\.deb",
"kernel_arch_regex":null,
- "supported_arches":["i386","amd64"],
+ "supported_arches":["i386","amd64","arm"],
"supported_repo_breeds":["apt"],
"kernel_file":"vmlinuz(.*)",
"initrd_file":"initrd(.*)\\.gz",
@@ -461,7 +461,7 @@
"version_file_regex":"Codename: xenial|Ubuntu 16.04.3",
"kernel_arch":"linux-headers-(.*)\\.deb",
"kernel_arch_regex":null,
- "supported_arches":["i386","amd64"],
+ "supported_arches":["i386","amd64","arm"],
"supported_repo_breeds":["apt"],
"kernel_file":"linux(.*)",
"initrd_file":"initrd(.*)\\.gz",