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@11221 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
immarvin 2011-12-13 05:52:38 +00:00
parent 884660b637
commit cab3b46e26

View File

@ -32,11 +32,11 @@ key --skip
#No RAID
#/boot really significant for this sort of setup nowadays?
part None --fstype "PPC PReP Boot" --size 8
part None --fstype "PPC PReP Boot" --size 8 --ondisk sda
#part /boot --size 50 --fstype ext4
part swap --size 1024
part / --size 1 --grow --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