summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/list_modules.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 034f7436b..b5cb2ce2b 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -97,7 +97,7 @@ our %l = (
fs =>
{
network => [ qw(af_packet nfs lockd sunrpc) ],
- cdrom => [ qw(isofs) ],
+ cdrom => [ qw(isofs inflate_fs) ],
loopback => [ qw(isofs loop) ],
local => [
if_(arch() =~ /^i.86|x86_64/, qw(vfat fat)),