specify partition files for redhat 6 on ppc64, bug 3187

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14466 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2012-11-29 02:40:15 +00:00
parent 3e5e27bc71
commit 1e899c10eb

View File

@ -29,12 +29,14 @@ key --skip
# Customize to fit your needs
#
#XCAT_PARTITION_START#
#No RAID
#/boot really significant for this sort of setup nowadays?
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
#XCAT_PARTITION_END#
#RAID 0 /scr for performance
#part / --size 1024 --ondisk sda