Add rsyslogd to the initrd image

This commit is contained in:
Martin Gracik 2010-03-18 08:47:43 +01:00
parent 321e7c956d
commit 63b236c338
2 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
packages:
anaconda kernel *firmware* man hal wget samba-client gfs2-utils nfs-utils
ntfs-3g
ntfs-3g rsyslog
modules:
sunrpc lockd floppy cramfs loop edd pcspkr squashfs

View File

@ -173,6 +173,9 @@ copy "usr/lib/anaconda/lang-table" "etc"
## arch bits
edit "etc/arch" "${buildarch}"
## rsyslogd
copy "sbin/rsyslogd"
## architecture specific code
% if basearch in ("i386", "x86_64"):