Darryl L. Pierce
2009-Jul-22 17:21 UTC
[Ovirt-devel] [PATCH node-image] Add libmlx4 in order to provide Mellanox support.
Added the RPM to the list of those installed. Resolves: rhbz#513238 Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- common-install.ks | 2 +- common-pkgs.ks | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/common-install.ks b/common-install.ks index a20a5b4..2a7fbb7 100644 --- a/common-install.ks +++ b/common-install.ks @@ -4,7 +4,7 @@ timezone --utc UTC auth --useshadow --enablemd5 selinux --enforcing firewall --disabled -part / --size 550 --fstype ext2 +part / --size 600 --fstype ext2 services --enabled=auditd,ntpd,ntpdate,collectd,iptables,network,rsyslog,libvirt-qpid # This requires a new fixed version of livecd-creator to honor the --append settings. bootloader --timeout=30 --append="console=tty0 console=ttyS0,115200n8" diff --git a/common-pkgs.ks b/common-pkgs.ks index dd25c15..3c0f278 100644 --- a/common-pkgs.ks +++ b/common-pkgs.ks @@ -9,6 +9,7 @@ dhclient openssh-clients openssh-server kvm +libmlx4 ovirt-node-stateless ovirt-node-selinux ovirt-node-logos -- 1.6.2.5