Some fixes and cleanup of Fremantle easy-chroot scripts
[easy-deb-chroot] / fremantle / easy-chroot / src / sbin / qmount
index d9e0238..348bd9d 100755 (executable)
@@ -95,7 +95,8 @@ if [ ! -f "$MNTPT/var/lock/qmount-complete" ] ; then
    #fi
    #insmod "$MODULEPATH/mbcache.ko" 2>/dev/null
 
-   modprobe mbcache
+   # missing in Fremantle...
+   # modprobe mbcache
 
    if [ "$IMGFS" != "ext3" ] && [ "$IMGFS" != "ext2" ] ; then
      echo "Don't know $IMGFS: Using ext2 file system" >/dev/stderr