From cf5d31d33f2227a0d7320e883d890c325f7c2506 Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 3 Dec 2012 17:41:53 +0000 Subject: [PATCH] remove copy of xcatdsklspost.aix git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14523 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/packimage.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/packimage.pm b/xCAT-server/lib/xcat/plugins/packimage.pm index 4ece2bd0e..6b6b1476f 100644 --- a/xCAT-server/lib/xcat/plugins/packimage.pm +++ b/xCAT-server/lib/xcat/plugins/packimage.pm @@ -460,11 +460,6 @@ sub copybootscript { return 1; } - # the following block might need to be removed as xcatdsklspost.aix may no longer be used - if ( -f "$installroot/postscripts/xcatdsklspost.aix") { - copy ("$installroot/postscripts/xcatdsklspost.aix", "$rootimg_dir/opt/xcat/xcatdsklspost.aix"); - chmod(0755,"$rootimg_dir/opt/xcat/xcatdsklspost.aix"); - } #if ( -f "$installroot/postscripts/xcatpostinit") { # copy the linux diskless init script to the image