From 299570f5507347e94e1631d62d3cb22b67a9ba93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=E1=B4=8F=C9=B4=C9=A2=20Jie?= Date: Wed, 25 Jul 2018 16:33:00 +0800 Subject: [PATCH] Enlarge the size of /boot partition for Ubuntu (#5432) --- xCAT-server/share/xcat/install/scripts/pre.ubuntu | 2 +- xCAT-server/share/xcat/install/scripts/pre.ubuntu.ppc64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/share/xcat/install/scripts/pre.ubuntu b/xCAT-server/share/xcat/install/scripts/pre.ubuntu index 96e26d7cf..aab441536 100644 --- a/xCAT-server/share/xcat/install/scripts/pre.ubuntu +++ b/xCAT-server/share/xcat/install/scripts/pre.ubuntu @@ -195,7 +195,7 @@ if [ -d /sys/firmware/efi ]; then echo " ." >> /tmp/partitionfile else echo "ubuntu-boot ::" > /tmp/partitionfile - echo "100 50 100 ext3" >> /tmp/partitionfile + echo "256 256 512 ext3" >> /tmp/partitionfile echo ' $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext3 } mountpoint{ /boot }' >> /tmp/partitionfile echo " ." >> /tmp/partitionfile fi diff --git a/xCAT-server/share/xcat/install/scripts/pre.ubuntu.ppc64 b/xCAT-server/share/xcat/install/scripts/pre.ubuntu.ppc64 index f85210325..27bfb4f77 100644 --- a/xCAT-server/share/xcat/install/scripts/pre.ubuntu.ppc64 +++ b/xCAT-server/share/xcat/install/scripts/pre.ubuntu.ppc64 @@ -214,7 +214,7 @@ else echo ' $primary{ } $bootable{ } method{ prep }' >> /tmp/partitionfile echo " ." >> /tmp/partitionfile - #echo "100 50 100 ext4" >> /tmp/partitionfile + #echo "256 256 512 ext4" >> /tmp/partitionfile #echo ' $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext4 } mountpoint{ /boot }' >> /tmp/partitionfile #echo " ." >> /tmp/partitionfile fi