summaryrefslogtreecommitdiff
path: root/modules.d/98syslog
AgeCommit message (Collapse)AuthorFilesLines
2013-03-06dracut_need_initqueueHarald Hoyer1-0/+1
2012-07-25deprecate old command line optionsHarald Hoyer1-3/+3
2012-06-29modules.d/*/module-setup.sh: combine and specify type for installsHarald Hoyer1-5/+2
To speedup image creation, combine dracut_install calls and specify the exact type. E.g. inst_script instead of the generic inst.
2012-04-16Debian multiarch supportJon Ander Hernandez1-5/+3
Another solution could be searching in directories found at /etc/ld.so.conf.d/*.conf or adding a new parameter. Here is a patch which adds a new --libdirs parameter, and also a new inst_libdir_file function which will try to expand metacharacters on each lib directory: inst_libdir_file "libdevmapper-event-lvm*.so"
2012-02-07move all file removal cleanups to "cleanup" hookHarald Hoyer1-1/+1
2011-05-12dracut-functions: make local vars local and prefix with "_"Harald Hoyer1-7/+9
2011-05-10removed trailing whitespacesHarald Hoyer4-9/+9
2011-04-08get rid of absolute PATHsHarald Hoyer2-2/+2
2011-04-08mkdir always with -m 0755Harald Hoyer1-1/+1
2011-03-25modules.d: logging functions adjusted to dracut-loggerAmadeusz Żołnowski1-1/+2
2011-03-25check for getarg() function before sourcing dracut-lib.shHarald Hoyer4-4/+4
make use of "type getarg" to check, if we really need to source dracut-lib.sh
2011-03-15syslog: fixed warn() and dwarning() callsHarald Hoyer2-2/+2
2011-02-02renamed module-info.sh to module-setup.shHarald Hoyer1-0/+0
2011-02-02replaced check,install,installkernel with module-info.shHarald Hoyer3-35/+41
2010-10-28new parameter option names with "rd.*" namespaceHarald Hoyer1-3/+3
Renamed Options Here is a list of options, which were used in dracut prior to version 008, and their new replacement. rdbreak rd.break rd_CCW rd.ccw rdcopystate rd.copystate rd_DASD_MOD rd.dasd_mod.dasd rd_DASD rd.dasd rdinitdebug rdnetdebug rd.debug rd_NO_DM rd.dm=0 rd_DM_UUID rd.dm.uuid rdblacklist rd.driver.blacklist rdinsmodpost rd.driver.post rdloaddriver rd.driver.pre rd_NO_FSTAB rd.fstab=0 rdinfo rd.info check rd.live.check rdlivedebug rd.live.debug live_dir rd.live.dir liveimg rd.live.image overlay rd.live.overlay readonly_overlay rd.live.overlay.readonly reset_overlay rd.live.overlay.reset live_ram rd.live.ram rd_NO_CRYPTTAB rd.luks.crypttab=0 rd_LUKS_KEYDEV_UUID rd.luks.keydev.uuid rd_LUKS_KEYPATH rd.luks.keypath rd_NO_LUKS rd.luks=0 rd_LUKS_UUID rd.luks.uuid rd_LUKS_UUID rd.luks.uuid rd_NO_LVMCONF rd.lvm.conf rd_LVM_LV rd.lvm.lv rd_NO_LVM rd.lvm=0 rd_LVM_SNAPSHOT rd.lvm.snapshot rd_LVM_SNAPSIZE rd.lvm.snapsize rd_LVM_VG rd.lvm.vg rd_NO_MDADMCONF rd.md.conf=0 rd_NO_MDIMSM rd.md.imsm=0 rd_NO_MD rd.md=0 rd_MD_UUID rd.md.uuid rd_NFS_DOMAIN rd.nfs.domain rd_NO_PLYMOUTH rd.plymouth=0 rd_retry rd.retry rdshell rd.shell rd_NO_SPLASH rd.splash rdudevdebug rd.udev.debug rdudevinfo rd.udev.info rd_NO_ZFCPCONF rd.zfcp.conf=0 rd_ZFCP rd.zfcp
2010-09-10Be sure and get the right architecture for rsylogd modules.Peter Jones1-1/+6
I've tested this locally on 64-bit with: dracut -a syslog -f -v foo.img `uname -r` And I see this in the output: I: *** Sourcing module syslog I: Installing /sbin/rsyslogd I: Installing /lib64/rsyslog/lmnet.so I: Installing /lib64/rsyslog/imklog.so I: Installing /lib64/rsyslog/imuxsock.so I: Installing /usr/share/dracut/modules.d/98syslog/parse-syslog-opts.sh I: Installing /usr/share/dracut/modules.d/98syslog/syslog-genrules.sh I: Installing /usr/share/dracut/modules.d/98syslog/syslog-cleanup.sh I: Installing /usr/share/dracut/modules.d/98syslog/rsyslogd-start.sh I: Installing /usr/share/dracut/modules.d/98syslog/rsyslogd-stop.sh I: Installing /usr/share/dracut/modules.d/98syslog/rsyslog.conf
2010-09-10reformat source codeHarald Hoyer7-37/+57
removed tabs and set indention to 4 spaces added emacs and vi format headers
2010-08-27update rsyslog plugin pathsGlen Gray1-1/+1
rsyslog's plugin paths moved, so correct for them.
2010-08-23use 'type' built-in instead of external cmd 'which' in every Bash scriptAmadeusz Żołnowski1-4/+4
2010-05-19get rid of rdnetdebugHarald Hoyer4-24/+3
set PS4 and output to /dev/initlog.pipe
2009-11-27syslog-genrules.sh: Shebang should be /bin/sh not /bin/dashPhilippe Seewer1-1/+1
2009-10-01syslog: use initqueue to start syslogHarald Hoyer1-1/+1
2009-08-19rsyslogd-start.sh: read correct filters fileHarald Hoyer1-2/+2
2009-08-19Syslog support for dracutMarc Grimme9-0/+202
This module provides syslog functionality in the initrd. This is especially interesting when complex configuration being used to provide access to the device the rootfs resides on. When this module is installed into the ramfs it is triggered by the udev event from the nic being setup (online). Then if syslog is configured it is started and will forward all kernel messages to the given syslog server. The syslog implementation is detected automatically by finding the apropriate binary with the following order: rsyslogd syslogd syslog-ng Then if detected the syslog.conf is generated and syslog is started. Bootparameters: syslogserver=ip Where to syslog to sysloglevel=level What level has to be logged syslogtype=rsyslog|syslog|syslogng Don't auto detect syslog but set it