for the defect 3086753, I have removed the /boot partition from the .tmpl files.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8114 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mxi1 2010-11-10 07:15:21 +00:00
parent 51df7c97cf
commit 667b27efe7
4 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ key --skip
#No RAID
#/boot really significant for this sort of setup nowadays?
part None --fstype "PPC PReP Boot" --size 8
part /boot --size 50 --fstype ext3
#part /boot --size 50 --fstype ext3
part swap --size 1024
part / --size 1 --grow --fstype ext3

View File

@ -34,7 +34,7 @@ key --skip
#No RAID
#/boot really significant for this sort of setup nowadays?
part None --fstype "PPC PReP Boot" --size 8
part /boot --size 50 --fstype ext4
#part /boot --size 200 --fstype ext4
part swap --size 1024
part / --size 1 --grow --fstype ext4

View File

@ -35,7 +35,7 @@ key --skip
#No RAID
#/boot really significant for this sort of setup nowadays?
part None --fstype "PPC PReP Boot" --size 8
part /boot --size 50 --fstype ext3
#part /boot --size 50 --fstype ext3
part swap --size 1024
part / --size 1 --grow --fstype ext3

View File

@ -34,7 +34,7 @@ key --skip
#No RAID
#/boot really significant for this sort of setup nowadays?
part None --fstype "PPC PReP Boot" --size 8
part /boot --size 50 --fstype ext4
#part /boot --size 50 --fstype ext4
part swap --size 1024
part / --size 1 --grow --fstype ext4