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 cd1a4cb..337a6a5 100644 --- a/install/filesystems +++ b/install/filesystems @@ -1,6 +1,6 @@ # vim: set ft=sh: -install () +build() { if [ "${autodetect_fs_detection_failed}" = "1" ]; then MODULES=" $(all_modules '/kernel/fs' | grep -v "nls")" |