mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-20 10:10:22 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user