summaryrefslogtreecommitdiffstats
path: root/kernel/list_modules.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-11-29 11:08:31 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-11-29 11:08:31 +0000
commit2e04a06a7cc6b272138d947e440929831e987265 (patch)
tree354210f9e8e87f87a803ad95e8725d5eb74c95a9 /kernel/list_modules.pm
parent06d30f078b9ef83d70de103d543837ea24d4e653 (diff)
downloaddrakx-backup-do-not-use-2e04a06a7cc6b272138d947e440929831e987265.tar
drakx-backup-do-not-use-2e04a06a7cc6b272138d947e440929831e987265.tar.gz
drakx-backup-do-not-use-2e04a06a7cc6b272138d947e440929831e987265.tar.bz2
drakx-backup-do-not-use-2e04a06a7cc6b272138d947e440929831e987265.tar.xz
drakx-backup-do-not-use-2e04a06a7cc6b272138d947e440929831e987265.zip
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
Diffstat (limited to 'kernel/list_modules.pm')
-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 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),