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

[debian-knoppix] cloop preamble script



cloop filesystems cleverly have a short bash script as preamble which
means you can mount them easily.


#!/bin/sh
insmod cloop.o file=$0 && mount -r -t iso9660 /dev/cloop $1
exit $?


Should that not be "insmod cloop".  That would let insmod find the
cloop module from /lib/modules, currently insmod can't find the cloop
module unless it happens to be in the same directory.

Thanks
Jonathan Riddell
_______________________________________________
debian-knoppix mailing list
debian-knoppix@linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


Reply to: