summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Apply 0001-Rework-drm-modules-selection-on-ARM.patchf20Nicolas Chauvet2014-05-182-0/+71
|
* Add ARM/TegraNicolas Chauvet2014-05-181-1/+7
|
* revert bad upstream changes that cause RHBZ #1084766Adam Williamson2014-04-213-1/+264
|
* dracut-037-10.git20140402Harald Hoyer2014-04-028-1/+318
| | | | | | | - fixed fstab.sys with systemd - DHCPv6 fixes - dm-cache module now included - FCoE fixes
* dracut-037-3.git20140320Harald Hoyer2014-03-203-1/+66
| | | | - fixed dracut-initramfs-restore with microcode
* dracut-037Harald Hoyer2014-03-2082-8783/+34
|
* dracut-034-80.git20140122Harald Hoyer2014-01-2217-8/+569
| | | | | | | | | | | - fixed /dev/dev/resume Resolves: rhbz#1045116 - add more drivers Resolves: rhbz#1044779 - fixed resume rules Resolves: rhbz#1045704 - add /boot/efi to critical paths Resolves: rhbz#1046510
* lvm: fix the fixHarald Hoyer2013-12-131-5/+8
|
* dracut-034-64.git20131205.1Harald Hoyer2013-12-132-2/+37
| | | | | - fixed lvm thin check Resolves: rhbz#1040669
* dracut-034-64.git20131205Harald Hoyer2013-12-053-1/+52
| | | | - fixed failing the boot while waiting for password input
* backout some patches for F20 releaseHarald Hoyer2013-12-051-18/+15
|
* dracut-034-62.git20131205Harald Hoyer2013-12-0539-4/+2163
| | | | | | | | | | | - fixed PATH shortener - also install /etc/system-fips in the initramfs - nbd, do not fail in hostonly mode - add ohci-pci to the list of hardcoded modules - lvm: do not run pvscan for lvmetad - network fixes - skip crypt swaps with password files - fixed i18n
* dracut-034-24.git20131030Harald Hoyer2013-10-306-4/+239
| | | | | | | - fixed booting with rd.iscsi.firmware and without root= - fips: include crct10dif_generic - fixed missing modules in hostonly, which have no modalias - moved dracut to /usr/sbin
* dracut-034-19.git20131021Harald Hoyer2013-10-212-1/+83
| | | | | | - Fixed LVM with thin provisioning Resolves: rhbz#1013767 Resolves: rhbz#1021083
* dracut-034-18.git20131018Harald Hoyer2013-10-1812-6/+520
| | | | | | - Fixed LVM with thin provisioning Resolves: rhbz#1013767 - fixed swap detection in host only mode
* force mmc_block and usb_storage into ARM initramfsKyle McMartin2013-10-112-1/+22
| | | | Resolves: rhbz#1015234
* dracut-034-7.git20131008Harald Hoyer2013-10-087-1/+5178
| | | | | | | - lvm: install thin utils for non-hostonly - do not bail out, if kernel modules dir is missing - dmsquash-live: add /dev/mapper/live-base Resolves: rhbz#1016726
* dracut-034-1Harald Hoyer2013-10-085-72/+26
| | | | | | | | | | | | | | | - version 034 - add option to turn on/off prelinking --prelink, --noprelink do_prelink=[yes|no] - add ACPI table overriding - do not log to syslog/kmsg/journal for UID != 0 - lvm/mdraid: Fix LVM on MD activation - bcache module removed (now in bcache-tools upstream) - mdadm: also install configs from /etc/mdadm.conf.d - fixes for mdadm-3.2.6+ - fcoe: add FCoE UEFI boot device support - rootfs-block: add support for the rootfallback= kernel cmdline option
* dracut-033-3.git20130913Harald Hoyer2013-09-133-1/+69
| | | | | | - do not dhcp members of team, bond, etc. - harden against weird ppc kernel driver Resolves: rhbz#1007891
* dracut-033-1Harald Hoyer2013-09-1225-2796/+16
| | | | | | | | | | | | | - do not cache the kernel cmdline Resolves: rhbz#989944 - fixed iso-scan Resolves: rhbz#1005487 - support blkid with bcache Resolves: rhbz#1003207 - ifup with dhcp, if no ip= params specified Resolves: rhbz#989944 - silently try to umount rpc_pipefs Resolves: rhbz#999996
* dracut-032-23.git20130904Harald Hoyer2013-09-0423-1/+2803
| | | | | | | | | | - fixed curl error with zero size kickstart file Resolves: rhbz#989133 - fixed systemd-cat failure, when systemd is installed but not actually running Resolves: rhbz#1002021 - do not fail on empty dracut module directories Resolves: rhbz#1003153
* dracut-032-1Harald Hoyer2013-08-2031-3250/+21
| | | | | | | | | | | | | | - fix for kdump in FIPS mode Resolves: rhbz#920931 - fixed iBFT booting Resolves: rhbz#989944 - fixed FIPS mode initramfs creation Resolves: rhbz#990250 - shutdown: fixed killall_proc_mountpoint() Resolves: rhbz#996549 - disable lvmetad in the initramfs Resolves: rhbz#996627 - require dhclient
* dracut-031-29.git20130812Harald Hoyer2013-08-122-1/+27
| | | | - added missing "then" in initqueue
* fixed type in host device recognitionHarald Hoyer2013-08-125-1/+104
|
* dracut-031-24.git20130809Harald Hoyer2013-08-093-1/+87
| | | | | - fixed logging to journal - fixed lsinitrd
* dracut-031-22.git20130809Harald Hoyer2013-08-0916-1/+2747
| | | | | | | | | | | | | | | | | | | | - lsinitrd.sh: add old cpio signature - dracut.sh: call find with -print0 and cpio with --null - dracut.asc: small corrections - systemd/dracut-initqueue.sh: continue to boot if finished failed - dracut.sh/dracut-functions.sh: handle root on non-block device - dracut-functions.sh: removed non dracut-install shell functions - dracut-functions.sh: inst_multiple == dracut_install - 51-dracut-rescue.install: fixed rescue image creation - dracut.sh: do not strip in FIPS mode Resolves: rhbz#990250 - dracut.sh: check the value of --kver - crypt: Fix typo--/etc/crypttab not /etc/cryptab - network/net-lib.sh: fix ibft interface configuration - iscsi/module-setup.sh: install some modules regardless of hostonly - multipath: need_shutdown if multipath devices exist Resolves: rhbz#994913 - omit drivers fix
* dracut-031-7.git20130801Harald Hoyer2013-08-012-1/+36
| | | | - also install vt102 terminfo
* dracut-031-6.git20130731Harald Hoyer2013-07-313-1/+66
| | | | | - cmssetup: fixed port for zfcp.conf - lvm: call lvchange with --yes to boot from snapshots
* dracut-031-4.git20130731Harald Hoyer2013-07-312-1/+107
| | | | - remove action_on_fail kernel command line parameter
* dracut-031-3.git20130731Harald Hoyer2013-07-313-1/+125
| | | | | - do not include adjtime and localtime in the initramfs - write out vlan configs
* removed 0001-arm-add-ehci_tegra-to-initramfs.patchHarald Hoyer2013-07-311-30/+0
|
* dracut.spec: removed tegra patchHarald Hoyer2013-07-311-2/+0
|
* dracut.spec: changelog merge fixedHarald Hoyer2013-07-311-1/+0
|
* dracut-031-1Harald Hoyer2013-07-313-8/+25
| | | | | | | | | | | | | | | | | - do not include the resume dracut module in hostonly mode, if no swap is present - don't warn twice about omitted modules - use systemd-cat for logging on systemd systems, if logfile is unset - fixed PARTUUID parsing - support kernel module signing keys - do not install the usrmount dracut module in hostonly mode, if /sbin/init does not live in /usr - add debian udev rule files - add support for bcache - network: handle bootif style interfaces e.g. ip=77-77-6f-6f-64-73:dhcp - add support for kmod static devnodes - add vlan support for iBFT
* Add ehci-tegra.ko to initramfs to allow rawhide tegra based platforms to ↵Kyle McMartin2013-07-242-1/+36
| | | | boot off USB disks
* version 030Harald Hoyer2013-07-173-29/+54
|
* dracut-029-1Harald Hoyer2013-06-144-29/+13
| | | | | | | | | | - wait for IPv6 auto configuration Resolves: rhbz#973719 - i18n: make the default font configurable - systemd/dracut-pre-pivot.service: also execute for cleanup hooks or rd.break - add dracut-shutdown.service.8 manpage - lvm: redirect error message of lvs to /dev/null Resolves: rhbz#921235
* dracut-028-1Harald Hoyer2013-06-1283-6006/+18
| | | | | | | | | | | | | | - lvm: fixed "thin" recognition Resolves: rhbz#921235 - install libs also from one dir above fixes booting power6 generated initramfs on power7 - setup correct system time and time zone in initrd - cms fixups Resolves: rhbz#970982 rhbz#971025 rhbz#825199 - iso-scan/filename fixes Resolves: rhbz#972337 - add udev rules for persistent network naming Resolves: rhbz#972662
* add patch to include panel-tfp410 module on arm systemsDennis Gilmore2013-06-042-2/+31
|
* dracut-027-81.git20130531Harald Hoyer2013-05-3137-13/+1713
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix btrfs mount flags for /usr - degrade message about missing tools for stripping Resolves: rhbz#958519 - set environment vars DRACUT_SYSTEMD, NEWROOT in service file Resolves: rhbz#963159 - don't add volatile swap partitions to host_devs - add libssl.so.10 to make kdump work with fips mode - readd selinux dracut module for kdump - url-lib/url-lib.sh: turn off curl globbing Resolves: rhbz#907497 - include btrfs-zero-log in the initramfs Resolves: rhbz#963257 - proper NAME the network interfaces Resolves: rhbz#965842 - install default font latarcyrheb-sun16 Resolves: rhbz#927564 - optionally install /etc/pcmcia/config.opts Resolves: rhbz#920076 - fix ONBOOT for slaves, set TYPE=Bond for bonding Resolves: rhbz#919001 - add nvme kernel module Resolves: rhbz#910734 - add xfs_metadump - selinux: load_policy script fix - add hid-hyperv and hv-vmbus kernel modules - add parameter rd.live.squashimg Resolves: rhbz#789036 rhbz#782108 - wait for all required interfaces if "rd.neednet=1" Resolves: rhbz#801829 - lvm: add tools for thin provisioning Resolves: rhbz#921235 - ifcfg/write-ifcfg.sh: fixed ifcfg file generation - do not wait for mpath* devices Resolves: rhbz#969068
* don't specify "p" as a separator for dmraid (#966162)Adam Williamson2013-05-222-1/+47
|
* dracut-027-45.git20130430Harald Hoyer2013-04-307-1/+1501
| | | | | - fixed fips mode more Resolves: rhbz#956521
* dracut-027-39.git20130425Harald Hoyer2013-04-254-1/+185
| | | | | | - fix shutdown, if /dev/console is not writeable - fixed fips mode Resolves: rhbz#956521
* 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