[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Booting squashfs from local filesystem



Am 26.04.2018 um 14:49 schrieb Paul Hänsch:
> On Tue, Apr 24, 2018 at 05:49:45PM +0100, Luca Boccassi wrote:
>>
>> Have you tried findiso=/fs/path/to/stretch.squash ?

[...]

> I will keep you posted about my progress.
> Any more suggesstions?

Try wrapping the squashfs file into a small iso, that's what we do for
X2Go's ThinClientEdition, which is based on Debian-Live:

Taken from the script at <https://wiki.x2go.org/doku.php/doc:howto:tce>:

genisoimage -o ./x2go-tce-squashfs-only.iso -R -J -graft-points \
live/filesystem.squashfs=./x2go-tce-filesystem.squashfs

You will obviously have to adapt both input and output filenames/paths
to your needs, so, something like

genisoimage -o ./stretch-squashfs-only.iso -R -J -graft-points \
live/filesystem.squashfs=./stretch.squash

should do.

Kind Regards,
Stefan Baur

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: