change boot messages according to menu changes

This commit is contained in:
Tobias Powalowski 2010-06-02 22:42:23 +02:00
parent 5ec42092c0
commit 0bd59eb80f
4 changed files with 20 additions and 13 deletions

View file

@ -29,6 +29,13 @@ MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
MENU COLOR msg07 37;40 #90ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
LABEL help
TEXT HELP
For general information press F1 key.
For troubleshooting and other options press F2 key.
ENDTEXT
MENU LABEL Help
LABEL arch
TEXT HELP
Boot the Arch Linux archboot medium. It allows you to install Arch Linux or

View file

@ -14,11 +14,11 @@ Standard kernel: @@KERNEL@@ / Long Time Support kernel: @@LTS_KERNEL@@
Architecture: i686 / x86_64
RAM requirement to boot: 320 MB or greater
Available boot options (no input will boot the 32bit archboot system):
- 'arch <any_other_boot_option>' to boot the archboot system.
- 'arch64 <any_other_boot_option>' to boot the 64bit archboot system.
- 'arch-lts <any_other_boot_option>' to boot the LTS archboot system.
- 'arch64-lts <any_other_boot_option>' to boot the 64bit LTS archboot system.
- 'memtest' to start the memory test program memtest86+.
- For troubleshooting and other options press the F2 key.
- Press Enter to return to main menu.

View file

@ -1,9 +1,9 @@
Available boot options (no input will boot the archboot system):
- 'arch <any_other_boot_option>' to boot the archboot system.
- 'arch root=/dev/??? <any_other_boot_option>' to boot into an existing system.
- 'memtest' to start the memory test program memtest86+.
- Press Enter to return to main menu.
- For troubleshooting and other options press the F2 key.

View file

@ -2,9 +2,8 @@ Archboot options and troubleshooting:
-------------------------------------
- If your system hangs during the boot process, any combinations of the
boot options: 'noapic acpi=off pci=routeirq nosmp nomsi' may be useful.
- General installation instructions and boot options, please have a look at:
/arch/archboot.txt
- General installation instructions and boot options,
please have a look at: /arch/archboot.txt
Archboot resourses:
-------------------
@ -22,3 +21,4 @@ Arch Linux resources:
- Subversion: http://www.archlinux.org/svn
- For returning to start screen press F1 key.
- Press Enter to return to main menu.