defect 3524563: keeping the udevd does not hurt anything, so just keep it

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12665 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2012-05-14 14:17:39 +00:00
parent c12bf5a549
commit c5ab6661f0

View File

@ -907,9 +907,9 @@ fi
EOMS
# udevd needed by s390x for networking
if ($arch ne "s390x") {
print $inifile "killall -9 udevd\n";
}
# if ($arch ne "s390x") {
# print $inifile "killall -9 udevd\n";
# }
if($mode eq "statelite") {
print $inifile "echo debug: before netstart\n";