diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 0a6f0bb91..51f2413f5 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -157,7 +157,7 @@ $o = $::o = { PAPERSIZE => "legal", CRLF => 0, - DEVICE => "/dev/lp", + DEVICE => "/dev/lp0", REMOTEHOST => "", REMOTEQUEUE => "", @@ -249,8 +249,6 @@ sub selectPath { sub selectInstallClass { $o->selectInstallClass(@install_classes); - $::expert = $o->{installClass} eq "expert"; - $::beginner = $o->{installClass} eq "beginner"; $o->{partitions} ||= $suggestedPartitions{$o->{installClass}}; if ($o->{steps}{choosePackages}{entered} >= 1 && !$o->{steps}{doInstallStep}{done}) { |