summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>1999-11-08 10:02:01 +0000
committerFrancois Pons <fpons@mandriva.com>1999-11-08 10:02:01 +0000
commit3240a98c869b07d8ac517a55f5988399b0249e75 (patch)
treeeb6eef29e64811e21735783d9c01901a38b38111 /perl-install/install2.pm
parent0f16f9693f47687136e5058916d0d04dcb611217 (diff)
downloaddrakx-3240a98c869b07d8ac517a55f5988399b0249e75.tar
drakx-3240a98c869b07d8ac517a55f5988399b0249e75.tar.gz
drakx-3240a98c869b07d8ac517a55f5988399b0249e75.tar.bz2
drakx-3240a98c869b07d8ac517a55f5988399b0249e75.tar.xz
drakx-3240a98c869b07d8ac517a55f5988399b0249e75.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm53
1 files changed, 27 insertions, 26 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 8d1181316..8df3a9f49 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -41,8 +41,8 @@ my @installSteps = (
selectInstallClass => [ __("Select installation class"), 1, 1, 0 ],
setupSCSI => [ __("Setup SCSI"), 1, 0, 0 ],
selectPath => [ __("Choose install or upgrade"), 0, 0, 0, "selectInstallClass" ],
- selectMouse => [ __("Configure mouse"), 1, 1, 0, "selectPath" ],
- selectKeyboard => [ __("Choose your keyboard"), 1, 1, 1, "selectPath" ],
+ selectMouse => [ __("Configure mouse"), 1, 1, 1, "selectPath" ],
+ selectKeyboard => [ __("Choose your keyboard"), 1, 1, 0, "selectPath" ],
partitionDisks => [ __("Setup filesystems"), 1, 0, 0, "selectPath" ],
formatPartitions => [ __("Format partitions"), 1, -1, 0, "partitionDisks" ],
choosePackages => [ __("Choose packages to install"), 1, 1, 1, "selectPath" ],
@@ -146,30 +146,31 @@ $o = $::o = {
#- GMT => 1,
},
printer => {
- want => 0,
- complete => 0,
- str_type => $printer::printer_type_default,
- QUEUE => "lp",
- SPOOLDIR => "/var/spool/lpd/lp",
- DBENTRY => "PostScript",
- PAPERSIZE => "legal",
- CRLF => 0,
-
- DEVICE => "/dev/lp0",
-
- REMOTEHOST => "",
- REMOTEQUEUE => "",
-
- NCPHOST => "printerservername",
- NCPQUEUE => "queuename",
- NCPUSER => "user",
- NCPPASSWD => "pass",
-
- SMBHOST => "hostname",
- SMBHOSTIP => "1.2.3.4",
- SMBSHARE => "printername",
- SMBUSER => "user",
- SMBPASSWD => "passowrd",
+ want => 0,
+ complete => 0,
+ str_type => $printer::printer_type_default,
+ QUEUE => "lp",
+ SPOOLDIR => "/var/spool/lpd/lp",
+ DBENTRY => "PostScript",
+ PAPERSIZE => "legal",
+ CRLF => 0,
+ AUTOSENDEOF => 0,
+
+ DEVICE => "/dev/lp0",
+
+ REMOTEHOST => "",
+ REMOTEQUEUE => "",
+
+ NCPHOST => "printerservername",
+ NCPQUEUE => "queuename",
+ NCPUSER => "user",
+ NCPPASSWD => "pass",
+
+ SMBHOST => "hostname",
+ SMBHOSTIP => "1.2.3.4",
+ SMBSHARE => "printername",
+ SMBUSER => "user",
+ SMBPASSWD => "passowrd",
SMBWORKGROUP => "AS3",
},
#- superuser => { password => 'a', shell => '/bin/bash', realname => 'God' },