summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dracut-027-36.git20130418Harald Hoyer2013-04-1811-4/+569
| | | | | | | | | | - fix initramfs creation on noexec tmpdir Resolves: rhbz#953426 - more options for lsinitrd - bash completion for lsinitrd - do not output debug information on initramfs creation, if rd.debug is on the kernel command line - drop requirement on 'file', lsinitrd can find the magic on its own
* dracut-027-26.git20130415Harald Hoyer2013-04-158-1/+603
| | | | | | | | - do not call plymouth with full path - include systemd-random-seed-load.service - fix ca-bundle.crt for ssl curl Resolves: rhbz#950770 - add support for "iso-scan/filename" kernel parameter
* dracut-027-19.git20130410Harald Hoyer2013-04-102-1/+33
| | | | | - also handle UUID= entries in crypttab in host-only mode Resolves:rhbz#919752
* dracut-027-17.git20130409Harald Hoyer2013-04-099-1/+856
| | | | | | | | | - only include needed /etc/crypttab entries Resolves:rhbz#919752 - add support for bridge over team and vlan - support multiple bonding interfaces - add "action_on_fail=" kernel command line parameter - add support for bridge over a vlan tagged interface
* dracut-027-10.git20130405Harald Hoyer2013-04-0580-4379/+582
| | | | - fix crypto password timeout on the dracut side
* dracut-027Harald Hoyer2013-03-263-75/+27
|
* dracut-026-72.git20130320Harald Hoyer2013-03-2011-9/+402
| | | | | | | - fix rescue image naming Resolves: rhbz#923439 - turn off host-only mode if essential system filesystems not mounted - turn off host-only mode if udev database is not accessible
* dracut-026-62.git20130319Harald Hoyer2013-03-197-1/+525
| | | | | - fix dracut service ordering Resolves: rhbz#922991
* dracut-026-56.git20130318Harald Hoyer2013-03-182-1/+28
| | | | | - don't fail hard on kernel modules install Resolves: rhbz#922565
* dracut-026-55.git20130318Harald Hoyer2013-03-182-1/+82
| | | | | - install all host filesystem drivers Resolves: rhbz#922565
* dracut-026-54.git20130316Harald Hoyer2013-03-167-1/+154
| | | | | | | - fix for squashfs Resolves: rhbz#922248 - documentation fixes - sosreport, mkdir /run/initramfs
* dracut-026-48.git20130315Harald Hoyer2013-03-1516-2/+1060
| | | | | - use new initrd.target from systemd - fixed rescue generation
* dracut-026-33.git20130313Harald Hoyer2013-03-1315-4/+781
| | | | | | | | | | | - add module-load.d modules to the initramfs - add sysctl.d to the initramfs - optimize plymouth module for systemd mode - add new dracut parameter "--regenerate-all" - add new dracut parameter "--noimageifnotneeded" - shutdown: mount move /run /sys /dev /proc out of /oldroot before pre-shutdown - add bash completion for dracut
* dracut-026-19.git20130313Harald Hoyer2013-03-135-3/+353
| | | | | - fix switch-root and local-fs.target problem - add norescue and nohostonly subpackages
* dracut-026-15.git20130311Harald Hoyer2013-03-1115-10/+1195
| | | | - update to recent git
* dracut-026-1Harald Hoyer2013-03-0838-1153/+26
| | | | - version 026
* dracut-025-35.git20130211Harald Hoyer2013-02-1135-1/+1125
|
* dracut-025Harald Hoyer2013-01-232-1/+2
|
* version 025Harald Hoyer2013-01-2313-559/+15
|
* dracut-023-13.git20120821Harald Hoyer2012-08-2113-2/+556
| | | | | | - reintroduce rd.neednet, which reenables anaconda networking - fix some dracut-install corner cases - fix FIPS for /boot not on extra partition
* add patch to include omap_hsmmc for armDennis Gilmore2012-08-022-1/+30
|
* version 024Harald Hoyer2012-08-01101-6278/+7
|
* removed install of missing finished-ask-password.shHarald Hoyer2012-07-301-1/+6
|
* removed install of missing finished-ask-password.shHarald Hoyer2012-07-302-0/+49
|
* dracut-022-97.git20120730Harald Hoyer2012-07-3035-1/+1759
| | | | - moved crypt setup to systemd units
* dracut-022-63.git20120727Harald Hoyer2012-07-2759-1/+4193
| | | | | - fixed dracut-install bug if /var/tmp contains a symlink - fixed some partx issues
* dracut-022-5.git20120723Harald Hoyer2012-07-234-1/+244
| | | | - dracut.8: added more documentation about executing dracut
* dracut-022-2.git20120720Harald Hoyer2012-07-202-1/+50
| | | | - fixed some race condition for resume from hibernation
* dracut-022-1Harald Hoyer2012-07-203-2/+7
| | | | | - version 022 - host-only kernel modules fix
* new sourcesHarald Hoyer2012-07-202-1/+2
|
* dracut-021-1Harald Hoyer2012-07-2096-7418/+8
| | | | | | - version 21 - systemd in the initramfs reenabled - new option "--kver"
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_RebuildDennis Gilmore2012-07-181-1/+4
|
* dracut-020-96.git20120717Harald Hoyer2012-07-1713-7/+571
| | | | - disabled systemd in the initramfs, until it works correctly
* dracut-020-84.git20120711Harald Hoyer2012-07-112-1/+32
| | | | - add back "--force" to switch-root, otherwise systemd umounts /run
* dracut-020-83.git20120711Harald Hoyer2012-07-1112-1/+1286
| | | | | | | | | - more systemd journal fixes - nfs module fix - install also /lib/modprobe.d/* - fixed dracut-shutdown service - safeguards for dracut-install - for --include also copy symlinks
* dracut-020-72.git20120710Harald Hoyer2012-07-103-1/+138
| | | | | - stop journal rather than restart - copy over dracut services to /run/systemd/system
* dracut-020-70.git20120710Harald Hoyer2012-07-107-1/+416
| | | | | | +- more systemd unit fixups +- restart systemd-journald in switch-root post +- fixed dracut-install loader ldd error message
* dracut-020-64.git20120709Harald Hoyer2012-07-098-4/+826
| | | | | | | - fixed plymouth install - fixed resume - fixed dhcp - no dracut systemd services installed in the system
* dracut-020-57.git20120709Harald Hoyer2012-07-093-1/+220
| | | | - more fixups for systemd-udevd unit renaming
* dracut-020-55.git20120709Harald Hoyer2012-07-094-2/+182
| | | | | - require systemd >= 186 - more fixups for systemd-udevd unit renaming
* dracut-020-52.git20120709Harald Hoyer2012-07-092-1/+28
| | | | - fixed prefix in 01-dist.conf
* dracut-020-51.git20120706Harald Hoyer2012-07-0630-2/+1937
| | | | | | - cope with systemd-udevd unit renaming - fixed network renaming - removed dash module
* dracut-020-22.git20120702Harald Hoyer2012-07-022-1/+29
| | | | - fixed kernel modules install
* dracut-020-21.git20120702Harald Hoyer2012-07-0221-3/+1836
| | | | | - moved /usr/bin/dracut-install to /usr/lib - more speedups
* dracut-020-1Harald Hoyer2012-06-2995-5213/+12
| | | | | | - version 020 - new /usr/bin/dracut-install tool - major speedup of the image creation
* dracut-019-92.git20120625Harald Hoyer2012-06-2531-1/+1430
| | | | | | | | | | | - support vlan tagged binding - speedup initramfs emergency service - speedup image creation - fix installkernel() return codes Resolves: rhbz#833256 - add qemu and qemu-net modules to add qemu drivers even in host-only - speedup btrfs and xfs fsck (nop) - no more mknod in the initramfs (fixes plymouth on s390)
* dracut-019-62.git20120621Harald Hoyer2012-06-216-1/+321
| | | | | | - do not require pkg-config for systemd - i18n fixes - less systemd services in the initramfs
* dracut-019-57.git20120620Harald Hoyer2012-06-2118-1/+849
| | | | systemd is now the default init in the initramfs
* dracut-019-40.git20120618Harald Hoyer2012-06-1825-1/+1709
| | | | - new upstream version
* dracut-019-16.git20120611Harald Hoyer2012-06-1116-3/+921
| | | | new upstream version