From d47cca6d301a337a0bf0cb0153f53a80f4adb2c9 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Wed, 9 Nov 2011 07:56:49 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 11e1cd4ac..ee537931c 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -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~;