diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-05 22:54:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-05 22:54:25 +0000 |
commit | 680a22985ade4719c431cf2c43daed9eafd3bd4e (patch) | |
tree | be13b6cba642cb168425d7de4a19ab934a111af1 /perl-install/install2.pm | |
parent | 4b3042e3c70ac231a17c33e0527bf3c2afc2d376 (diff) | |
download | drakx-680a22985ade4719c431cf2c43daed9eafd3bd4e.tar drakx-680a22985ade4719c431cf2c43daed9eafd3bd4e.tar.gz drakx-680a22985ade4719c431cf2c43daed9eafd3bd4e.tar.bz2 drakx-680a22985ade4719c431cf2c43daed9eafd3bd4e.tar.xz drakx-680a22985ade4719c431cf2c43daed9eafd3bd4e.zip |
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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, |