diff options
author | Francois Pons <fpons@mandriva.com> | 2001-01-05 15:25:08 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-01-05 15:25:08 +0000 |
commit | 65ef27a5bdc4cb35bf1fc586a6190c34fc9cd58c (patch) | |
tree | 6afc0da37b1d74efe97a65e7c7262ab9b6fb283e | |
parent | d6852e2f73b4476b37685a317bd92e07fbcfb164 (diff) | |
download | drakx-backup-do-not-use-65ef27a5bdc4cb35bf1fc586a6190c34fc9cd58c.tar drakx-backup-do-not-use-65ef27a5bdc4cb35bf1fc586a6190c34fc9cd58c.tar.gz drakx-backup-do-not-use-65ef27a5bdc4cb35bf1fc586a6190c34fc9cd58c.tar.bz2 drakx-backup-do-not-use-65ef27a5bdc4cb35bf1fc586a6190c34fc9cd58c.tar.xz drakx-backup-do-not-use-65ef27a5bdc4cb35bf1fc586a6190c34fc9cd58c.zip |
eval insmoding ide-cd (just in case)
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 74dc12074..89872582f 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -634,7 +634,7 @@ sub get_that_type { sub load_ide { if (1) { #- add it back to support Ultra66 on ide modules. - load("ide-cd"); + eval { load("ide-cd"); } } else { eval { load("ide-mod", 'prereq', 'options="' . detect_devices::hasUltra66() . '"'); |