Correct one typo to adjust the order to remove paging device and ODM configuration

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@10984 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz
2011-11-09 07:56:49 +00:00
parent fc5c20ae0d
commit d47cca6d30
+1 -1
View File
@@ -6603,8 +6603,8 @@ sub update_dd_boot
# This change will finally go into AIX NIM support
[ -n "\${BASECUST_REMOVAL}" ] && {
cp /SPOT/usr/sbin/rmdev /usr/sbin
odmdelete -o CuDv -q name=\${BASECUST_REMOVAL}
rmdev -l \${BASECUST_REMOVAL} -d
odmdelete -o CuDv -q name=\${BASECUST_REMOVAL}
rm -f /usr/sbin/rmdev
}
\n\n~;