mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-23 06:25:38 +00:00
Fixes statefull installation with Oracle Linux
This commit is contained in:
@ -299,7 +299,7 @@ sub subvars {
|
||||
my $writerepo;
|
||||
my $c = 0;
|
||||
foreach my $pkgdir (@pkgdirs) {
|
||||
if ($platform =~ /^(rh|SL|centos|fedora)$/) {
|
||||
if ($platform =~ /^(rh|SL|centos|ol|fedora)$/) {
|
||||
if ($c == 0) {
|
||||
# After some tests, if we put the repo in pre scripts in the kickstart like for rhels6.x
|
||||
# the rhels5.9 will not be installed successfully. So put in kickstart directly.
|
||||
|
Reference in New Issue
Block a user