summaryrefslogtreecommitdiffstats
path: root/compass-cobbler/pxeprofile_arm.template
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2018-02-27 02:35:03 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-02-27 02:35:03 +0000
commitaa9931ff28b599455f181267b9510e14ddbe8830 (patch)
tree144316e2150c576b28cc13a0d4e4aca47c17ffb8 /compass-cobbler/pxeprofile_arm.template
parent77ae820a212698e0184fa84220d71d6ece0de3e3 (diff)
parente760737e8b065b54aaf743ead0fe6b86402645ef (diff)
Merge "compass-cobbler: support arm64"
Diffstat (limited to 'compass-cobbler/pxeprofile_arm.template')
-rw-r--r--compass-cobbler/pxeprofile_arm.template6
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
+}