Re: list of rpms in iso file

2011-09-10 Thread Ranjan Maitra
I apologize for poorly wording the question. I was just looking for a way to list the rpm files in a Fedora ISO. The rpm2cpio command was something I had found could be used to extract particular files, not to get a list of all the rpms that would be installed if I installed a Live CD. Thanks for

Re: list of rpms in iso file

2011-09-10 Thread Michael Schwendt
On Sat, 10 Sep 2011 08:35:33 -0700, CW (Craig) wrote: > > While the Live iso is booted: > > > > rpm -qa > > > > should list the installed RPMs > > > OK but I can't figure out how that is going to be helpful to someone who > wants to use rpm2cpio in order to extract files from rpm files tha

Re: list of rpms in iso file

2011-09-10 Thread Craig White
On Sat, 2011-09-10 at 11:50 -0400, Kevin J. Cummings wrote: > On 09/10/2011 11:35 AM, Craig White wrote: > > OK but I can't figure out how that is going to be helpful to someone who > > wants to use rpm2cpio in order to extract files from rpm files that > > don't actually exist on the live cd. That

Re: list of rpms in iso file

2011-09-10 Thread Kevin J. Cummings
On 09/10/2011 11:35 AM, Craig White wrote: > OK but I can't figure out how that is going to be helpful to someone who > wants to use rpm2cpio in order to extract files from rpm files that > don't actually exist on the live cd. That was the OP's intent/question. He can't. The RPMs on the live CD h

Re: list of rpms in iso file

2011-09-10 Thread Craig White
On Sat, 2011-09-10 at 02:58 -0400, Kevin J. Cummings wrote: > On 09/10/2011 12:12 AM, Craig White wrote: > > On Fri, 2011-09-09 at 22:15 -0600, Frank Cox wrote: > >> On Fri, 9 Sep 2011 23:02:27 -0500 > >> Ranjan Maitra wrote: > >> > >>> I have been trying to determine what are the packages in a liv

Re: list of rpms in iso file

2011-09-10 Thread Michael Schwendt
On Sat, 10 Sep 2011 02:58:25 -0400, KJC (Kevin) wrote: > On 09/10/2011 12:12 AM, Craig White wrote: > > On Fri, 2011-09-09 at 22:15 -0600, Frank Cox wrote: > >> On Fri, 9 Sep 2011 23:02:27 -0500 > >> Ranjan Maitra wrote: > >> > >>> I have been trying to determine what are the packages in a live is

Re: list of rpms in iso file

2011-09-10 Thread suvayu ali
On Sat, Sep 10, 2011 at 8:58 AM, Kevin J. Cummings wrote: > > Which happens to include an RPM database that lists all of the installed > RPMs > > While the Live iso is booted: > > rpm -qa > > should list the installed RPMs > ... or look at the kickstart files:

Re: list of rpms in iso file

2011-09-09 Thread Kevin J. Cummings
On 09/10/2011 12:12 AM, Craig White wrote: > On Fri, 2011-09-09 at 22:15 -0600, Frank Cox wrote: >> On Fri, 9 Sep 2011 23:02:27 -0500 >> Ranjan Maitra wrote: >> >>> I have been trying to determine what are the packages in a live iso >>> file? >> >> If it's an iso file, then just mount the iso and s

Re: list of rpms in iso file

2011-09-09 Thread Craig White
On Fri, 2011-09-09 at 22:15 -0600, Frank Cox wrote: > On Fri, 9 Sep 2011 23:02:27 -0500 > Ranjan Maitra wrote: > > > I have been trying to determine what are the packages in a live iso > > file? > > If it's an iso file, then just mount the iso and see what's listed in the > directory. makes

Re: list of rpms in iso file

2011-09-09 Thread Frank Cox
On Fri, 9 Sep 2011 23:02:27 -0500 Ranjan Maitra wrote: > I have been trying to determine what are the packages in a live iso > file? If it's an iso file, then just mount the iso and see what's listed in the directory. -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com www.

list of rpms in iso file

2011-09-09 Thread Ranjan Maitra
Hi, I have been trying to determine what are the packages in a live iso file? How do i do this? i could find instructions on how to use rpm2cpio to extract a rpm file that i know is in the iso, but i am looking here to obtain a list of the rpms. many thanks in advance, and best wishes, ranjan --