Display debug-hint if failed to load the kernel module.
[lufs.git] / kernel / Linux / prepmod.in
index 0f0bfe4..6e87842 100755 (executable)
@@ -139,7 +139,7 @@ for (<$modbindir/*-$uname_r/*.o>,<$modbindir/*-${uname_r_base}/*.o>,<$modbindir/
        do { cluck "Failed to symlink $_"; next; } if _system "rm -rf $moduledir; mkdir -p $moduledir; ln -s $_ $moduledir/lufs.o";
        _pass 1;
        }
-confess "lufs module not loaded: $basedir not compilable and no module of $modbindir/*.o usable";
+confess "lufs module not loaded: Try running $basedir/prepmod to see more.";
 
 
 sub build