From 7c6fdc60b250bb12998cc366cc03efbbb2859b78 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 22 Jul 2020 07:36:31 -0400 Subject: [PATCH] Change default SLE root to use whole boot disk The auto behavior is to have a relatively small root fs. It has been requested that this be changed to use most of the disk. --- xCAT-server/share/xcat/install/scripts/pre.sle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/install/scripts/pre.sle b/xCAT-server/share/xcat/install/scripts/pre.sle index 712a69ba34..f02c0c6b2e 100644 --- a/xCAT-server/share/xcat/install/scripts/pre.sle +++ b/xCAT-server/share/xcat/install/scripts/pre.sle @@ -193,7 +193,7 @@ fi msgutil_r "$MASTER_IP" "info" "Found $instdisk, generate partition file..." "/var/log/xcat/xcat.log" "$log_label" if [ -d /sys/firmware/efi ]; then - sed -e 's!XCATPARTITIONHOOK!'$instdisk'vfat/boot/efi128mbswapauto/auto!' /tmp/profile/autoinst.xml > /tmp/profile/modified.xml + sed -e 's!XCATPARTITIONHOOK!'$instdisk'vfat/boot/efi128mbswapauto/max!' /tmp/profile/autoinst.xml > /tmp/profile/modified.xml else sed -e 's!XCATPARTITIONHOOK!'$instdisk'!' /tmp/profile/autoinst.xml > /tmp/profile/modified.xml fi