summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-01-02 22:43:43 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-01-02 22:43:43 +0000
commitfbd335923be01d06f013eda6557448dc38a246fd (patch)
tree3d96acdb9da66fe5e7182cd4e3956825e77c610e /perl-install/install_steps.pm
parentb707231329f40f0537da5a7a8a6033cf8bb8fbf5 (diff)
downloaddrakx-backup-do-not-use-fbd335923be01d06f013eda6557448dc38a246fd.tar
drakx-backup-do-not-use-fbd335923be01d06f013eda6557448dc38a246fd.tar.gz
drakx-backup-do-not-use-fbd335923be01d06f013eda6557448dc38a246fd.tar.bz2
drakx-backup-do-not-use-fbd335923be01d06f013eda6557448dc38a246fd.tar.xz
drakx-backup-do-not-use-fbd335923be01d06f013eda6557448dc38a246fd.zip
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 9198279c3..64aeba2b5 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -183,12 +183,6 @@ sub choosePackages($$$$) {
sub beforeInstallPackages {
my ($o) = @_;
-
- $o->{bootloader}{perImageAppend} .= " " . join(" ", grep { /^ide/ } split ' ', cat_("/proc/cmdline"));
- if (my @l = detect_devices::getIDEBurners()) {
- $o->{bootloader}{perImageAppend} .= " " . join(" ", map { "$_=ide-scsi" } @l);
- }
-
network::add2hosts("$o->{prefix}/etc/hosts", "localhost.localdomain", "127.0.0.1");
require pkgs;
pkgs::init_db($o->{prefix}, $o->{isUpgrade});