From 0e98588df83931c263521c96dc9e9f428c70cd81 Mon Sep 17 00:00:00 2001 From: ligc Date: Thu, 11 Dec 2014 16:32:38 +0800 Subject: [PATCH] bug 4469: add the check for ppc64le arch in pre.rh.rhel7 --- xCAT-server/share/xcat/install/scripts/pre.rh.rhel7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 xCAT-server/share/xcat/install/scripts/pre.rh.rhel7 diff --git a/xCAT-server/share/xcat/install/scripts/pre.rh.rhel7 b/xCAT-server/share/xcat/install/scripts/pre.rh.rhel7 old mode 100644 new mode 100755 index 765c03510..54d98a9dc --- a/xCAT-server/share/xcat/install/scripts/pre.rh.rhel7 +++ b/xCAT-server/share/xcat/install/scripts/pre.rh.rhel7 @@ -196,7 +196,7 @@ if uname -r|grep '^3.*el7' > /dev/null; then EFIFSTYPE=efi fi -if [ `uname -m` = "ppc64" ]; then +if [ `uname -m` = "ppc64" -o `uname -m` = "ppc64le" ]; then echo 'part None --fstype "PPC PReP Boot" --ondisk '$instdisk' --size 8' >> /tmp/partitioning fi if [ -d /sys/firmware/efi ]; then