From d55b923701f4b3f8f7f70be0ece7c93a800cd6bb Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Fri, 10 Feb 2012 06:12:24 +0000 Subject: [PATCH] Replace 'zerombr yes' with 'zerombr' for rhels6 according to red hat bugzilla 241666 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@11532 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/install/rh/compute.rhels6.s390x.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/share/xcat/install/rh/compute.rhels6.s390x.tmpl b/xCAT-server/share/xcat/install/rh/compute.rhels6.s390x.tmpl index 6f23f2ce1..07b63212f 100644 --- a/xCAT-server/share/xcat/install/rh/compute.rhels6.s390x.tmpl +++ b/xCAT-server/share/xcat/install/rh/compute.rhels6.s390x.tmpl @@ -17,7 +17,7 @@ key --skip # Note that any partitions you deleted are not expressed # here so unless you clear all partitions first, this is # not guaranteed to work -zerombr yes +zerombr clearpart --initlabel --drives=dasda part / --fstype ext3 --size=100 --grow --ondisk=dasda part swap --size=512 --ondisk=dasda @@ -26,4 +26,4 @@ part swap --size=512 --ondisk=dasda @base @core -%post \ No newline at end of file +%post