From 4a0d29f119a43d2a489ac38467955ac63a3f6d0c Mon Sep 17 00:00:00 2001 From: nott Date: Mon, 13 Sep 2010 12:36:28 +0000 Subject: [PATCH] move the scripthook in dd_boot git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7434 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 4c4b3f802..06501504a 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -5661,7 +5661,7 @@ sub update_dd_boot # add the patch print DDBOOT $patch; } - if (($l =~ /slibclean/) && (!$dontupdate)) { + if (($l =~ /configure nfso option/) && (!$dontupdate)) { # add the aixlitesetup hook print DDBOOT $scripthook; }