From 90ba6dba21c2b677a8dfc9329eb665404dadcf02 Mon Sep 17 00:00:00 2001 From: sjing Date: Wed, 10 Apr 2013 06:00:42 +0000 Subject: [PATCH] use genesis kernel/initrd git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15914 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/imgcapture.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/imgcapture.pm b/xCAT-server/lib/xcat/plugins/imgcapture.pm index 21e7c8913..dfa556843 100644 --- a/xCAT-server/lib/xcat/plugins/imgcapture.pm +++ b/xCAT-server/lib/xcat/plugins/imgcapture.pm @@ -545,7 +545,7 @@ sub sysclone_prepclient { $rsp->{data}->[0] = qq{Preparing osimage $osimage on $node.}; xCAT::MsgUtils->message("D", $rsp, $callback); - my $cmd = "export PERL5LIB=/usr/lib/perl5/site_perl/;LANG=C si_prepareclient --server $server --my-modules --yes"; + my $cmd = "export PERL5LIB=/usr/lib/perl5/site_perl/;LANG=C si_prepareclient --server $server --no-uyok --yes"; my $output = xCAT::Utils->runxcmd( { command => ["xdsh"],