-
Fri Apr 07 2023 Alex Burmashev <alexander.burmashev@oracle.com> - 049-223.git20230119.0.2
- Fix typo in orabug33888951-dracut-Enable-the-code-to-create-ifcfg-file.patch [Orabug: 35268918]
-
Tue Feb 28 2023 Craig Guiller <craig.guiller@oracle.com> - 049-223.git20230119.0.1
- 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)
-
Thu Jan 19 2023 Pavel Valena <pvalena@redhat.com> - 049-223.git20230119
- fix(dracut-init): use ldconfig directly instead of
- fix(dracut-init.sh): backport common paths
-
Wed Dec 14 2022 Pavel Valena <pvalena@redhat.com> - 049-221.git20221214
- fix(80lvmthinpool-monitor): use systemsctl instead of
- fix(squash): build ld cache for squash loader
- fix(network-manager): write DHCP filename option to dhcpopts
-
Thu Oct 20 2022 Pavel Valena <pvalena@redhat.com> - 049-218.git20221019
- 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
-
Mon Aug 15 2022 Pavel Valena <pvalena@redhat.com> - 049-209.git20220815
- fix(95iscsi): Fix network setup
- fix(dracut-systemd): correct service dependencies
- feat(lvm): add new module lvmthinpool-monitor
- fix(dracut-shutdown): add cleanup handler on failure
-
Wed May 11 2022 Pavel Valena <pvalena@redhat.com> - 049-202.git20220511
- fix(fips): start iterating from 0 over BOOT_IMAGE entries
-
Mon Jan 31 2022 Pavel Valena <pvalena@redhat.com> - 049-201.git20220131
- ci: introduce C8S based GHA CI
- ci: backport TEST-21-NFS-NM
- dracut.sh: fix early microcode detection logic
- fix(url-lib): make pre-pivot hook separetely per nfs mount
- fix(watchdog): replace return with echo
- fix(network): add errors and warnings when network interface
- dracut.sh: add check for invalid configuration files
- fips: removed false-positive 'FATAL: Module xxx not found'
- fix(shutdown): be robust against forced shutdown
- fix(fips): handle s390x OSTree systems
-
Mon Sep 20 2021 Lukas Nykryn <lnykryn@redhat.com> - 049-191.git20210920
- fix(install): extend hwcaps library handling to libraries
-
Wed Aug 11 2021 Lukas Nykryn <lnykryn@redhat.com> - 049-190.git20210811
- fix(lsinitrd): TMP_DIR doesn't exist in RHEL8
- fix(squash): apply FIPS and libpthread workaround