Re: commands available on bootable iso

2023-03-27 Thread Geoffrey Leach
On Mon, 27 Mar 2023 16:16:01 +0200 Roberto Ragusa wrote: > On 3/26/23 21:26, Todd Zullinger wrote: > > > With the Live images, the OS is in LiveOS/squashfs.img, > > which itself contains only the rootfs.img. So there's not > > much exploring to be done there without extracting or > > mountint t

Re: commands available on bootable iso

2023-03-27 Thread Roberto Ragusa
On 3/26/23 21:26, Todd Zullinger wrote: With the Live images, the OS is in LiveOS/squashfs.img, which itself contains only the rootfs.img. So there's not much exploring to be done there without extracting or mountint the rootfs image. With a plain iso it would be as easy as iso-info -l myiso.

Re: commands available on bootable iso

2023-03-27 Thread Wolfgang Pfeiffer
On Sun, Mar 26, 2023 at 11:15:14AM -0700, Geoffrey Leach wrote: What I wanted to be able to do is this. I 've downloaded the fedora 37 iso. I wan to know if it has gparted. How can I answer that without writing it to a thumb drive and booting? sudo mount -v -o loop /path/to/your.iso /mnt/ find

Re: commands available on bootable iso

2023-03-26 Thread Todd Zullinger
Go Canes wrote: > On Sun, Mar 26, 2023 at 2:16 PM Geoffrey Leach > wrote: >> What I wanted to be able to do is this. I 've downloaded the fedora 37 >> iso. I wan to know if it has gparted. How can I answer that without >> writing it to a thumb drive and booting? > > Assuming the downloaded iso i

Re: commands available on bootable iso

2023-03-26 Thread Luna Jernberg
well gparted has live ISOs with Debian and gparted only if its the only tool you want On 3/26/23, Go Canes wrote: > On Sun, Mar 26, 2023 at 2:16 PM Geoffrey Leach > wrote: >> What I wanted to be able to do is this. I 've downloaded the fedora 37 >> iso. I wan to know if it has gparted. How can I

Re: commands available on bootable iso

2023-03-26 Thread Go Canes
On Sun, Mar 26, 2023 at 2:16 PM Geoffrey Leach wrote: > What I wanted to be able to do is this. I 've downloaded the fedora 37 > iso. I wan to know if it has gparted. How can I answer that without > writing it to a thumb drive and booting? Assuming the downloaded iso is on or available from an ex

Re: commands available on bootable iso

2023-03-26 Thread Geoffrey Leach
To: Community support for Fedora users > > Subject: Re: commands available on > > bootable iso > > > > On Sat, 25 Mar 2023 22:21:22 -0700 > > Geoffrey Leach wrote: > > > > > Is it possible to get a list of the commands available on a > > &g

Re: commands available on bootable iso

2023-03-26 Thread Ranjan Maitra
On Sun Mar26'23 08:30:51AM, Community Support for Fedora Users wrote: > From: stan via users > Date: Sun, 26 Mar 2023 08:30:51 -0700 > To: users@lists.fedoraproject.org > Cc: stan > Reply-To: Community support for Fedora users > Subject: Re: commands available on boota

Re: commands available on bootable iso

2023-03-26 Thread stan via users
On Sat, 25 Mar 2023 22:21:22 -0700 Geoffrey Leach 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. Po