From 282feb6f6e648923cb2247f5f3e16059f421c0a8 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 27 Sep 2011 19:30:35 +0000 Subject: [PATCH] Fix legacy install of sles11 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10652 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/install/scripts/pre.sles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/install/scripts/pre.sles b/xCAT-server/share/xcat/install/scripts/pre.sles index 6936909a6..5a39f3424 100644 --- a/xCAT-server/share/xcat/install/scripts/pre.sles +++ b/xCAT-server/share/xcat/install/scripts/pre.sles @@ -95,7 +95,7 @@ chmod 755 /tmp/bar.awk if [ -d /sys/firmware/efi ]; then sed -e 's!XCATPARTITIONHOOK!/dev/sdavfat/boot/efi128mbswapauto/auto!' /tmp/profile/autoinst.xml > /tmp/profile/modified.xml else - sed -e 's!XCATPARTITIONHOOK!/dev/sda!' + sed -e 's!XCATPARTITIONHOOK!/dev/sda!' /tmp/profile/autoinst.xml > /tmp/profile/modified.xml fi ]]>