From 2f7a21aaf71ba7b603666de181586bb7453bbf10 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sat, 6 Jun 2009 22:56:12 +0200 Subject: Remove the filesystems runtime hook: Detection is done by kinit, don't duplicate code here --- install/filesystems | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'install') diff --git a/install/filesystems b/install/filesystems index 67ab1a2..7761fdc 100644 --- a/install/filesystems +++ b/install/filesystems @@ -5,14 +5,13 @@ install () MODULES=" $(checked_modules '/kernel/fs' | grep -v "nls") $(checked_modules '/kernel/fs/nls/nls_cp437')" BINARIES="" FILES="" - SCRIPT="filesystems" + SCRIPT="" } help () { cat<