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
This commit is contained in:
immarvin 2011-12-13 05:50:18 +00:00
parent 4ee9e1b4ab
commit 884660b637

View File

@ -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