Name: | dracut |
---|---|
Version: | 033 |
Release: | 572.0.13.el7 |
Architecture: | aarch64 |
Group: | System Environment/Base |
Size: | 996613 |
License: | GPLv2+ and LGPLv2+ |
RPM: | dracut-033-572.0.13.el7.aarch64.rpm |
Source RPM: | dracut-033-572.0.13.el7.src.rpm |
Build Date: | Mon Feb 26 2024 |
Build Host: | build-ol7-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://dracut.wiki.kernel.org/ |
Summary: | Initramfs generator using udev |
Description: | dracut contains tools to create a bootable initramfs for 2.6 Linux kernels. Unlike existing implementations, dracut does hard-code as little as possible into the initramfs. dracut contains various modules which are driven by the event-based udev. Having root on MD, DM, LVM2, LUKS is supported as well as NFS, iSCSI, NBD, FCoE with the dracut-network package. |
- Revert the fixes for bugs 31683267 and 33439056 due to regressions. The reverted patch had iBFT bypass code which was a check to see if iBFT table exists or not. Based upon this we use to decide if its an iscsiboot or PV boot. But this was giving issues for iscsi HW offload cards which doesn't support iBFT. [Orabug: 34688443]
- Add crypto_user to 01fips module list [Orabug: 32652279]
- Enable the code to create ifcfg file [Orabug: 33439056]
- Skip iscsiroot script on PV VM [Orabug: 31683267]
- Send DHCP request in parallel on all interfaces [Orabug: 32004720]
- Fix boot disk hung due raid1 corruption [Orabug: 31134130] - Send DHCP query only on min BDF device to improve boot times by 50-60 secs [Orabug: 29962625] - bcache module removed (now in bcache-tools upstream) [Orabug: 30800803] - add ofb and cfb to 01fips kernel module list [Orabug: 30622681] - Fix dhclient classless static route parsing [Orabug: 28881975] - Add new rd.iscsi.bypass parameter to always prefer root=, if it exists [Orabug: 30312004] - Remove 0560-95iscsi-iscsiroot-synchronously-wait-until-iscsistar.patch [Orabug: 30100182] - Oracle kernels are now shipped with .xz compressed modules - strip .xz before calculating module name ( backwards compatible ) [Orabug: 28622864] (Alex Burmashev) - 40network scripts ifup and netlib updates for iSCSI [Orabug: 28502725] - Enhancement of module alias handling for kernel upgrade and downgrade compatibility [Orabug: 24408414] - Increase timeout when waiting for carrier detection on a network interface [Orabug: 24657828] (kevin.x.lyons@oracle.com) - Update 0001-Dracut-Handle-module-alias-of-the-running-kernel.patch to redirect to &1 instead of /dev/null [Orabug 24346754] [Orabug: 24658791] (Manjunath Govind) - add Handle module alias of the running kernel [Orabug: 24346754] (Manjunath Govind) - add Correctly handle module aliases [Orabug: 22600855] (Fabian Vogt) - add hyperv-keyboard for Hyper-V Gen2 VM [Orabug: 19191303] (Vaughan Cao) - parametrize initrd DAD packets to boot faster [Orabug: 27910517] - 01fips: Add sha3_generic module (Khalid Aziz <khalid.aziz@oracle.com>)
- 95znet: Add a rd.znet_ifname= option
- Drop dependency on bridge-utils - dracut.sh: disable lsinitrd logging when quiet - netlib: fix botched backport
- net-lib: check if addr exists before checking for dad state
- Sync initramfs after creation