From 2e04a06a7cc6b272138d947e440929831e987265 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 29 Nov 2004 11:08:31 +0000 Subject: module "floppy" is in @modules_always_on_stage1 (modules.pl) but must also be listed in modules.pl otherwise it is removed for non BOOT kernels --- kernel/list_modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel') diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 49c3e2df5..991a15894 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -191,7 +191,7 @@ our %l = ( arch() =~ /i.86/ ? 'aes-i586' : 'aes', if_(arch() =~ /sparc/, 'openprom'), - qw(wacom evdev), qw(usblp printer), + qw(wacom evdev), qw(usblp printer), 'floppy', #- these need checking qw(tmspci rrunner meye), -- cgit v1.2.1