diff options
Diffstat (limited to 'install/filesystems')
-rw-r--r-- | install/filesystems | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/filesystems b/install/filesystems index bebef3e..c9528a7 100644 --- a/install/filesystems +++ b/install/filesystems @@ -2,7 +2,7 @@ install () { - MODULES=" $(all_modules '/kernel/fs' | grep -v "nls") " + MODULES=" $(checked_modules '/kernel/fs' | grep -v "nls") " BINARIES="" FILES="" SCRIPT="filesystems" |