[SLOF] Loading file from disk image

Thomas Huth thuth at redhat.com
Fri Dec 29 19:07:30 AEDT 2017


On 27.12.2017 14:45, Jd Lyons wrote:
> I’m new to SLOF and I’d like to load a file from a disk image.
> 
> I’m unsure of the syntax of the command:
> 
> load disk:,\filename

In case the disk has multiple partitions, you've also got to specifiy
the partition number between the colon and the comma.

> Also, what filesystem can SLOF read?

FAT, ext2 and iso9660.

> There doesn’t seem to be a directory command?

IIRC this has never been implemented in a generic way (there seems to be
some debugging functions in the fat and ext2 drivers, but they are
likely hardly usable for the normal users).

 Thomas


More information about the SLOF mailing list