diff options
author | Yibo Cai <yibo.cai@arm.com> | 2018-01-18 11:12:45 +0800 |
---|---|---|
committer | Yibo Cai <yibo.cai@arm.com> | 2018-01-19 11:35:54 +0800 |
commit | e760737e8b065b54aaf743ead0fe6b86402645ef (patch) | |
tree | 12b63bb23bd32ddd17be35c7f4b270de175416a8 /compass-cobbler/pxeprofile_arm.template | |
parent | 8ec10f60d0fc9bfc43fcea57d6c809646bd4a48a (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/pxeprofile_arm.template')
-rw-r--r-- | compass-cobbler/pxeprofile_arm.template | 6 |
1 files changed, 6 insertions, 0 deletions
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 +} |