Mark Schlegel <nospam.DeleteThis@---.com> wrote:
> I even tried mounting the dsl-n iso file via loopback to hack the
> passwd file to contain a pre cooked up password for the "dsl" user
> but the problem is that they pack all the stuff into this big
> "KNOPPIX" file that I don't know the format of, you don't see
> a tree of dirs with /etc/passwd in it.
It's probably still a crypto (cloop) iso, although it's been awhile
since I've used KNOPPIX. Anyway, here's an old recipe to try:
From the KNOPPIX sub-directory of the top Knoppix CD mount directory,
or from any HD directory that has a copy of that KNOPPIX file in it.
To mount:
modprobe -a isofs cloop; file=KNOPPIX && mount -r -t iso9660 /dev/cloop /mnt
To unmount:
umount /mnt && modprobe -ar isofs cloop
The device file:
brw-r--r-- 1 root root 240, 0 Sep 14 2002 /dev/cloop
And this to install the cloop module:
mkdir /lib/modules/$(uname -r)/misc && \
cp /var/shop/Knoppix/cloop-0.67/cloop.o /lib/modules/$(uname-r)/misc && \
depmod
I don't recall where the cloop package comes from and leave it as an
exercise for you to find and compile.
--
Clifford Kite