From 884660b6375638182c1454a6a487c8b6a9b9d414 Mon Sep 17 00:00:00 2001 From: immarvin Date: Tue, 13 Dec 2011 05:50:18 +0000 Subject: [PATCH] add --ondisk sda for ppc redhat kickstart templates,solved the installation problem on ppc64 system with more than one disks git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11220 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- .../share/xcat/install/rh/compute.rhels6.ppc64.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xCAT-server/share/xcat/install/rh/compute.rhels6.ppc64.tmpl b/xCAT-server/share/xcat/install/rh/compute.rhels6.ppc64.tmpl index ebd9c11f0..b39948022 100644 --- a/xCAT-server/share/xcat/install/rh/compute.rhels6.ppc64.tmpl +++ b/xCAT-server/share/xcat/install/rh/compute.rhels6.ppc64.tmpl @@ -31,10 +31,10 @@ key --skip #No RAID #/boot really significant for this sort of setup nowadays? -part None --fstype "PPC PReP Boot" --size 8 -#part /boot --size 200 --fstype ext4 -part swap --size 1024 -part / --size 1 --grow --fstype ext4 +part None --fstype "PPC PReP Boot" --size 8 --ondisk sda +#part /boot --size 200 --fstype ext4 +part swap --size 1024 --ondisk sda +part / --size 1 --grow --fstype ext4 --ondisk sda #RAID 0 /scr for performance #part / --size 1024 --ondisk sda