summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-01-08 16:48:13 +0000
committerFrancois Pons <fpons@mandriva.com>2003-01-08 16:48:13 +0000
commit7d36a63bcbd7e69e471a4a120cda43471703bc13 (patch)
tree0cb49bb3150cafe41aaf6b862ed9b7a0ddeb93ea /perl-install/install2.pm
parent22e659977faafc0f55a02be7197d49885be362c1 (diff)
downloaddrakx-backup-do-not-use-7d36a63bcbd7e69e471a4a120cda43471703bc13.tar
drakx-backup-do-not-use-7d36a63bcbd7e69e471a4a120cda43471703bc13.tar.gz
drakx-backup-do-not-use-7d36a63bcbd7e69e471a4a120cda43471703bc13.tar.bz2
drakx-backup-do-not-use-7d36a63bcbd7e69e471a4a120cda43471703bc13.tar.xz
drakx-backup-do-not-use-7d36a63bcbd7e69e471a4a120cda43471703bc13.zip
removed perl_checker warning.
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 48aa1ddd6..a1b69edba 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -275,7 +275,7 @@ sub createBootdisk {
#------------------------------------------------------------------------------
sub setupBootloader {
- my ($clicked, $ent_number, $auto) = @_;
+ my ($_clicked, $ent_number, $auto) = @_;
return if $::g_auto_install || $::uml_install;
modules::write_conf($o->{prefix});
@@ -292,7 +292,7 @@ sub setupBootloader {
}
#------------------------------------------------------------------------------
sub configureX {
- my ($clicked, $_ent_number, $auto) = @_;
+ my ($_clicked, $_ent_number, $auto) = @_;
#- done here and also at the end of install2.pm, just in case...
install_any::write_fstab($o);