Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core

This commit is contained in:
immarvin 2014-10-28 01:59:34 -07:00
commit ab0cba2748
2 changed files with 17 additions and 2 deletions

View File

@ -1167,7 +1167,7 @@ sub edit_bldkitconf
my $kitcomponent_basename = $kitname."_compute";
if ($debianflag==1) {
if($osarch == "ppc64le"){
if($osarch eq "ppc64le"){
$osarch="ppc64el";
}
$kitcomponent_basename = $kitname."-compute";
@ -1893,7 +1893,7 @@ sub validate_os
chomp($osarch);
if ($debianflag==1) {
if($osarch == "ppc64le"){
if($osarch eq "ppc64le"){
$osarch="ppc64el";
}
}

View File

@ -0,0 +1,15 @@
bash
nfs-common
openssl
isc-dhcp-client
libc-bin
linux-image-generic
openssh-server
openssh-client
wget
vim
ntp
rsync
busybox-static
gawk
dnsutils