Fixed boot problem in RHEL 6.1
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10586 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
0032eef33c
commit
b880d2b1a1
@ -3467,8 +3467,10 @@ sub nodeSet {
|
||||
if ( $_ =~ m/ramdisk_size/i ) {
|
||||
$parmHeader = xCAT::zvmUtils->trimStr($_);
|
||||
|
||||
# Remove last parameter on RHEL6
|
||||
$parmHeader =~ s/cio_ignore=all,!0.0.0009//g;
|
||||
# RHEL 6.1 needs cio_ignore in order to install
|
||||
if ( !($os =~ m/rhel6.1/i) ) {
|
||||
$parmHeader =~ s/cio_ignore=all,!0.0.0009//g;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user