summaryrefslogtreecommitdiffstats
path: root/help-install/lt/main.html
blob: c806fa8c0c6915bb09dcfd4385d25439cb32c920 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<h3>
<a name="main">Įkrovos tvarkyklės pagalba</a>
</h3>

<p>
Welcome to <em>@@@product@@@</em>
</p>

<p>
Use this menu to select the desired function. If you have
problems navigating in this help system, press
<em>@@@fkey_help@@@</em> to enter the <a href="#help">aprašymas</a> of the help
system. The main functions in this menu are:
</p>

<p>
<a href="#harddisk">Įkrauti iš kietojo disko</a>: This selection will not do
anything to the system. It only starts a previously installed
operating system.
</p>

<p>
<a href="#linux">Diegimas</a>: 
This installation mode works on most machines. If you experience a
system freeze during boot or problems with detection of your hardware
components, such as disk controllers or network cards, try one of the
following installation options.
</p>

<p>
<a href="#noacpi">Diegimas -- ACPI uždraustas</a>: Many of the
currently-sold computers have incomplete or faulty ACPI
implementations. This selection disables ACPI support in the
kernel, but still enables many performance features, like DMA for IDE
hard disks.
</p>

<p>
<a href="#nolapic">Diegimas --Vietinis APIC uždraustas</a>:
If the normal installation fails, this might be due to the
system hardware not supporting local APIC.
If this seems to be the case, use this option to
install without local APIC support.
</p>

<p>
<a href="#failsafe">Diegimas -- Saugūs nustatymai</a>: If you were not
successful with <em>Diegimas</em>, this selection might
solve the issue.
</p>

<p>
<a href="#rescue">Avarinė sistema</a>: This boot image starts a small
Linux system in RAM. This is useful if the system does not start properly.
After booting this system, log in as root.
</p>

<p>
<a href="#firmware">Firmware Test</a>: Runs a BIOS test tool that validates
ACPI and other parts of your BIOS.
</p>

<p>
<a href="#memtest">Atminties testas</a>: Memory testing is useful for more than
checking installation of new memory modules. It is a stress test
for a big part of your computer system and may indicate hardware
problems.
</p>

<p>
<a href="#opt">Įkrovos parametrai</a>: The boot options may change the
behavior of your system completely. They are settings for
the kernel.
</p>

<p>
<a href="#help">@@@fkey_help@@@ Help</a>: This is context sensitive. It will
show different screens depending on the active element of the
boot screen. There is also a description of this help system
available.
</p>

<p>
<a href="#keytable">@@@fkey_lang@@@</a>: Set language and keyboard mapping
used by the boot loader.
</p>

<p>
<a href="#videomode">@@@fkey_video@@@ Video Mode</a>: Here, choose between
different screen resolutions while installing. If you encounter
problems with the graphical installation, the <em>tekstinis režimas</em> may
be a work-around for you.
</p>

<p>
<a href="#install_src">@@@fkey_inst@@@ Installation Source</a>: Choose the
installation source.
</p>

<p>
<a href="#driverupdate">@@@fkey_dud@@@ Driver Update</a>: For very new machines, a
driver update may be needed to install the system.
</p>
href='#n259'>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
package services; # $Id$




#-######################################################################################
#- misc imports
#-######################################################################################

use strict;
use common;
use run_program;

use common;
use run_program;

sub description {
    my %services = (
alsa => N_("Launch the ALSA (Advanced Linux Sound Architecture) sound system"),
anacron => N_("Anacron is a periodic command scheduler."),
apmd => N_("apmd is used for monitoring battery status and logging it via syslog.
It can also be used for shutting down the machine when the battery is low."),
atd => N_("Runs commands scheduled by the at command at the time specified when
at was run, and runs batch commands when the load average is low enough."),
crond => N_("cron is a standard UNIX program that runs user-specified programs
at periodic scheduled times. vixie cron adds a number of features to the basic
UNIX cron, including better security and more powerful configuration options."),
gpm => N_("GPM adds mouse support to text-based Linux applications such the
Midnight Commander. It also allows mouse-based console cut-and-paste operations,
and includes support for pop-up menus on the console."),
harddrake => N_("HardDrake runs a hardware probe, and optionally configures
new/changed hardware."),
httpd => N_("Apache is a World Wide Web server. It is used to serve HTML files and CGI."),
inet => N_("The internet superserver daemon (commonly called inetd) starts a
variety of other internet services as needed. It is responsible for starting
many services, including telnet, ftp, rsh, and rlogin. Disabling inetd disables
all of the services it is responsible for."),
ipchains => N_("Launch packet filtering for Linux kernel 2.2 series, to set
up a firewall to protect your machine from network attacks."),
keytable => N_("This package loads the selected keyboard map as set in
/etc/sysconfig/keyboard.  This can be selected using the kbdconfig utility.
You should leave this enabled for most machines."),
kheader => N_("Automatic regeneration of kernel header in /boot for
/usr/include/linux/{autoconf,version}.h"),
kudzu => N_("Automatic detection and configuration of hardware at boot."),
linuxconf => N_("Linuxconf will sometimes arrange to perform various tasks
at boot-time to maintain the system configuration."),
lpd => N_("lpd is the print daemon required for lpr to work properly. It is
basically a server that arbitrates print jobs to printer(s)."),
lvs => N_("Linux Virtual Server, used to build a high-performance and highly
available server."),
named => N_("named (BIND) is a Domain Name Server (DNS) that is used to resolve host names to IP addresses."),
netfs => N_("Mounts and unmounts all Network File System (NFS), SMB (Lan
Manager/Windows), and NCP (NetWare) mount points."),
network => N_("Activates/Deactivates all network interfaces configured to start
at boot time."),