From 2bda801375131eadb2c2b24546f42cef39d14ec9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 8 Aug 2005 00:37:01 +0000 Subject: cleanup --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 63f0290d9..b7065a6eb 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -434,7 +434,7 @@ sub prep_net_suppl_media { $net_suppl_media_configured = 1; my ($o) = @_; #- install basesystem now - $::o->do_pkgs->ensure_is_installed('basesystem', undef, 1); + $o->do_pkgs->ensure_is_installed('basesystem', undef, 1); #- from install_steps_interactive: local $::expert = $::expert; require network::netconnect; -- cgit v1.2.1