From a815abaaedb6d0e9082bb46bd71cde92b8b102b3 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 27 Nov 2012 19:25:00 +0000 Subject: [PATCH] Fix a problem in the boot partition in rhel git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@14444 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/install/scripts/pre.rh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/install/scripts/pre.rh b/xCAT-server/share/xcat/install/scripts/pre.rh index 654193db9..51c32596f 100644 --- a/xCAT-server/share/xcat/install/scripts/pre.rh +++ b/xCAT-server/share/xcat/install/scripts/pre.rh @@ -186,7 +186,7 @@ if [ -d /sys/firmware/efi ]; then fi #TODO: ondisk detection, /dev/disk/by-id/edd-int13_dev80 for legacy maybe, and no idea about efi. at least maybe blacklist SAN if mptsas/mpt2sas/megaraid_sas seen... -echo "part boot --size 256 --fstype ext3 --ondisk $instdisk" >> /tmp/partitioning +echo "part /boot --size 256 --fstype ext3 --ondisk $instdisk" >> /tmp/partitioning echo "part swap --recommended --ondisk $instdisk" >> /tmp/partitioning echo "part / --size 1 --grow --ondisk $instdisk --fstype $FSTYPE" >> /tmp/partitioning