home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-2 / Inter.Net 55-2.iso / Mandrake / mdkinst / usr / bin / perl-install / help.pm < prev    next >
Encoding:
Perl POD Document  |  2000-01-12  |  14.8 KB  |  631 lines

  1. package help;
  2.  
  3. use common qw(:common);
  4.  
  5. %steps = (
  6. selectLanguage =>
  7. __("Choose preferred language for install and system usage."),
  8.  
  9. selectKeyboard =>
  10.  __("Choose the layout corresponding to your keyboard from the list above"),
  11.  
  12. selectPath =>
  13.  __("Choose \"Install\" if there are no previous versions of Linux
  14. installed, or if you wish to use multiple distributions or versions.
  15.  
  16.  
  17. Choose \"Upgrade\" if you wish to update a previous version of Mandrake
  18. Linux: 5.1 (Venice), 5.2 (Leloo), 5.3 (Festen), 6.0 (Venus), 6.1
  19. (Helios) or Gold 2000."),
  20.  
  21. selectInstallClass =>
  22.  __("Select:
  23.  
  24.   - Recommended: If you have never installed Linux before.
  25.  
  26.  
  27.   - Customized: If you are familiar with Linux, you will be able to 
  28. select the usage for the installed system between normal, development or
  29. server. Choose \"Normal\" for a general purpose installation of your
  30. computer. You may choose \"Development\" if you will be using the computer
  31. primarily for software development, or choose \"Server\" if you wish to
  32. install a general purpose server (for mail, printing...).
  33.  
  34.  
  35.   - Expert: If you are fluent with GNU/Linux and want to perform
  36. a highly customized installation, this Install Class is for you. You will
  37. be able to select the usage of your installed system as for \"Customized\"."),
  38.  
  39. setupSCSI =>
  40.  __("DrakX will attempt at first to look for one or more PCI
  41. SCSI adapter(s). If it finds it (or them)  and knows which driver(s)
  42. to use, it will insert it (them)  automatically.
  43.  
  44.  
  45. If your SCSI adapter is an ISA board, or is a PCI board but DrakX
  46. doesn't know which driver to use for this card, or if you have no
  47. SCSI adapters at all, you will then be prompted on whether you have
  48. one or not. If you have none, answer \"No\". If you have one or more,
  49. answer \"Yes\". A list of drivers will then pop up, from which you
  50. will have to select one.
  51.  
  52.  
  53. After you have selected the driver, DrakX will ask if you
  54. want to specify options for it. First, try and let the driver
  55. probe for the hardware: it usually works fine.
  56.  
  57.  
  58. If not, do not forget the information on your hardware that you
  59. could get from your documentation or from Windows (if you have it
  60. on your system), as suggested by the installation guide. These
  61. are the options you will need to provide to the driver."),
  62.  
  63. partitionDisks =>
  64.  __("At this point, you may choose what partition(s) to use to install
  65. your Linux-Mandrake system if they have been already defined (from a
  66. previous install of Linux or from another partitionning tool). In other
  67. cases, hard drive partitions must be defined. This operation consists of
  68. logically dividing the computer's hard drive capacity into separate
  69. areas for use.
  70.  
  71.  
  72. If you have to create new partitions, use \"Auto allocate\" to automatically
  73. create partitions for Linux. You can select the disk for partitionning by
  74. clicking on \"hda\" for the first IDE drive,
  75. \"hdb\" for the second or \"sda\" for the first SCSI drive and so on.
  76.  
  77.  
  78. Two common partition are: the root partition (/), which is the starting
  79. point of the filesystem's directory hierarchy, and /boot, which contains
  80. all files necessary to start the operating system when the
  81. computer is first turned on.
  82.  
  83.  
  84. Because the effects of this process are usually irreversible, partitioning
  85. can be intimidating and stressful to the unexperienced user. DiskDrake
  86. simplifies the process so that it need not be. Consult the documentation
  87. and take your time before proceeding."),
  88.  
  89. formatPartitions =>
  90.  __("Any partitions that have been newly defined must be formatted for
  91. use (formatting meaning creating a filesystem). At this time, you may
  92. wish to re-format some already existing partitions to erase the data
  93. they contain. Note: it is not necessary to re-format pre-existing
  94. partitions, particularly if they contain files or data you wish to keep.
  95. Typically retained are /home and /usr/local."),
  96.  
  97. choosePackages =>
  98.  __("You may now select the packages you wish to install.
  99.  
  100.  
  101. First you can select group of package to install or upgrade. After that
  102. you can select more packages according to the total size you wish to
  103. select.
  104.  
  105.  
  106. If you are in expert mode, you can select packages individually.
  107. Please note that some packages require the installation of others.
  108. These are referred to as package dependencies. The packages you select,
  109. and the packages they require will be automatically selected for
  110. install. It is impossible to install a package without installing all
  111. of its dependencies."),
  112.  
  113. doInstallStep =>
  114.  __("The packages selected are now being installed. This operation
  115. should take a few minutes unless you have chosen to upgrade an
  116. existing system, in that case it can take more time even before
  117. upgrade starts."),
  118.  
  119. selectMouse =>
  120.  __("If DrakX failed to find your mouse, or if you want to
  121. check what it has done, you will be presented the list of mice
  122. above.
  123.  
  124.  
  125. If you agree with DrakX' settings, just jump to the section
  126. you want by clicking on it in the menu on the left. Otherwise,
  127. choose a mouse type in the menu which you think is the closest
  128. match for your mouse.
  129.  
  130.  
  131. In case of a serial mouse, you will also have to tell DrakX
  132. which serial port it is connected to."),
  133.  
  134. selectSerialPort =>
  135.  __("Please select the correct port. For example, the COM1 port in MS Windows
  136. is named ttyS0 in Linux."),
  137.  
  138. configureNetwork =>
  139.  __("This section is dedicated to configuring a local area
  140. network (LAN) or a modem.
  141.  
  142. Choose \"Local LAN\" and DrakX will
  143. try to find an Ethernet adapter on your machine. PCI adapters
  144. should be found and initialized automatically.
  145. However, if your peripheral is ISA, autodetection will not work,
  146. and you will have to choose a driver from the list that will appear then.
  147.  
  148.  
  149. As for SCSI adapters, you can let the driver probe for the adapter
  150. in the first time, otherwise you will have to specify the options
  151. to the driver that you will have fetched from documentation of your
  152. hardware.
  153.  
  154.  
  155. If you install a Linux-Mandrake system on a machine which is part
  156. of an already existing network, the network administrator will
  157. have given you all necessary information (IP address, network
  158. submask or netmask for short, and hostname). If you're setting
  159. up a private network at home for example, you should choose
  160. addresses.
  161.  
  162.  
  163. Choose \"Dialup with modem\" and the Internet connection with
  164. a modem will be configured. DrakX will try to find your modem,
  165. if it fails you will have to select the right serial port where
  166. your modem is connected to."),
  167.  
  168. configureNetworkIP =>
  169.  __("Enter:
  170.  
  171.   - IP address: if you don't know it, ask your network administrator or ISP.
  172.  
  173.  
  174.   - Netmask: \"255.255.255.0\" is generally a good choice. If you are not
  175. sure, ask your network administrator or ISP.
  176.  
  177.  
  178.   - Automatic IP: If your network uses bootp or dhcp protocol, select 
  179. this option. If selected, no value is needed in \"IP address\". If you are
  180. not sure, ask your network administrator or ISP.
  181. "),
  182.  
  183. configureNetworkISP =>
  184.  __("You may now enter dialup options. If you're not sure what to enter, the
  185. correct information can be obtained from your ISP."),
  186.  
  187. configureNetworkProxy =>
  188.  __("If you will use proxies, please configure them now. If you don't know if
  189. you will use proxies, ask your network administrator or your ISP."),
  190.  
  191. installCrypto =>
  192.  __("You can install cryptographic package if your internet connection has been
  193. set up correctly. First choose a mirror where you wish to download packages and
  194. after that select the packages to install.
  195.  
  196. Note you have to select mirror and cryptographic packages according
  197. to your legislation."),
  198.  
  199. configureTimezone =>
  200.  __("You can now select your timezone according to where you live.
  201.  
  202.  
  203. Linux manages time in GMT or \"Greenwich Meridian Time\" and translates it
  204. in local time according to the time zone you have selected."),
  205.  
  206. configureServices =>
  207.  __("Help"),
  208.  
  209. configurePrinter =>
  210.  __("Linux can deal with many types of printer. Each of these
  211. types require a different setup.
  212.  
  213.  
  214. If your printer is directly connected to your computer, select
  215. \"Local printer\". You will then have to tell which port your
  216. printer is connected to, and select the appropriate filter.
  217.  
  218.  
  219. If you want to access a printer located on a remote Unix machine,
  220. you will have to select \"Remote lpd\". In order to make
  221. it work, no username or password is required, but you will need
  222. to know the name of the printing queue on this server.
  223.  
  224.  
  225. If you want to access a SMB printer (which means, a printer located
  226. on a remote Windows 9x/NT machine), you will have to specify its
  227. SMB name (which is not its TCP/IP name), and possibly its IP address,
  228. plus the username, workgroup and password required in order to
  229. access the printer, and of course the name of the printer. The same goes
  230. for a NetWare printer, except that you need no workgroup information."),
  231.  
  232. setRootPassword =>
  233.  __("You can now enter the root password for your Linux-Mandrake
  234. system. The password must be entered twice to verify that both
  235. password entries are identical.
  236.  
  237.  
  238. Root is the administrator of the system, and is the only user
  239. allowed to modify the system configuration. Therefore, choose
  240. this password carefully! Unauthorized use of the root account can
  241. be extremely dangerous to the integrity of the system and its data,
  242. and other systems connected to it. The password should be a
  243. mixture of alphanumeric characters and a least 8 characters long. It
  244. should *never* be written down. Do not make the password too long or
  245. complicated, though: you must be able to remember without too much
  246. effort."),
  247.  
  248. setRootPasswordMd5 =>
  249.  __("To enable a more secure system, you should select \"Use shadow file\" and
  250. \"Use MD5 passwords\"."),
  251.  
  252. setRootPasswordNIS =>
  253.  __("If your network uses NIS, select \"Use NIS\". If you don't know, ask your
  254. network administrator."),
  255.  
  256. addUser =>
  257.  __("You may now create one or more \"regular\" user account(s), as
  258. opposed to the \"privileged\" user account, root. You can create
  259. one or more account(s) for each person you want to allow to use
  260. the computer. Note that each user account will have its own
  261. preferences (graphical environment, program settings, etc.)
  262. and its own \"home directory\", in which these preferences are
  263. stored.
  264.  
  265.  
  266. First of all, create an account for yourself! Even if you will be the only user
  267. of the machine, you may NOT connect as root for daily use of the system: it's a
  268. very high security risk. Making the system unusable is very often a typo away.
  269.  
  270.  
  271. Therefore, you should connect to the system using the user account
  272. you will have created here, and login as root only for administration
  273. and maintenance purposes."),
  274.  
  275. createBootdisk =>
  276.  __("It is strongly recommended that you answer \"Yes\" here. If you install
  277. Microsoft Windows at a later date it will overwrite the boot sector.
  278. Unless you have made a bootdisk as suggested, you will not be able to
  279. boot into Linux any more."),
  280.  
  281. setupBootloaderBeginner =>
  282.  __("You need to indicate where you wish
  283. to place the information required to boot to Linux.
  284.  
  285.  
  286. Unless you know exactly what you are doing, choose \"First sector of
  287. drive (MBR)\"."),
  288.  
  289. setupBootloader =>
  290.  __("Unless you know specifically otherwise, the usual choice is \"/dev/hda\"
  291. (the master drive on the primary channel)."),
  292.  
  293. setupBootloaderAddEntry =>
  294.  __("LILO (the LInux LOader) can boot Linux and other operating systems.
  295. Normally they are correctly detected during installation. If you don't
  296. see yours detected, you can add one or more now.
  297.  
  298.  
  299. If you don't want that everybody could access at one of them, you can remove
  300. it now (a boot disk will be needed to boot it)."),
  301.  
  302. setupBootloaderGeneral =>
  303.  __("LILO main options are:
  304.   - Boot device: Sets the name of the device (e.g. a hard disk
  305. partition) that contains the boot sector. Unless you know specifically
  306. otherwise, choose \"/dev/hda\".
  307.  
  308.  
  309.   - Linear: Generate linear sector addresses instead of
  310. sector/head/cylinder addresses. Linear addresses are translated at run
  311. time and do not depend on disk geometry. Note that boot disks may not be
  312. portable if \"linear\" is used, because the BIOS service to determine the
  313. disk geometry does not work reliably for floppy  disks. When using
  314. \"linear\" with large disks, /sbin/lilo may generate references to
  315. inaccessible disk areas, because 3D sector addresses are not known
  316. before boot time.
  317.  
  318.  
  319.   - Compact: Tries to merge read requests for adjacent sectors into a
  320. single read request. This drastically reduces load time and keeps the
  321. map smaller. Using \"compact\" is especially recommended when booting from
  322. a floppy disk.
  323.  
  324.  
  325.   - Delay before booting default image: Specifies the number in tenths
  326. of a second the boot loader should wait before booting the first image.
  327. This is useful on systems that immediately boot from the hard disk after
  328. enabling the keyboard. The boot loader doesn't wait if \"delay\" is
  329. omitted or is set to zero.
  330.  
  331.  
  332.   - Video mode: This specifies the VGA text mode that should be selected
  333. when booting. The following values are available: 
  334.     * normal: select normal 80x25 text mode.
  335.     * <number>:  use the corresponding text mode."),
  336.  
  337. configureX =>
  338.  __("Now it's time to configure the X Window System, which is the
  339. core of the Linux GUI (Graphical User Interface). For this purpose,
  340. you must configure your video card and monitor. Most of these
  341. steps are automated, though, therefore your work may only consist
  342. of verifying what has been done and accept the settings :)
  343.  
  344.  
  345. When the configuration is over, X will be started (unless you
  346. ask DrakX not to) so that you can check and see if the
  347. settings suit you. If they don't, you can come back and
  348. change them, as many times as necessary."),
  349.  
  350. configureXmain =>
  351.  __("If something is wrong in X configuration, use these options to correctly
  352. configure the X Window System."),
  353.  
  354. configureXxdm =>
  355.  __("If you prefer to use a graphical login, select \"Yes\". Otherwise, select
  356. \"No\"."),
  357.  
  358. miscellaneous =>
  359.  __("You can now select some miscellaneous options for you system.
  360.  
  361.   - Use hard drive optimizations: This option can improve hard disk
  362. accesses but is only for advanced users, it can ruin your hard drive if
  363. used incorrectly. Use it only if you know how.
  364.  
  365.  
  366.   - Choose security level: You can choose a security level for your
  367. system.
  368.     Please refer to the manual for more information.
  369.  
  370.  
  371.   - Precise RAM size if needed: In some cases, Linux is unable to
  372. correctly detect all the installed RAM on  some systems. If this is the
  373. case, specify the correct quantity. Note: a difference of 2 or 4 Mb is
  374. normal.
  375.  
  376.  
  377.   - Removable media automounting: If you would prefer not to manually
  378. mount removable drives (CD-ROM, Floppy, Zip) by typing \"mount\" and
  379. \"umount\", select this option. 
  380.  
  381.  
  382.   - Enable Num Lock at startup: If you want Number Lock enabled after
  383. booting, select this option (Note: Num Lock will still not work under
  384. X)."),
  385.  
  386. exitInstall =>
  387.  __("Your system is going to reboot.
  388.  
  389. After rebooting, your new Linux Mandrake system will load automatically.
  390. If you want to boot into another existing operating system, please read
  391. the additional instructions."),
  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.