diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-02-20 14:17:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-02-20 14:17:49 +0000 |
commit | f1ee7c77cde28e69abc414b5b92cd7c05089bfb9 (patch) | |
tree | 829f840b5b0544795ab2a88f137af009fb8e4f30 /perl-install/install_steps.pm | |
parent | 3cb288b92289c761902e7f49b94465a6bdc84180 (diff) | |
download | drakx-backup-do-not-use-f1ee7c77cde28e69abc414b5b92cd7c05089bfb9.tar drakx-backup-do-not-use-f1ee7c77cde28e69abc414b5b92cd7c05089bfb9.tar.gz drakx-backup-do-not-use-f1ee7c77cde28e69abc414b5b92cd7c05089bfb9.tar.bz2 drakx-backup-do-not-use-f1ee7c77cde28e69abc414b5b92cd7c05089bfb9.tar.xz drakx-backup-do-not-use-f1ee7c77cde28e69abc414b5b92cd7c05089bfb9.zip |
alias agpgart should be only for 2.6, since code doesn't allow this easily,
adding the agp module to modprobe.preload
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 298c9c0e6..5c931ca8a 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -335,10 +335,6 @@ sub beforeInstallPackages { log::l("setting excludedocs to $o->{excludedocs}"); substInFile { s/%_excludedocs.*//; $_ .= "%_excludedocs yes\n" if eof && $o->{excludedocs} } "$o->{prefix}/etc/rpm/macros"; - if (my ($agp) = modules::probe_category('various/agpgart')) { - modules::add_alias('agpgart', $agp->{driver}); - } - #- add oem theme if the files exists. mkdir_p("$o->{prefix}/usr/share"); install_any::getAndSaveFile("Mandrake/base/oem-theme.rpm", "$o->{prefix}/usr/share/oem-theme.rpm"); |