[Ovirt-devel] [PATCH node-image] Make sure that sysklogd is not installed (forcefully) and make sure rsyslog is set to start

Perry Myers pmyers at redhat.com
Tue Jan 20 04:57:07 UTC 2009


Signed-off-by: Perry Myers <pmyers at redhat.com>
---
 common-blacklist.ks |    2 ++
 common-install.ks   |    2 +-
 common-pkgs.ks      |    1 +
 3 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/common-blacklist.ks b/common-blacklist.ks
index 3b20122..977c0c9 100644
--- a/common-blacklist.ks
+++ b/common-blacklist.ks
@@ -26,6 +26,8 @@ RPMS="$RPMS gamin pm-utils kbd usermode vbetool ConsoleKit hdparm \
 RPMS="$RPMS exim perl-version perl-Pod-Simple perl-libs perl-Module-Pluggable \
     perl-Pod-Escapes perl"
 
+RPMS="$RPMS sysklogd"
+
 # Things we could probably remove if libvirt didn't link against them
 #RPMS="$RPMS avahi PolicyKit xen-libs"
 
diff --git a/common-install.ks b/common-install.ks
index dcfaf9a..9da4bf8 100644
--- a/common-install.ks
+++ b/common-install.ks
@@ -5,7 +5,7 @@ auth --useshadow --enablemd5
 selinux --enforcing
 firewall --disabled
 part / --size 550 --fstype ext2
-services --enabled=ntpd,ntpdate,collectd,iptables,network
+services --enabled=ntpd,ntpdate,collectd,iptables,network,rsyslog
 # This requires a new fixed version of livecd-creator to honor the --append settings.
 bootloader --timeout=5 --append="console=tty0 console=ttyS0,115200n8"
 rootpw --iscrypted Xa8QeYfWrtscM
diff --git a/common-pkgs.ks b/common-pkgs.ks
index a3fa22f..cdc779b 100644
--- a/common-pkgs.ks
+++ b/common-pkgs.ks
@@ -67,4 +67,5 @@ vconfig
 -hwdata
 -file
 -libvirt-python
+-sysklogd
 /usr/sbin/lokkit
-- 
1.6.0.6




More information about the ovirt-devel mailing list