What were you trying to do that didn't work?
After installing groups, the system becomes a read-only file system
Please provide the package NVR for which the bug is seen:
Distro RHEL-10.0-20241124.0
How reproducible is this bug?:
100%
Steps to reproduce
- virt-install --name vm2 --boot uefi --location http://download.eng.bos.redhat.com/rhel-10/composes/RHEL-10/RHEL-10.0-20241124.0/compose/BaseOS/aarch64/os/ --os-variant rhel9-unknown --memory 2048
- Select "Minimal Installation"
- Reboot after installation
- log in to the system
- yum group install -y "Custom Operating System"
- reboot
- yum group list
Expected results
There should not be errors.
Actual results
Got below error:
[root@localhost ~]# yum group list Config error: [Errno 30] Read-only file system: '/var/log/dnf.log': '/var/log/dnf.log' [root@localhost ~]#