On Sun Mar26'23 08:30:51AM, Community Support for Fedora Users wrote:
> From: stan via users <users@lists.fedoraproject.org>
> Date: Sun, 26 Mar 2023 08:30:51 -0700
> To: users@lists.fedoraproject.org
> Cc: stan <upai...@zoho.com>
> Reply-To: Community support for Fedora users <users@lists.fedoraproject.org>
> Subject: Re: commands available on bootable iso
> 
> On Sat, 25 Mar 2023 22:21:22 -0700
> Geoffrey Leach <geoffleach...@gmail.com> wrote:
> 
> > Is it possible to get a list of the commands available on a  Fedora
> > iso  without actually mounting the iso? What I'm looking for is the
> > commands available from the Anaconda menu, not the commands that are
> > installed to the disk. 
> 
> Possible?  Yes.  Easy?  No.
> 
> I think the definitive way would be to download the src.rpm and
> unpack it, and look at the code to see what commands are there.
> 
> https://koji.fedoraproject.org/koji/packageinfo?packageID=2
> 
> You could also ask on the fedora anaconda mailing list.  The developers
> probably have a list of the commands, or know them.
> 
> I haven't seen the interface since they switched from the hub and spoke
> format, but I assume there will be different commands depending on
> where you are in the install process.  So, your question is not well
> difined.  If you are asking the developers, they will probably want to
> know why you are asking, or what you are looking for in order to narrow
> it down.

So, I am not sure what the OP is asking for. But from the kickstart file(s), 
you can get the list of the rpms in an iso from:

https://pagure.io/fedora-kickstarts/tree/f37

Then you can use:

dnf repoquery -l rpm-name

and get the list of the files in each rpm.

This is a large number of rpms, and even larger number of files to go through.

Best wishes,
Ranjan
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to