-bug #2952723 is fixed;

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5313 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mxi1 2010-03-01 02:18:05 +00:00
parent ce7597fa1b
commit caaa516fa2

View File

@ -1050,7 +1050,6 @@ sub generic_post { #This function is meant to leave the image in a state approxi
print $cfgfile " fi\n";
print $cfgfile " fi\n";
print $cfgfile "done\n";
close($cfgfile);
chmod(0755,"$rootimg_dir/etc/rc3.d/S60gettyset");
#link("$rootimg_dir/sbin/init","$rootimg_dir/init");
#add postscript support for redhat
@ -1059,6 +1058,7 @@ sub generic_post { #This function is meant to leave the image in a state approxi
} else {
print $cfgfile "/opt/xcat/xcatdsklspost\n";
}
close($cfgfile);
rename(<$rootimg_dir/boot/vmlinuz*>,"$destdir/kernel"); }