diff options
Diffstat (limited to 'help-boot/mr')
-rw-r--r-- | help-boot/mr/navi.html | 1 | ||||
-rw-r--r-- | help-boot/mr/opt.html | 12 | ||||
-rw-r--r-- | help-boot/mr/opt::help.html | 25 | ||||
-rw-r--r-- | help-boot/mr/opt::keytable.html | 7 | ||||
-rw-r--r-- | help-boot/mr/opt::o_acpi.html | 23 | ||||
-rw-r--r-- | help-boot/mr/opt::o_apm.html | 21 | ||||
-rw-r--r-- | help-boot/mr/opt::o_ide.html | 12 | ||||
-rw-r--r-- | help-boot/mr/opt::o_splash.html | 12 | ||||
-rw-r--r-- | help-boot/mr/opt::profile.html | 8 |
9 files changed, 121 insertions, 0 deletions
diff --git a/help-boot/mr/navi.html b/help-boot/mr/navi.html new file mode 100644 index 0000000..fc318c7 --- /dev/null +++ b/help-boot/mr/navi.html @@ -0,0 +1 @@ +<p>परत जा<a href="#foobar">FOOBAR</a></p> diff --git a/help-boot/mr/opt.html b/help-boot/mr/opt.html new file mode 100644 index 0000000..2c67363 --- /dev/null +++ b/help-boot/mr/opt.html @@ -0,0 +1,12 @@ +<h3> +<a name="opt">बूट विकल्प</a> +</h3> + +<p> +<ul> + <li><a href="#o_splash">स्प्लेश</a> -- influence the behavior of the splash screen</li> + <li><a href="#o_apm">एपिएम</a> -- toggle power management</li> + <li><a href="#o_acpi">एसिपिआय</a> -- advanced configuration and power interface</li> + <li><a href="#o_ide">आयडिई</a> -- control the IDE subsystem</li> +</ul> +</p> diff --git a/help-boot/mr/opt::help.html b/help-boot/mr/opt::help.html new file mode 100644 index 0000000..dc54eb2 --- /dev/null +++ b/help-boot/mr/opt::help.html @@ -0,0 +1,25 @@ +<h3> +<a name="help"> हेल्प सिस्टिम वापऱुन </a> +</h3> + +<p> +The boot loader online help is context sensitive. It gives information +about the selected menu item or, if you are editing boot options, +it tries to look up information about the option in which the cursor is +positioned. +</p> + +<p> +Navigation Keys +<ul> + <li><em> अप एरो </em>: highlight previous link</li> + <li><em>डाऊन एरो </em>: highlight next link</li> + <li><em>डावा एरो </em>, <em>मागे</em>: return to previous topic</li> + <li><em>उजवा एरो </em>, <em>एन्टर</em>, <em>स्पेस</em>: follow link</li> + <li><em>पेज अप</em>: scroll up one page</li> + <li><em> पेज डाऊन </em>: scroll down one page</li> + <li><em>होम</em>: go to page start</li> + <li><em>एन्ड</em>: go to page end</li> + <li><em>एस्केप</em>: leave help</li> +</ul> +</p> diff --git a/help-boot/mr/opt::keytable.html b/help-boot/mr/opt::keytable.html new file mode 100644 index 0000000..9e45beb --- /dev/null +++ b/help-boot/mr/opt::keytable.html @@ -0,0 +1,7 @@ +<h3> +<a name="keytable">भाषा व किबोर्ड रचना निवड</a> +</h3> + +<p> +Press <em>@@@fkey_lang@@@</em> to change language and keyboard layout the boot loader uses. +</p> diff --git a/help-boot/mr/opt::o_acpi.html b/help-boot/mr/opt::o_acpi.html new file mode 100644 index 0000000..bfc825f --- /dev/null +++ b/help-boot/mr/opt::o_acpi.html @@ -0,0 +1,23 @@ +<h3> +<a name="o_acpi">केर्नल विकल्प: एसिपिआई </a> +</h3> + +<p> +ACPI (Advanced Configuration and Power Interface) is a +standard that defines power and configuration management interfaces +between an operating system and the BIOS. By default, <em>एसिपिआय</em> is +switched on when a BIOS is detected that is newer than from year +2000. There are several commonly +used parameters to control the behavior of ACPI: +<ul> + <li><em>पिसिआई=एनओ</em> -- do not use ACPI to route PCI interrupts</li> + <li><em>एसिपिआई=ओल्डबूट</em> -- only the parts of ACPI that are relevant for booting remain activated</li> + <li><em>एसिपिआई=ओफ</em> -- switch off ACPI completely</li> + <li><em>एसिपिआई=फोर्स</em> -- switch on ACPI even if your BIOS is dated before 2000</li> +</ul> +</p> + +<p> +Especially on new computers, it replaces the old +<a href="#o_apm">एपिएम</a> system. +</p> diff --git a/help-boot/mr/opt::o_apm.html b/help-boot/mr/opt::o_apm.html new file mode 100644 index 0000000..953db23 --- /dev/null +++ b/help-boot/mr/opt::o_apm.html @@ -0,0 +1,21 @@ +<h3> +<a name="o_apm"> केर्नल विकल्प: एपिएम </a> +</h3> + +<p> +APM is one of the two power management strategies used on current +computers. It is mainly used with laptops for functions like suspend +to disk, but it may also be responsible for switching off the +computer after power down. APM relies on a correct working BIOS. If +the BIOS is broken, APM may have only limited use or even prevent the +computer from working. Therefore, it may be switched off with the +parameter +<ul> + <li><em> एपिएम=ओफ</em> -- switch off APM completely</li> +</ul> +</p> + +<p> +Some very new computers may take more advantage from the newer +<a href="#o_acpi">एसिपिआई</a>. +</p> diff --git a/help-boot/mr/opt::o_ide.html b/help-boot/mr/opt::o_ide.html new file mode 100644 index 0000000..2d0154e --- /dev/null +++ b/help-boot/mr/opt::o_ide.html @@ -0,0 +1,12 @@ +<h3> +<a name="o_ide">केर्नल विकल्प: आइडिई</a> +</h3> + +<p> +IDE is, unlike SCSI, commonly used in most desktop workstations. +To circumvent some hardware problems that occur with IDE systems, use the +kernel parameter: +<ul> + <li><em>आइडिई=एनओडिएमए</em> -- switch off DMA for IDE drives</li> +</ul> +</p> diff --git a/help-boot/mr/opt::o_splash.html b/help-boot/mr/opt::o_splash.html new file mode 100644 index 0000000..5832678 --- /dev/null +++ b/help-boot/mr/opt::o_splash.html @@ -0,0 +1,12 @@ +<h3> +<a name="o_splash">केर्नल विकल्प: स्प्लेश </a> +</h3> + +<p> +The splash screen is the picture shown during system start-up. +<ul> + <li><em> स्प्लेश=०</em> -- The splash screen is switched off. This may be useful with very old monitors or if some error occurs.</li> + <li><em> स्प्लेश=वर्बोस </em> -- Activates splash, kernel and boot messages are still shown.</li> + <li><em> स्प्लेश=सायलेन्ट </em> -- Activates splash, but no messages. Instead a progress bar is drawn.</li> +</ul> +</p> diff --git a/help-boot/mr/opt::profile.html b/help-boot/mr/opt::profile.html new file mode 100644 index 0000000..be78ac1 --- /dev/null +++ b/help-boot/mr/opt::profile.html @@ -0,0 +1,8 @@ +<h3> +<a name="profile">प्रोफाइल </a> +</h3> + +<p> +Press <em>@@@fkey_profile@@@</em> to select a profile. Your system will be started using the +configuration saved in this profile. +</p> |