diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-08-22 11:33:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-08-22 11:33:07 +0000 |
commit | 598c11d00366b279d4a5ca837e0e6fab462d8da4 (patch) | |
tree | 247f560dcd430fc2dc527a2cf62df834be48d807 | |
parent | 3222d7b5432ba022dc98787c0114b9ad94d0cea6 (diff) | |
download | drakx-backup-do-not-use-598c11d00366b279d4a5ca837e0e6fab462d8da4.tar drakx-backup-do-not-use-598c11d00366b279d4a5ca837e0e6fab462d8da4.tar.gz drakx-backup-do-not-use-598c11d00366b279d4a5ca837e0e6fab462d8da4.tar.bz2 drakx-backup-do-not-use-598c11d00366b279d4a5ca837e0e6fab462d8da4.tar.xz drakx-backup-do-not-use-598c11d00366b279d4a5ca837e0e6fab462d8da4.zip |
include microcode.ko in installer image
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 8164e6f29..fff76b4cb 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -309,7 +309,7 @@ our %l = ( qw(crc32c crc32c-intel), - qw(evdev), qw(usblp printer), 'floppy', + qw(evdev), qw(usblp printer), 'floppy', 'microcode', #- these need checking qw(rrunner meye), |