What were you trying to do that didn't work?
"ISOLINUX" directory to make custom ISO images using Kickstart. I noticed that it is missing in both the BOOT ISO and DVD ISO of RHEL 10. When I download the same ISO's for RHEL 9 that directory is present.
What is the impact of this issue to you?
Unable to create custom ISO's.
ISO contents of RHEL 10:
root@RHEL10:~# ll /mnt/ total 53 drwxr-xr-x. 1 root root 2048 Apr 11 00:48 AppStream drwxr-xr-x. 1 root root 2048 Apr 11 00:48 BaseOS drwxr-xr-x. 1 root root 2048 Apr 11 00:43 boot drwxr-xr-x. 1 root root 2048 Apr 11 00:43 EFI -r--r--r--. 1 root root 8154 Apr 11 00:35 EULA -r--r--r--. 1 root root 8693 Apr 11 00:49 extra_files.json drwxr-xr-x. 1 root root 2048 Apr 11 00:49 Flatpaks -r--r--r--. 1 root root 18092 Apr 11 00:35 GPL drwxr-xr-x. 1 root root 2048 Apr 11 00:43 images -r--r--r--. 1 root root 102 Apr 11 00:48 media.repo -r--r--r--. 1 root root 1670 Apr 11 00:35 RPM-GPG-KEY-redhat-beta -r--r--r--. 1 root root 3814 Apr 11 00:35 RPM-GPG-KEY-redhat-release
ISO contents of RHEL 9:
[root@RHEL9 ~]# ll /mnt/ total 44 drwxr-xr-x. 1 root root 2048 Oct 9 2024 AppStream drwxr-xr-x. 1 root root 2048 Oct 9 2024 BaseOS drwxrwxr-x. 1 root root 2048 Oct 7 2024 EFI -r--r--r--. 1 root root 8154 Oct 9 2024 EULA -r--r--r--. 1 root root 1455 Oct 9 2024 extra_files.json -r--r--r--. 1 root root 18092 Oct 9 2024 GPL drwxrwxr-x. 1 root root 2048 Oct 7 2024 images drwxrwxr-x. 1 root root 2048 Oct 7 2024 isolinux <--------------- -r--r--r--. 1 root root 103 Oct 9 2024 media.repo -r--r--r--. 1 root root 1669 Oct 9 2024 RPM-GPG-KEY-redhat-beta -r--r--r--. 1 root root 3682 Oct 9 2024 RPM-GPG-KEY-redhat-release
QUESTIONS:
[Q1] Is there any alternative available for the same?
[Q2] What is the replacement of "ISOLINUX" Directory in RHEL 10?