From 502cc6aaad99599d31616cf20ed62553fb6941fd Mon Sep 17 00:00:00 2001 From: zhaoertao Date: Wed, 12 Nov 2014 03:38:16 -0500 Subject: [PATCH] fix bug 4271 Avoid use a seperate /boot partition in the default partition strategy for Ubuntu --- xCAT-server/share/xcat/install/scripts/pre.ubuntu.ppc64 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-server/share/xcat/install/scripts/pre.ubuntu.ppc64 b/xCAT-server/share/xcat/install/scripts/pre.ubuntu.ppc64 index 0cb85c74b..ccdad4512 100644 --- a/xCAT-server/share/xcat/install/scripts/pre.ubuntu.ppc64 +++ b/xCAT-server/share/xcat/install/scripts/pre.ubuntu.ppc64 @@ -134,9 +134,9 @@ else echo ' $primary{ } $bootable{ } method{ prep }' >> /tmp/partitioning echo " ." >> /tmp/partitioning - echo "100 50 100 ext4" >> /tmp/partitioning - echo ' $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext4 } mountpoint{ /boot }' >> /tmp/partitioning - echo " ." >> /tmp/partitioning + #echo "100 50 100 ext4" >> /tmp/partitioning + #echo ' $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext4 } mountpoint{ /boot }' >> /tmp/partitioning + #echo " ." >> /tmp/partitioning fi echo "500 10000 1000000000 ext4" >> /tmp/partitioning echo " method{ format } format{ } use_filesystem{ } filesystem{ ext4 } mountpoint{ / }" >> /tmp/partitioning