summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-08-29 10:52:49 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-08-29 10:52:49 +0000
commitb15e41661dfffb67cfedaf42833529f6900bb6b5 (patch)
treeeed629505d2ace33446e05e4d7971ed163215037 /perl-install
parentb3ffb3107e701cec95b5eca11f18bea3291f626f (diff)
downloaddrakx-backup-do-not-use-b15e41661dfffb67cfedaf42833529f6900bb6b5.tar
drakx-backup-do-not-use-b15e41661dfffb67cfedaf42833529f6900bb6b5.tar.gz
drakx-backup-do-not-use-b15e41661dfffb67cfedaf42833529f6900bb6b5.tar.bz2
drakx-backup-do-not-use-b15e41661dfffb67cfedaf42833529f6900bb6b5.tar.xz
drakx-backup-do-not-use-b15e41661dfffb67cfedaf42833529f6900bb6b5.zip
no_comment
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install2.pm18
1 files changed, 8 insertions, 10 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 35b6c52fe..8e5361933 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -53,8 +53,8 @@ select \"No\".
If you don't know if your computer has SCSI interfaces, consult the
original documentation delivered with the computer, or if you use
-Microsoft Windows 95/98, inspect the information available via \"Control
-panel\", \"System\", \"Peripheral manager\"."),
+Microsoft Windows 95/98, inspect the information available via the \"Control
+panel\", \"System's icon, \"Device Manager\" tab."),
partitionDisks =>
__("At this point, hard drive partitions must be defined. (Unless you
@@ -125,8 +125,8 @@ complicated that it will be difficult to remember.
When you login as Administrator, at \"login\" type \"root\" and at
\"password\", type the password that was created here."),
-addUser =>
- __("You can now authorize one or more people to be use your Linux
+addUser =>
+ __("You can now authorize one or more people to use your Linux
system. Each user account will have their own customizable environment.
It is very important that you create a regular user account, even if
@@ -151,9 +151,7 @@ configureX =>
__("It is now time to configure the video card and monitor
configuration for the X windows Graphic User Interface (GUI). First
select your monitor. Next, you may test the configuration and change
-your
-selections if necessary."),
-
+your selections if necessary."),
exitInstall =>
__("Help"),
);
@@ -171,9 +169,9 @@ my @installSteps = (
doInstallStep => [ __("Install system"), 1, -1, ["formatPartitions", "selectPath"] ],
configureMouse => [ __("Configure mouse"), 1, 1, "formatPartitions" ],
configureNetwork => [ __("Configure networking"), 1, 1, "formatPartitions" ],
-# configureTimezone => [ __("Configure timezone"), 0, 0 ],
-# configureServices => [ __("Configure services"), 0, 0 ],
-# configurePrinter => [ __("Configure printer"), 0, 0 ],
+ configureTimezone => [ __("Configure timezone"), 0, 0 ],
+ configureServices => [ __("Configure services"), 0, 0 ],
+ configurePrinter => [ __("Configure printer"), 0, 0 ],
setRootPassword => [ __("Set root password"), 1, 1, "formatPartitions" ],
addUser => [ __("Add a user"), 1, 1, "formatPartitions" ],
createBootdisk => [ __("Create bootdisk"), 1, 0, "doInstallStep" ],