From 680a22985ade4719c431cf2c43daed9eafd3bd4e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 5 Nov 1999 22:54:25 +0000 Subject: no_comment --- perl-install/install2.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 4d6d5102e..3765fb147 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -45,7 +45,7 @@ my @installSteps = ( partitionDisks => [ __("Setup filesystems"), 1, 0, "selectPath" ], formatPartitions => [ __("Format partitions"), 1, -1, "partitionDisks" ], choosePackages => [ __("Choose packages to install"), 1, 1, "selectPath" ], - doInstallStep => [ __("Install system"), 1, -1, ["formatPartitions", "selectPath"] ], + doInstallStep => [ __("Install system"), 1, -1 ], miscellaneous => [ __("Miscellaneous"), 1, 1 ], configureNetwork => [ __("Configure networking"), 1, 1, "formatPartitions" ], configureTimezone => [ __("Configure timezone"), 1, 1, "doInstallStep" ], @@ -153,7 +153,7 @@ $o = $::o = { str_type => $printer::printer_type_default, QUEUE => "lp", SPOOLDIR => "/var/spool/lpd/lp", - DBENTRY => "DeskJet670", + DBENTRY => "PostScript", PAPERSIZE => "legal", CRLF => 0, -- cgit v1.2.1