summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 5bb59e960..058d3e360 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -665,7 +665,6 @@ sub use_root_part {
fs::get_mntpoints_from_fstab($fstab, $handle->{dir}, 'uniq');
}
map { $_->{mntpoint} = 'swap' } grep { isSwap($_) } @$fstab; #- use all available swap.
- fs::mount_all($fstab, $prefix);
}
sub getHds {
'>90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491
package help;

use common qw(:common);

%steps = (
selectLanguage =>
#- __("
#-    <h1>Pixel's links</h1>
#-
#-      <h2>Search</h2>
#-      Quelques sites de recherche :
#-      <a href=\"http://www.metacrawler.com\">MetaCrawler</a>,
#-      <a href=\"http://www.dejanews.com\">dejanews</a>,
#-      <a href=\"http://www.yahoo.fr\">yahoo(fr)</a>,
#-      <a href=\"http://www.yahoo.com\">yahoo</a>,
#-      <a href=\"http://www.infoseek.com\">infoseek</a>,
#-      <a href=\"http://www.altavista.com\">altavista</a>,
#-      <a href=\"http://www.excite.com\">excite</a>


__("Choose preferred language for install and system usage."),

selectKeyboard =>
 __("Choose the layout corresponding to your keyboard from the list above"),

selectPath =>
 __("Choose \"Installation\" if there are no previous versions of Linux
installed, or if you wish use to multiple distributions or versions.


Choose \"Update\" if you wish to update a previous version of Mandrake
Linux: 5.1 (Venice), 5.2 (Leeloo), 5.3 (Festen) or 6.0 (Venus)."),

selectInstallClass =>
 __("Select:

  - Beginner: If you have never installed Linux before.


  - Developer: If you are familiar with Linux and will be using the
computer primarily for software development, you will find happiness
here.


  - Server: If you wish to install a general purpose server (for mail,
printing...), select this.


  - Expert: If you are fluent with GNU/Linux and want to perform
a highly customized installation, this Install Class is for you."),

setupSCSI =>
 __("DrakX will attempt at first to look for one or more PCI
SCSI adapter(s). If it finds it (or them)  and knows which driver(s)
to use, it will insert it (them)  automatically.


If your SCSI adapter is an ISA board, or is a PCI board but DrakX
doesn't know which driver to use for this card, or if you have no
SCSI adapters at all, you will then be prompted on whether you have
one or not. If you have none, answer \"No\". If you have one or more,
answer \"Yes\". A list of drivers will then pop up, from which you
will have to select one.


After you have selected the driver, DrakX will ask if you
want to specify options for it. First, try and let the driver
probe for the hardware: it usually works fine.


If not, do not forget the information on your hardware that you
could get from your documentation or from Windows (if you have it
on your system), as suggested by the installation guide. These
are the options you will need to provide to the driver."),

partitionDisks =>
 __("In this stage, you may choose what partition(s) use to install your
Linux-Mandrake system."),

#At this point, hard drive partitions must be defined. (Unless you
#are overwriting a previous install of Linux and have already defined
#your hard drive partitions as desired.) This operation consists of
#logically dividing the computer's hard drive capacity into separate
#areas for use.
#
#
#Two common partition are: the root partition (/), which is the starting
#point of the filesystem's directory hierarchy, and /boot, which contains
#all files necessary to start the operating system when the
#computer is first turned on.
#
#
#Because the effects of this process are usually irreversible, partitioning
#can be intimidating and stressful to the unexperienced. DiskDrake
#simplifies the process so that it need not be. Consult the documentation
#and take your time before proceeding."),

formatPartitions =>
 __("Any partitions that have been newly defined must be formatted for
use (formatting meaning creating a filesystem). At this time, you may
wish to re-format some already existing partitions to erase the data
they contain. Note: it is not necessary to re-format pre-existing
partitions, particularly if they contain files or data you wish to keep.
Typically retained are /home and /usr/local."),

choosePackages =>
 __("You may now select the packages you wish to install.


Please note that some packages require the installation of others.
These are referred to as package dependencies. The packages you select,
and the packages they require will be automatically selected for
install. It is impossible to install a package without installing all
of its dependencies.


Information on each category and specific package is available in the
area titled \"Info\",  located between list of packages and the five
buttons \"Install\", \"Select more/less\" and \"Show more/less\"."),

doInstallStep =>
 __("The packages selected are now being installed. This operation
should only take a few minutes."),

selectMouse =>
 __("If DrakX failed to find your mouse, or if you want to
check what it has done, you will be presented the list of mice
above.


If you agree with DrakX' settings, just jump to the section
you want by clicking on it in the menu on the left. Otherwise,
choose a mouse type in the menu which you think is the closest
match for your mouse.

In case of a serial mouse, you will also have to tell DrakX
which serial port it is connected to."),

configureNetwork =>
 __("This section is dedicated to configuring a local area network,
or LAN. If you answer \"Yes\" here, DrakX will try to find an
Ethernet adapter on your machine. PCI adapters should be found and
initialized automatically. However, if your peripheral is ISA,
autodetection will not work, and you will have to choose a driver
from the list that will appear then.


As for SCSI adapters, you can let the driver probe for the adapter
in the first time, otherwise you will have to specify the options
to the driver that you will have fetched from Windows' control
panel.


If you install a Linux-Mandrake system on a machine which is part
of an already existing network, the network administrator will
have given you all necessary information (IP address, network