Name: | dracut |
---|---|
Version: | 049 |
Release: | 233.git20240115.0.1.el8 |
Architecture: | aarch64 |
Group: | System Environment/Base |
Size: | 1111462 |
License: | GPLv2+ and LGPLv2+ |
RPM: | dracut-049-233.git20240115.0.1.el8.aarch64.rpm |
Source RPM: | dracut-049-233.git20240115.0.1.el8.src.rpm |
Build Date: | Thu Apr 11 2024 |
Build Host: | build-ol8-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://dracut.wiki.kernel.org/ |
Summary: | Initramfs generator using udev |
Description: | dracut contains tools to create bootable initramfses for the Linux kernel. Unlike previous implementations, dracut hard-codes 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 33676753 and 33888951 due to regressions [Orabug: 35656614] - Fix typo in orabug33888951-dracut-Enable-the-code-to-create-ifcfg-file.patch [Orabug: 35268918] - Enable the code to create ifcfg file [Orabug: 33888951] - Skip parse iscsiroot.sh on PV VMs [Orabug: 33676753] - Add blk_mq_alloc_disk and blk_cleanup_disk to blockfuncs [Orabug: 33603682] - Change installation dir in network legacy module-setup so that file is never missing [Orabug: 33516170] - Fix paths in squash module, so that correct modprobe is installed [Orabug: 33514517] - Restore 51-dracut-rescue-postinst.sh for anaconda compatibility - Install missing 68-del-part-node.rules [Orabug: 32827579] - Add manpage for single-dhcp [Orabug 32201686] - Fix permission denied error while upgrading from OL8u2 to OL8u3 [Orabug 32160196] - Use pgrep in dhcp-multi.sh to make efficient and error free [Orabug 32254008] - Send DHCP request in parallel on all interfaces for 80% boot time improvement [Orabug: 32034110] - Revert fix for [Orabug: 31404167] - drop 51-dracut-rescue.install patch - Send DHCP query only on min BDF device to improve boot times by 50-60 secs [Orabug: 31404167] - add ofb and cts to 01fips kernel module list [Orabug: 30622737] - dracut-shutdown.service should run before shutdown.target is invoked [Orabug: 29629738] - Fix kernel-core POSTTRANS script issues with kernel command line [Orabug: 29542203] - Update list of necessary files after squashfs execution [Orabug: 29864620] - Supress iscsidm error output during non-debug PV boot [Orabug: 29846195] - Stop block device service in case system is dropped to emergency shell [Orabug: 29851988] - Enable booting from block device if netroot=iscsi has failed [Orabug: 29478156] - Fix BOOTPROTO calculation for iscsi [Orabug: 29518713] - Calculate relative path for kernel and initrd in 51-dracut-rescue.instal [Orabug: 29503293] - 40network scripts ifup and netlib updates for iSCSI [Orabug: 28502725] - Increase timeout when waiting for carrier detection on a network interface [Orabug: 24657828] (kevin.x.lyons@oracle.com) - add hyperv-keyboard for Hyper-V Gen2 VM [Orabug: 19191303] (Vaughan Cao)
- fix(dracut.sh): remove microcode check based on - fix(qeth_rules): check the existence of
- fix(iscsi): do not exit in handle_netroot() if discovery - feat(systemd): install systemd-sysroot-fstab-check - fix(fcoe-uefi): exit early on empty vlan
- feat(qemu): include the virtio_mem kernel module
- fix(rngd): install system service file - feat(hwdb): install hwdb on demand when module is needed
- fix(kernel-network-modules): allow specifying empty hostonly-nics Resolves: #2148318
- fix(img-lib): ignored null byte in input
- fix(dracut-init): use ldconfig directly instead of - fix(dracut-init.sh): backport common paths
- fix(80lvmthinpool-monitor): use systemsctl instead of - fix(squash): build ld cache for squash loader - fix(network-manager): write DHCP filename option to dhcpopts
- Dracut: only login to one target at a time - iscsi: don't continue waiting if the root device is present - network: stop waiting for interfaces if root device is - iscsiroot: parse_iscsi_root overwrites command line args - iscsiroot: there's never more than one target per call - iscsiroot: try targets only once - iscsiroot: remove bashisms - fixup "Dracut: only login to one target at a time" - 35network-legacy: only skip waiting for interfaces if netroot