From cf5ae4742850ee47e14c0eb0b61ae724cc5b07c3 Mon Sep 17 00:00:00 2001 From: baiyuan Date: Tue, 28 Oct 2014 05:46:23 -0400 Subject: [PATCH] add osarch comments for Ubuntu Power LE --- xCAT-buildkit/share/xcat/kits/kit_template/buildkit.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-buildkit/share/xcat/kits/kit_template/buildkit.conf b/xCAT-buildkit/share/xcat/kits/kit_template/buildkit.conf index 86393c649..5f375942a 100644 --- a/xCAT-buildkit/share/xcat/kits/kit_template/buildkit.conf +++ b/xCAT-buildkit/share/xcat/kits/kit_template/buildkit.conf @@ -96,7 +96,8 @@ kit: # # osminorversion (optional) OS minor version. (ex. "4") # -# osarch (mandatory) OS architecture. (ex. "x86_64") +# osarch (mandatory) OS architecture. (ex.redhat x86_64 should be "x86_64", Ubuntu Power LE should be "ppc64el", +# For Ubuntu Power LE, system arch is ppc64le, for ubuntu software package, should use "ppc64el", # # compat_osbasenames (optional) Comma-separated list of compatible # OS distribution base names. (ex. "centos")