I wish I had noticed this on April 1st to suggest this patch: --- a/xCAT-server/share/xcat/netboot/rh/genimage +++ b/xCAT-server/share/xcat/netboot/rh/genimage @@ -757,6 +757,7 @@ sub mkinitrd { # add some functions print $inifile <<EOS1; set -x +set +x NEWROOT="/sysroot" SHELL="/bin/sh" RWDIR=".statelite"
But instead I'll correctly address it... From: Stuart Barkley <stua...@4gh.net> To: xCAT Users Mailing list <xcat-user@lists.sourceforge.net>, Date: 04/05/2012 12:47 PM Subject: Re: [xcat-user] xCAT 2.7 Released! On Wed, 4 Apr 2012 at 21:38 -0000, Guang Cheng Li wrote: > For the "extraneous "set +x" in initrd-stateless", I do not see this > problem in my environment, could you please post the screen snapshot > of this problem? Actually, it's 'set -x' and is in xcat/netboot/centos/genimage: # start writing to the init script. open($inifile,">","/tmp/xcatinitrd.$$/init"); print $inifile "#!/sbin/busybox.anaconda sh\n"; # add some functions print $inifile <<EOS1; set -x NEWROOT="/sysroot" SHELL="/bin/sh" RWDIR=".statelite" Stuart -- I've never been lost; I was once bewildered for three days, but never lost! -- Daniel Boone ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ xCAT-user mailing list xCAT-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xcat-user
<<inline: graycol.gif>>
------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________ xCAT-user mailing list xCAT-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xcat-user