Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.1 by unnilennium, Wed Apr 12 20:19:30 2017 UTC | Revision 1.2 by unnilennium, Sat Apr 15 03:54:54 2017 UTC | |
---|---|---|
# | Line 684 | Line 684 |
684 | + my @cmd = `cat /proc/filesystems`; | + my @cmd = `cat /proc/filesystems`; |
685 | + foreach (@cmd) | + foreach (@cmd) |
686 | + { | + { |
687 | + if (/.*\/(.*?)\.ko/s){$fs {$1}=$1;} | + if (/.*\t(.*?)$/s){$fs {$1}=$1;} |
688 | + } | + } |
689 | + @cmd = `ls -1 /lib/modules/\$(uname -r)/kernel/fs/*/*ko`; | + @cmd = `ls -1 /lib/modules/\$(uname -r)/kernel/fs/*/*ko`; |
690 | + foreach (@cmd) | + foreach (@cmd) |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |