summaryrefslogtreecommitdiff
path: root/dracut.conf
AgeCommit message (Collapse)AuthorFilesLines
2012-03-26add --tmpdir option to cmd line args and tmpdir to config fileAmadeusz Żołnowski1-0/+4
Default temporary directory used by Dracut is /var/tmp, but users might want to change it to /tmp.
2012-03-26dracut.conf: add comment about /etc/dracut.conf.dHarald Hoyer1-0/+4
2011-10-10fs-lib: add ability to choose fsck toolsMichal Soltys1-0/+9
in dracut.conf: fscks="<tools>" nofscks="yes" and similary on command line: --fscks [LIST] (in addition to conf's, if defined there) --nofscks Signed-off-by: Michal Soltys <soltys@ziu.info>
2011-05-12dracut.conf: explain dracutmodules option betterAmadeusz Żołnowski1-1/+3
2011-03-25dracut: when stdloglvl not set defaulted to 0 - should be 4Amadeusz Żołnowski1-1/+0
Removed unnecessary stdloglvl default in dracut.conf.
2011-03-15dracut-logger: logging facility module for build- and boot-timeAmadeusz Żołnowski1-0/+4
It's dash compatible to be used also at boot-time. For now it's included by dracut-functions and replaces functions: dinfo(), dwarning() and derror(). New options are introduced: -L|--stdlog, and -q|--quiet to control stderr verbosity. Logging to file or syslog may be controlled by options set in config file. Note that code is not adjusted to the meaning of the new logging functions, yet. Doxygen formatted documentation (as a proposal, by the way) is included in dracut-logger.
2010-05-03dracut.conf: use "+=" as default for config variablesHarald Hoyer1-5/+5
2010-02-12dracut.conf: added add_dracutmodulesHarald Hoyer1-0/+3
2009-11-27changed hostonly documentation and handlingHarald Hoyer1-1/+1
2009-11-10control filesystems included in the generic initramfsDan Horák1-0/+3
New "filesystems" command line/config file option is added with the ability to control the list of kernel filesystem modules that are included in the generic initramfs. Signed-off-by: Dan Horák <dan@danny.cz>
2009-09-18md/dm/lvm: install pre-pivot cleanup hooks only if actually neededHarald Hoyer1-0/+3
- removed dmraid cleanup - only call lvm cleanup, if no lvm.conf provided - copy over lvm.conf by default - add --nolvmconf --lvmconf parameters
2009-09-15mdraid: add rd_NO_MDADMCONF --mdadmconf --nomdadmconfHarald Hoyer1-0/+4
Copy /etc/mdadm.conf to initramfs (even for non-hostonly) if mdadmconf="yes" is set in dracut.conf or --mdadmconf is specified on the dracut command line. This was done, because there seems _no_ sane way to autoassemble md raid arrays. also moved rd_NO_MD to an udev ENV
2009-09-09add parameter to specify additional kernel modules to includeHarald Hoyer1-2/+2
--add-drivers for dracut add_drivers for dracut.conf
2009-09-01add hostonly to dracut.confHarald Hoyer1-0/+3
2009-06-04add sample dracut.conf fileHarald Hoyer1-0/+10
2009-03-07fixed Makefile and removed dracut.conf obsoleted by skip-missingHarald Hoyer1-2/+0
2009-03-07set dracutmodules to "auto"Harald Hoyer1-1/+1
2009-03-06Modify modprobe.d installation and add check for plymouthVictor Lowther1-1/+1
2009-03-06added mdraid moduleHarald Hoyer1-1/+1
2009-03-05added plymouth with crypt handlingHarald Hoyer1-1/+1
2009-03-05add dmraidHarald Hoyer1-1/+1
2009-03-05add sample dracut.confHarald Hoyer1-0/+2