In the time pressure, we copied Stream 10 installer Containerfile as RHEL 10.1 and I had to comment out the following line because there were no such files in usr installed:
RUN mkdir -p /boot/efi \
&& cp -rva /usr/lib/efi/*/*/EFI /boot/efi
While the system boots, Anaconda will not come up. I think this is not related to this commented line because the system itself boots correctly. Let's take a look later.
Edit: I kept everything as is just FROM line was changed, there are some CentOS references e.g. in Grub2 config.
In the time pressure, we copied Stream 10 installer Containerfile as RHEL 10.1 and I had to comment out the following line because there were no such files in
usrinstalled:While the system boots, Anaconda will not come up. I think this is not related to this commented line because the system itself boots correctly. Let's take a look later.
Edit: I kept everything as is just
FROMline was changed, there are someCentOSreferences e.g. in Grub2 config.