Is there a way to check rockylinux installation options?

Hello.

After installing Rocky Linux 8.6, is there a way or command to know what options selected in “SOFTWARE SELECTION” and which ISO used ?

ex…

  • Minimal ISO > Minimal Install > No checking
  • DVD ISO > Minimal Install > No checking
  • DVD ISO > Server with GUI > Select Print Server

Thanks.

see /root/anaconda-ks.cfg and log files in /var/log/anaconda/

2 Likes

Thanks berlin : )

I tested as below.

Do note that some of the “groups” contain packages from AppStream. The Minimal image does not have those packages.

Therefore, if your minimal image runs essentially:
dnf install @standard
and you rerun that command later, when appstream is available,
then more packages might install.

1 Like

thanks for your good information. jlehtone

hv a good day.