-
Wed Aug 09 2023 EL Errata <el-errata_ww@oracle.com> - 33.16.9.4-1.0.1
- When using the minimal or UEK boot ISOs, use public YUM as the install source.
[OLDIS: 2397]
- For fresh ISO installs, enable the UEK R7 repo.
[Orabug: 34743550]
- Switch to BLS kernel rescue generation script
- Fix exception when searching for existing installations in rescue mode
(herbert.van.den.bergh@oracle.com) [Orabug: 32795730]
- Fix the path to the rescue image in the BLS config file [Orabug: 31988381]
- When BTRFS autopartitioning type is used, make sure /boot is on BTRFS [Orabug: 31839671]
- Enable grub2 BLS for XEN guests [Orabug: 31857289]
- Fix syntax error in bug21957916-use-bls-set-default-kernel.patch [Orabug: 31877077]
- Remove CDN from install source screen [Orabug: 31839682]
- Fix work-around-filesystem-full-error-on-btrfs.patch to work around
filesystem out of space error when installing to BTRFS [Orabug: 31845104]
- Update add-oracle-linux-product.d-conf.patch to fix [Orabug: 31863588]
- Updated bug18177078-install-UEK-and-set-as-default.patch due to code change
- Fix oracle efi dir in add-oracle-linux-product.d-conf.patch
- Fix crash when re-creating rescue image.
- Disable rhsm and syspurpose kickstart commands
- Add product.d config file for Oracle Linux [Orabug: 31863588]
- Use UEK for the rescue image on x86_64
[Orabug: 31587690]
- Don't create separate mount point for /home when autopartitioning with btrfs
[Orabug: 31192722]
- Work around filesystem full error when / is on btrfs.
- Enable support of /boot on btrfs and make it the default option.
- Make sure both BaseOS and Appstream repo are initialized when supplied by user.
[Orabug: 31298070]
- Display quit message properly [Orabug: 31075436]
- Fix crash when writing bootloader
- Remove integration with CDN [Orabug: 30902364]
- Remove additional non-Oracle installclass to prevent installer failure [Orabug: 30530690]
- Update reference to URL with info about SMT [Orabug: 30390135]
- Don't automatically insert UEK into package set if it exists in repo.
Changes to comps file should take care of addition [Orabug: 30284307]
- Alter search for packages that provide 'kernel' to also find kernel-uek
[Orabug: 30284307]
- Increase the buffer added to the download space required when determining
the dnf download cache location to avoid hangs on Virtual Box
[Orabug: 29889830]
- iscsid service should not be running when transition to anaconda.target [Orabug: 29446153]
(fred.herard@oracle.com)
- Use OL8 for the kickstart version [Orabug: 29373077]
- Remove python3-syspurpose requirement. [Orabug 29443881]
- Prevent rescue bootloader entry from becoming the default [Orabug: 29439753]
- Use /etc/os-release first when finding the product name [Orabug: 29373100]
- Remove UI components related to system purpose and RHN subscription. [Orabug: 29373275]
- Add patch to use bls config file to setup default kernel instead of index [Orabug: 21957916]
- liveinst was not built since IS_LIVEINST_ARCH in configure.ac wasn't tweaked
it should now build for armv5,6,7* and aarch64 (philip.copeland@oracle.com)
- Provide the liveinst binary [bug 27116016]
-
Wed Aug 09 2023 Jiri Konecny <jkonecny@redhat.com> - 33.16.9.4-1
- iscsi: Allow changing iSCSI initiator name once set (vtrefny)
Resolves: rhbz#2223980
-
Tue Jul 11 2023 Jiri Konecny <jkonecny@redhat.com> - 33.16.9.3-1
- Be more indulgent when reclaiming disk space (jstodola)
Resolves: rhbz#1855371
- Do not print error on inst.ks=cdrom|hd (jkonecny)
Resolves: rhbz#2211857
-
Mon Jun 12 2023 Vladimír Slávik <vslavik@redhat.com> - 33.16.9.2-1
- Stop infinite wait for CDROM when KS is processed (jkonecny)
Resolves: rhbz#2209602
- Apply --noverifyssl option for liveimg kickstart command (jstodola)
Resolves: rhbz#1886985
- Change driver_updates exit info messages to debug (jkonecny)
Related: rhbz#2154904
-
Thu May 11 2023 Radek Vykydal <rvykydal@redhat.com> - 33.16.9.1-1
- driver_updates: migrate driver_updates.py to pep8 format (jkonecny)
Related: rhbz#2154904
- driver_updates: adding tests for the new logging solution (jkonecny)
Related: rhbz#2154904
- driver_updates: add lot of debug logs for easier debugging (jkonecny)
Related: rhbz#2154904
- driver_updates: extend where we print log messages (jkonecny)
Resolves: rhbz#2154904
- Add DNS search and ignore options from kickstart (vslavik)
Resolves: rhbz#1656662
- Add DNS search and ignore options from kickstart (vslavik)
Resolves: rhbz#1656662
- Add missing documentation about OEMDRV (jkonecny)
Related: rhbz#1770969
- oemdrv: wait up to 5 seconds for disks to be handled (rmetrich)
Resolves: rhbz#1770969
-
Fri Mar 17 2023 Martin Kolman <mkolman@redhat.com> - 33.16.8.9-1
- Update translations
Resolves: rhbz#2139689
-
Thu Feb 09 2023 Jiri Konecny <jkonecny@redhat.com> - 33.16.8.8-1
- Update outdated translations
-
Thu Feb 02 2023 Jiri Konecny <jkonecny@redhat.com> - 33.16.8.7-1
- Report registration errors from kickstart (mkolman)
Resolves: rhbz#2127072
- Make text in custom_storage_helper more accurate (ozobal)
Resolves: rhbz#2063288
-
Mon Jan 09 2023 Jiri Konecny <jkonecny@redhat.com> - 33.16.8.6-1
- payload: fix repo --includepkgs option (rvykydal)
Resolves: rhbz#2014103
- bootloader/zipl.py: update for zipl >= 2.25.0 (dan)
Resolves: rhbz#2157917
-
Tue Jan 03 2023 Jiri Konecny <jkonecny@redhat.com> - 33.16.8.5-1
- Delegate auto-attach handling to RHSM (mkolman)
Resolves: rhbz#2083318
- Test the InstallerStorage.copy method (vponcova)
Related: rhbz#1913035
- Show multiple bootloader devices on the Manual Partitioning screen (vponcova)
Resolves: rhbz#1913035
- Implement the Root.copy method (vponcova)
Related: rhbz#1913035
- Redefine the Blivet.roots attribute (vponcova)
Related: rhbz#1913035
- Redefine the Blivet.copy method (vponcova)
Related: rhbz#1913035
- Use correct hint for VNC password boot option (jstodola)
Resolves: rhbz#2125679