From e760737e8b065b54aaf743ead0fe6b86402645ef Mon Sep 17 00:00:00 2001 From: Yibo Cai Date: Thu, 18 Jan 2018 11:12:45 +0800 Subject: 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 --- compass-cobbler/pxeprofile_arm.template | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 compass-cobbler/pxeprofile_arm.template (limited to 'compass-cobbler/pxeprofile_arm.template') diff --git a/compass-cobbler/pxeprofile_arm.template b/compass-cobbler/pxeprofile_arm.template new file mode 100644 index 0000000..50d1cf9 --- /dev/null +++ b/compass-cobbler/pxeprofile_arm.template @@ -0,0 +1,6 @@ +set timeout=5 + +menuentry $profile_name { + linux (tftp)$kernel_path $append_line + initrd (tftp)$initrd_path +} -- cgit 1.2.3-korg