Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-31 | dracut.conf.d/fedora.conf.example: don't omit drivers | Harald Hoyer | 1 | -1/+0 | |
2013-07-30 | base: hard depend on systemd, if system was started by systemd | Harald Hoyer | 1 | -1/+0 | |
2013-07-26 | LatArCyrHeb-16 as a default i18n font for Gentoo | Amadeusz Żołnowski | 1 | -0/+1 | |
2013-07-19 | dracut: use sysloglvl for systemd-cat logging | Harald Hoyer | 1 | -1/+1 | |
2013-07-19 | Use systemd-cat for logging on systemd systems, if logfile is empty | Harald Hoyer | 1 | -2/+1 | |
2013-07-17 | rename dracut-nohostonly and dracut-norescue rpm subpackages | Harald Hoyer | 1 | -1/+0 | |
dracut-nohostonly -> dracut-config-generic dracut-norescue -> dracut -> dracut-config-rescue | |||||
2013-06-13 | i18n: make the default font configurable | Harald Hoyer | 1 | -0/+1 | |
To set the default font for your distribution, add i18n_default_font="latarcyrheb-sun16" to your /lib/dracut/dracut.conf.d/01-dist.conf distribution config. | |||||
2013-03-26 | use systemd*dir variables everywhere | Harald Hoyer | 1 | -0/+1 | |
2013-03-11 | add 51-dracut-rescue-postinst.sh | Harald Hoyer | 1 | -0/+1 | |
also fixup 51-dracut-rescue.install to read in dracut conf | |||||
2013-03-09 | fedora.conf.example: make hostonly default for fedora | Harald Hoyer | 1 | -0/+1 | |
2013-03-07 | dracut.conf: move default settings to distro example | Harald Hoyer | 1 | -1/+3 | |
2013-03-06 | dracut.conf.d/fedora.conf.example: turn off rd.auto | Harald Hoyer | 1 | -3/+0 | |
realinitpath is not needed anymore for systemd >= 198 | |||||
2012-10-19 | dracut.conf.d/fedora.conf.example: s/kernelcmdline/kernel_cmdline | Harald Hoyer | 1 | -1/+2 | |
2012-10-10 | consistently lowercase "dracut" | Harald Hoyer | 2 | -2/+2 | |
2012-10-04 | add "--kernel-cmdline" and kernel_cmdline options for default parameters | Harald Hoyer | 1 | -0/+1 | |
2012-10-03 | dracut-functions.sh: move the i2o_scsi to the omit_drivers variable | Harald Hoyer | 3 | -1/+4 | |
2012-08-01 | dracut.conf.d/gentoo.conf.example: fix header | Amadeusz Żołnowski | 1 | -1/+1 | |
2012-07-26 | gentoo.conf: enable ro_mnt | Amadeusz Żołnowski | 1 | -0/+1 | |
2012-07-26 | gentoo.conf: set udevdir | Amadeusz Żołnowski | 1 | -0/+2 | |
2012-07-26 | Config file for systemd on Gentoo. | Amadeusz Żołnowski | 1 | -0/+5 | |
2012-07-26 | Remove obsolete gentoo conf file. | Amadeusz Żołnowski | 2 | -12/+3 | |
2012-07-20 | Turn on systemd again and Conflict < systemd-187 | Harald Hoyer | 1 | -1/+1 | |
2012-07-17 | dracut.conf.d/fedora.conf.example: disable systemd for now | Harald Hoyer | 1 | -1/+1 | |
2012-07-09 | dracut.conf.d/fedora.conf.example: removed readonly from prefix | Harald Hoyer | 1 | -1/+1 | |
2012-07-06 | dracut.spec,dracut.conf.d/fedora.conf.example: no dash | Harald Hoyer | 1 | -4/+3 | |
hard remove dash from supported modules we do not want to have anything to do with dash bugs | |||||
2012-06-21 | dracut.conf.d/fedora.conf.example: make systemd default | Harald Hoyer | 1 | -0/+1 | |
2012-06-06 | make udevdir systemdutildir systemdsystemunitdir global vars | Harald Hoyer | 1 | -0/+3 | |
your distribution should ship those settings in /etc/dracut.conf.d/01-distro.conf see dracut.conf.d/fedora.conf.example | |||||
2012-05-22 | drop 10rpmversion module and introduce /etc/initrd-release | Harald Hoyer | 1 | -1/+0 | |
2012-04-19 | udevd moved to /lib/systemd/systemd-udevd | Harald Hoyer | 1 | -0/+1 | |
2012-03-14 | remove openvt and use "setsid -c", if possible | Harald Hoyer | 1 | -1/+1 | |
2012-02-22 | change omit_drivers to support regexp expressions | Harald Hoyer | 1 | -1/+1 | |
2012-02-15 | 90kernel-modules: removed hard-removal of "ocfs2" | Harald Hoyer | 1 | -0/+1 | |
put omit_driver+=" ocfs2 " in the distribution configuration file | |||||
2012-02-13 | shutdown on demand | Harald Hoyer | 1 | -1/+0 | |
Do not save and restore the initramfs, but instead, just unpack the default initramfs for shutdown on shutdown. | |||||
2012-02-07 | use "openvt" for emergency shell | Harald Hoyer | 1 | -1/+1 | |
2012-02-07 | omit dash for fedora | Harald Hoyer | 1 | -0/+1 | |
2012-02-07 | add "install_items" to dracut.conf | Harald Hoyer | 1 | -0/+1 | |
2012-02-07 | 99base/init: predefine path to init | Harald Hoyer | 1 | -0/+1 | |
if you add realinitpath="<path1> <path2>" to dracut.conf, then it will be written to $initdir/etc/cmdline.d/distroinit.conf with "rd.distroinit=<path1> rd.distroinit=<path2>" and evaluated by 99base/init, when it searches for init. | |||||
2011-07-20 | enable shutdown module by default | Harald Hoyer | 1 | -1/+1 | |
2011-05-31 | base: add shutdown script to be called from systemd | Harald Hoyer | 1 | -1/+2 | |
2011-05-12 | cut.conf.d/fedora.conf.example: removed filename in comment | Harald Hoyer | 1 | -1/+0 | |
2011-03-28 | dracut.conf.d/fedora.conf.example: change stdloglvl to 3 | Harald Hoyer | 1 | -0/+1 | |
2011-03-10 | dracut.conf.d/fedora.conf.example: turn off fips again | Harald Hoyer | 2 | -1/+4 | |
use dracut.conf.d/fips.conf.example and install it to /etc/dracut.conf.d/40-fips.conf to turn it on | |||||
2011-02-18 | selinux: turn off selinux by default | Harald Hoyer | 1 | -3/+0 | |
In Fedora selinux is now handled by systemd. If you want to enable selinux by default, just add it to your /etc/dracut.conf.d/01-dist.conf with: add_dracutmodules+=" selinux " | |||||
2011-02-02 | add rpmversion and fips to the fedora default modules | Harald Hoyer | 1 | -0/+1 | |
2010-10-29 | dracut.conf.d/suse.conf.example: remove hostonly mode | Harald Hoyer | 1 | -1/+0 | |
2010-10-29 | dracut.conf.d/fedora.conf.example: SYSFONT -> FONT | Harald Hoyer | 1 | -1/+1 | |
2010-10-29 | i18n: move to vconfig.* and locale.* namespace | Harald Hoyer | 4 | -8/+4 | |
2010-10-25 | add dracut.conf.d/suse.conf.example | Harald Hoyer | 1 | -0/+7 | |
2010-08-06 | fedora.conf moved back to fedora.conf.example | Harald Hoyer | 2 | -8/+6 | |
2010-07-12 | dracut.conf.d/fedora.conf: created | Harald Hoyer | 2 | -10/+8 | |