From 5ce8d30439463838f845c78bc926cc9b310a8743 Mon Sep 17 00:00:00 2001
From: Pascal Rigaux
Date: Tue, 27 Jan 2009 17:30:08 +0000
Subject: imported openSUSE.tar.bz2 (from gfxboot-4.1.19-2.1.src.rpm)
---
help-boot/lt/navi.html | 1 +
help-boot/lt/opt.html | 12 ++++++++++++
help-boot/lt/opt::help.html | 25 +++++++++++++++++++++++++
help-boot/lt/opt::keytable.html | 7 +++++++
help-boot/lt/opt::o_acpi.html | 23 +++++++++++++++++++++++
help-boot/lt/opt::o_apm.html | 21 +++++++++++++++++++++
help-boot/lt/opt::o_ide.html | 12 ++++++++++++
help-boot/lt/opt::o_splash.html | 12 ++++++++++++
help-boot/lt/opt::profile.html | 8 ++++++++
9 files changed, 121 insertions(+)
create mode 100644 help-boot/lt/navi.html
create mode 100644 help-boot/lt/opt.html
create mode 100644 help-boot/lt/opt::help.html
create mode 100644 help-boot/lt/opt::keytable.html
create mode 100644 help-boot/lt/opt::o_acpi.html
create mode 100644 help-boot/lt/opt::o_apm.html
create mode 100644 help-boot/lt/opt::o_ide.html
create mode 100644 help-boot/lt/opt::o_splash.html
create mode 100644 help-boot/lt/opt::profile.html
(limited to 'help-boot/lt')
diff --git a/help-boot/lt/navi.html b/help-boot/lt/navi.html
new file mode 100644
index 0000000..60f7f07
--- /dev/null
+++ b/help-boot/lt/navi.html
@@ -0,0 +1 @@
+Grįžti į FOOBAR
diff --git a/help-boot/lt/opt.html b/help-boot/lt/opt.html
new file mode 100644
index 0000000..44bfa52
--- /dev/null
+++ b/help-boot/lt/opt.html
@@ -0,0 +1,12 @@
+
+
+
+
+ - splash -- influence the behavior of the splash screen
+ - apm -- toggle power management
+ - acpi -- advanced configuration and power interface
+ - ide -- control the IDE subsystem
+
+
diff --git a/help-boot/lt/opt::help.html b/help-boot/lt/opt::help.html
new file mode 100644
index 0000000..e4a967c
--- /dev/null
+++ b/help-boot/lt/opt::help.html
@@ -0,0 +1,25 @@
+
+
+
+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.
+
+
+
+Navigation Keys
+
+ - Viršutinė rodyklė: highlight previous link
+ - Apatinė rodyklė: highlight next link
+ - Kairioji rodyklė, Backspace: return to previous topic
+ - Dešinioji rodyklė, Enter, Tarpas: follow link
+ - Page Up: scroll up one page
+ - Page Down: scroll down one page
+ - Home: go to page start
+ - End: go to page end
+ - Esc: leave help
+
+
diff --git a/help-boot/lt/opt::keytable.html b/help-boot/lt/opt::keytable.html
new file mode 100644
index 0000000..089cbda
--- /dev/null
+++ b/help-boot/lt/opt::keytable.html
@@ -0,0 +1,7 @@
+
+
+
+Press @@@fkey_lang@@@ to change language and keyboard layout the boot loader uses.
+
diff --git a/help-boot/lt/opt::o_acpi.html b/help-boot/lt/opt::o_acpi.html
new file mode 100644
index 0000000..18fdc8f
--- /dev/null
+++ b/help-boot/lt/opt::o_acpi.html
@@ -0,0 +1,23 @@
+
+
+
+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, acpi 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:
+
+ - pci=noacpi -- do not use ACPI to route PCI interrupts
+ - acpi=oldboot -- only the parts of ACPI that are relevant for booting remain activated
+ - acpi=off -- switch off ACPI completely
+ - acpi=force -- switch on ACPI even if your BIOS is dated before 2000
+
+
+
+
+Especially on new computers, it replaces the old
+apm system.
+
diff --git a/help-boot/lt/opt::o_apm.html b/help-boot/lt/opt::o_apm.html
new file mode 100644
index 0000000..ee8b739
--- /dev/null
+++ b/help-boot/lt/opt::o_apm.html
@@ -0,0 +1,21 @@
+
+
+
+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
+
+ - apm=off -- switch off APM completely
+
+
+
+
+Some very new computers may take more advantage from the newer
+ACPI.
+
diff --git a/help-boot/lt/opt::o_ide.html b/help-boot/lt/opt::o_ide.html
new file mode 100644
index 0000000..9a42636
--- /dev/null
+++ b/help-boot/lt/opt::o_ide.html
@@ -0,0 +1,12 @@
+
+
+
+IDE is, unlike SCSI, commonly used in most desktop workstations.
+To circumvent some hardware problems that occur with IDE systems, use the
+kernel parameter:
+
+ - ide=nodma -- switch off DMA for IDE drives
+
+
diff --git a/help-boot/lt/opt::o_splash.html b/help-boot/lt/opt::o_splash.html
new file mode 100644
index 0000000..2897bc1
--- /dev/null
+++ b/help-boot/lt/opt::o_splash.html
@@ -0,0 +1,12 @@
+
+
+
+The splash screen is the picture shown during system start-up.
+
+ - splash=0 -- The splash screen is switched off. This may be useful with very old monitors or if some error occurs.
+ - splash=verbose -- Activates splash, kernel and boot messages are still shown.
+ - splash=silent -- Activates splash, but no messages. Instead a progress bar is drawn.
+
+
diff --git a/help-boot/lt/opt::profile.html b/help-boot/lt/opt::profile.html
new file mode 100644
index 0000000..b0c3f92
--- /dev/null
+++ b/help-boot/lt/opt::profile.html
@@ -0,0 +1,8 @@
+
+
+
+Press @@@fkey_profile@@@ to select a profile. Your system will be started using the
+configuration saved in this profile.
+
--
cgit v1.2.1