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:
parent
51df7c97cf
commit
667b27efe7
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user