Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-26 | add --tmpdir option to cmd line args and tmpdir to config file | Amadeusz Żołnowski | 1 | -0/+4 | |
Default temporary directory used by Dracut is /var/tmp, but users might want to change it to /tmp. | |||||
2012-03-26 | dracut.conf: add comment about /etc/dracut.conf.d | Harald Hoyer | 1 | -0/+4 | |
2011-10-10 | fs-lib: add ability to choose fsck tools | Michal Soltys | 1 | -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-12 | dracut.conf: explain dracutmodules option better | Amadeusz Żołnowski | 1 | -1/+3 | |
2011-03-25 | dracut: when stdloglvl not set defaulted to 0 - should be 4 | Amadeusz Żołnowski | 1 | -1/+0 | |
Removed unnecessary stdloglvl default in dracut.conf. | |||||
2011-03-15 | dracut-logger: logging facility module for build- and boot-time | Amadeusz Żołnowski | 1 | -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-03 | dracut.conf: use "+=" as default for config variables | Harald Hoyer | 1 | -5/+5 | |
2010-02-12 | dracut.conf: added add_dracutmodules | Harald Hoyer | 1 | -0/+3 | |
2009-11-27 | changed hostonly documentation and handling | Harald Hoyer | 1 | -1/+1 | |
2009-11-10 | control filesystems included in the generic initramfs | Dan Horák | 1 | -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-18 | md/dm/lvm: install pre-pivot cleanup hooks only if actually needed | Harald Hoyer | 1 | -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-15 | mdraid: add rd_NO_MDADMCONF --mdadmconf --nomdadmconf | Harald Hoyer | 1 | -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-09 | add parameter to specify additional kernel modules to include | Harald Hoyer | 1 | -2/+2 | |
--add-drivers for dracut add_drivers for dracut.conf | |||||
2009-09-01 | add hostonly to dracut.conf | Harald Hoyer | 1 | -0/+3 | |
2009-06-04 | add sample dracut.conf file | Harald Hoyer | 1 | -0/+10 | |
2009-03-07 | fixed Makefile and removed dracut.conf obsoleted by skip-missing | Harald Hoyer | 1 | -2/+0 | |
2009-03-07 | set dracutmodules to "auto" | Harald Hoyer | 1 | -1/+1 | |
2009-03-06 | Modify modprobe.d installation and add check for plymouth | Victor Lowther | 1 | -1/+1 | |
2009-03-06 | added mdraid module | Harald Hoyer | 1 | -1/+1 | |
2009-03-05 | added plymouth with crypt handling | Harald Hoyer | 1 | -1/+1 | |
2009-03-05 | add dmraid | Harald Hoyer | 1 | -1/+1 | |
2009-03-05 | add sample dracut.conf | Harald Hoyer | 1 | -0/+2 | |