summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-03-20 01:52:56 +0000
committerOlivier Blin <oblin@mandriva.com>2008-03-20 01:52:56 +0000
commit13dc42f42a5e47ed4b6ce789025b8efe9b458350 (patch)
treee590e6efe90aa10c9e7bf990ebc05ea1902d9afa /perl-install
parentc53e74888916d504993bf17dfe3defaf92978667 (diff)
downloaddrakx-13dc42f42a5e47ed4b6ce789025b8efe9b458350.tar
drakx-13dc42f42a5e47ed4b6ce789025b8efe9b458350.tar.gz
drakx-13dc42f42a5e47ed4b6ce789025b8efe9b458350.tar.bz2
drakx-13dc42f42a5e47ed4b6ce789025b8efe9b458350.tar.xz
drakx-13dc42f42a5e47ed4b6ce789025b8efe9b458350.zip
10.17
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/Makefile.config2
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/install/NEWS2
3 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config
index 06b2079fa..c5c9e1874 100644
--- a/perl-install/Makefile.config
+++ b/perl-install/Makefile.config
@@ -1,5 +1,5 @@
# -*- Makefile -*-
-VERSION:=10.16.1
+VERSION:=10.17
SUDO = sudo
TMPDIR = /tmp
diff --git a/perl-install/NEWS b/perl-install/NEWS
index cd157ddb6..3714992a9 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+Version 10.17 - 20 March 2008
+
- use UUID by default (for diskdrake and draklive-install)
- finish-install:
o write modprobe.conf after configuring network
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index d23bd5716..33853500f 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+Version 10.17 - 20 March 2008
+
- do not unconfigure timezone if timezone screen is canceled (#33565)
- update OpenOffice/BrOffice alternative according to selected lang (#37820)
a id='n221' href='#n221'>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 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839
package help;
use common;

# IMPORTANT: Don't edit this File - It is automatically generated 
#            from the manuals !!! 
#            Write a mail to <doc@linux-mandrake.com> if you want 
#            it changed.

%steps = (
empty => '',

addUser => 
__("GNU/Linux is a multiuser system, and this means that each user can have his
own preferences, his own files and so on. You can read the ``User Guide''
to learn more. But unlike \"root\", which is the administrator, the users
you will add here will not be entitled to change anything except their own
files and their own configuration. You will have to create at least one
regular user for yourself. That account is where you should log in for
routine use. Although it is very practical to log in as \"root\" everyday,
it may also be very dangerous! The slightest mistake could mean that your
system would not work any more. If you make a serious mistake as a regular
user, you may only lose some information, but not the entire system.

First, you have to enter your real name. This is not mandatory, of course -
as you can actually enter whatever you want. DrakX will then take the first
word you have entered in the box and will bring it over to the \"User
name\". This is the name this particular user will use to log into the
system. You can change it. You then have to enter a password here. A
non-privileged (regular) user's password is not as crucial as that of
\"root\" from a security point of view, but that is no reason to neglect it
- after all, your files are at risk.

If you click on \"Accept user\", you can then add as many as you want. Add
a user for each one of your friends: your father or your sister, for
example. When you finish adding all the users you want, select \"Done\".

Clicking the \"Advanced\" button allows you to change the default \"shell\"
for that user (bash by default)."),

ask_mntpoint_s => 
__("Listed above are the existing Linux partitions detected on your hard drive.
You can keep the choices made by the wizard, they are good for most common
installs. If you make any changes, you must at least define a root
partition (\"/\"). Do not choose too small a partition or you will not be
able to install enough software. If you want to store your data on a
separate partition, you will also need to create a partition for \"/home\"
(only possible if you have more than one Linux partition available).

Each partition is listed as follows: \"Name\", \"Capacity\".

\"Name\" is structured: \"hard drive type\", \"hard drive number\",
\"partition number\" (for example, \"hda1\").

\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and
\"sd\" if it is a SCSI hard drive.

\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE
hard drives:

 * \"a\" means \"master hard drive on the primary IDE controller\",

 * \"b\" means \"slave hard drive on the primary IDE controller\",

 * \"c\" means \"master hard drive on the secondary IDE controller\",

 * \"d\" means \"slave hard drive on the secondary IDE controller\".

With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means
\"second lowest SCSI ID\", etc."),

chooseCd => 
__("The Mandrake Linux installation is spread out over several CDROMs. DrakX
knows if a selected package is located on another CDROM and will eject the
current CD and ask you to insert a different one as required."),

choosePackages => 
__("It is now time to specify which programs you wish to install on your
system. There are thousands of packages available for Mandrake Linux, and
you are not supposed to know them all by heart.

If you are performing a standard installation from CDROM, you will first be
asked to specify the CDs you currently have (in Expert mode only). Check
the CD labels and highlight the boxes corresponding to the CDs you have
available for installation. Click \"OK\" when you are ready to continue.

Packages are sorted in groups corresponding to a particular use of your
machine. The groups themselves are sorted into four sections:

 * \"Workstation\": if you plan to use your machine as a workstation, select
one or more of the corresponding groups.

 * \"Development\": if the machine is to be used for programming, choose the
desired group(s).

 * \"Server\": finally, if the machine is intended to be a server, you will
be able to select which of the most common services you wish to see
installed on the machine.

 * \"Graphical Environment\": this is where you will choose your preferred
graphical environment. At least one must be selected if you want to have a
graphical workstation!

Moving the mouse cursor over a group name will display a short explanatory
text about that group.

You can check the \"Individual package selection\" box, which is useful if
you are familiar with the packages being offered or if you want to have
total control over what will be installed.

If you started the installation in \"Update\" mode, you can unselect all
groups to avoid installing any new package. This is useful for repairing or
updating an existing system."),

choosePackagesTree => 
__("Finally, depending on your choice of whether or not to select individual
packages, you will be presented a tree containing all packages classified
by groups and subgroups. While browsing the tree, you can select entire
groups, subgroups, or individual packages.

Whenever you select a package on the tree, a description appears on the
right. When your selection is finished, click the \"Install\" button which
will then launch the installation process. Depending on the speed of your
hardware and the number of packages that need to be installed, it may take
a while to complete the process. A time to complete estimate is displayed
on the screen to help you gauge if there is sufficient time to enjoy a cup
of coffee.

!! If a server package has been selected either intentionally or because it
was part of a whole group, you will be asked to confirm that you really
want those servers to be installed. Under Mandrake Linux, any installed
servers are started by default at boot time. Even if they are safe and have
no known issues at the time the distribution was shipped, it may happen
that security holes are discovered after this version of Mandrake Linux was
finalized. If you do not know what a particular service is supposed to do
or why it is being installed, then click \"No\". Clicking \"Yes\" will
install the listed services and they will be started automatically by
default. !!

The \"Automatic dependencies\" option simply disables the warning dialog
which appears whenever the installer automatically selects a package. This
occurs because it has determined that it needs to satisfy a dependency with
another package in order to successfully complete the installation.

The tiny floppy disc icon at the bottom of the list allows to load the
packages list chosen during a previous installation. Clicking on this icon
will ask you to insert a floppy disk previously created at the end of
another installation. See the second tip of last step on how to create such
a floppy."),

configureNetwork => 
__("If you wish to connect your computer to the Internet or to a local network,
please choose the correct option. Please turn on your device before
choosing the correct option to let DrakX detect it automatically.

Mandrake Linux proposes the configuration of an Internet connection at
installation time. Available connections are: traditional modem, ISDN
modem, ADSL connection, cable modem, and finally a simple LAN connection
(Ethernet).

Here, we will not detail each configuration. Simply make sure that you have
all the parameters from your Internet Service Provider or system
administrator.

You can consult the manual chapter about Internet connections for details
about the configuration, or simply wait until your system is installed and
use the program described there to configure your connection.

If you wish to configure the network later after installation or if you
have finished configuring your network connection, click \"Cancel\"."),

configureServices => 
__("You may now choose which services you wish to start at boot time.

Here are presented all the services available with the current
installation. Review them carefully and uncheck those which are not always
needed at boot time.

You can get a short explanatory text about a service by selecting a
specific service. However, if you are not sure whether a service is useful
or not, it is safer to leave the default behavior.

At this stage, be very careful if you intend to use your machine as a
server: you will probably not want to start any services that you do not