I just did some poking and loop device support is in the kernel, but there are no loop devices in /dev
one has to be made. easy enough to do at runtime, I can add a tweak to the boot scripts to add the standard 8
in the meantime, you can add one using this command:
mknod -m640 /dev/loop0 b 7 0
one has to be made. easy enough to do at runtime, I can add a tweak to the boot scripts to add the standard 8
in the meantime, you can add one using this command:
mknod -m640 /dev/loop0 b 7 0