diff options
-rw-r--r-- | perl-install/install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 2f0ef97e8..6fa8259ce 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,6 +1,6 @@ - stop configuring TV cards in summary since kernel do a better job now - fix passing module options when module name contains a '-' character -- add dkms-modules.alias file in stage2 +- add dkms-modules.alias and ldetect-lst-modules.alias files in stage2 Version 10.4.204 - 19 September 2007, by Pascal "Pixel" Rigaux diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index a4c321d3d..da452a2eb 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -174,6 +174,10 @@ </filter> </from> +<from dir="/lib/module-init-tools"> + ldetect-lst-modules.alias +</from> + <from dir="/usr/LIB/pango/*/modules"> pango-basic-fc.so pango-arabic-fc.so |