Update splash screen and minor cleanups.
Note: Resolved merge conflict Split from commit 31296c60 from Svenstaro branch Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
991a5c6972
commit
be59105044
Binary file not shown.
Before Width: | Height: | Size: 141 KiB |
@ -1,16 +0,0 @@
|
|||||||
splashsmall.rle
|
|
||||||
0e2009.0107
|
|
||||||
|
|
||||||
Troubleshooting, Help:
|
|
||||||
----------------------------------
|
|
||||||
Problem with your IDE drives? Try booting the 0earchide07 image.
|
|
||||||
|
|
||||||
Usefull kernelparameters in case of trouble:
|
|
||||||
0eacpi=off07
|
|
||||||
0enoapic07
|
|
||||||
0epci=routeirq07
|
|
||||||
Append these to the available flavors, ex. arch noapic
|
|
||||||
|
|
||||||
|
|
||||||
0eF107 -> Start screen, 0eF207 -> Boot options
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
DEFAULT vesamenu.c32
|
DEFAULT vesamenu.c32
|
||||||
PROMPT 0
|
PROMPT 0
|
||||||
MENU TITLE Arch Linux YYY XXX
|
MENU TITLE Arch Linux
|
||||||
MENU BACKGROUND /boot/splash.png
|
MENU BACKGROUND /boot/splash.png
|
||||||
TIMEOUT 3000
|
TIMEOUT 3000
|
||||||
|
|
||||||
@ -11,10 +11,13 @@ F3 help.txt
|
|||||||
|
|
||||||
MENU WIDTH 78
|
MENU WIDTH 78
|
||||||
MENU MARGIN 4
|
MENU MARGIN 4
|
||||||
MENU ROWS 5
|
MENU ROWS 6
|
||||||
MENU VSHIFT 2
|
MENU VSHIFT 10
|
||||||
MENU HELPMSGROW 22
|
MENU TIMEOUTROW 13
|
||||||
MENU HELPMSGENDROW 24
|
MENU TABMSGROW 11
|
||||||
|
MENU CMDLINEROW 11
|
||||||
|
MENU HELPMSGROW 16
|
||||||
|
MENU HELPMSGENDROW 29
|
||||||
|
|
||||||
# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
|
# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
|
||||||
|
|
||||||
@ -30,11 +33,28 @@ MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
|
|||||||
|
|
||||||
LABEL arch
|
LABEL arch
|
||||||
TEXT HELP
|
TEXT HELP
|
||||||
Put some silly text in here will you
|
Boot the Arch Linux live medium. It allows you to install Arch Linux or
|
||||||
|
perform system maintenance.
|
||||||
ENDTEXT
|
ENDTEXT
|
||||||
MENU LABEL Boot Arch Linux
|
MENU LABEL Boot Arch Linux
|
||||||
KERNEL /boot/vmlinuz26
|
KERNEL /boot/vmlinuz26
|
||||||
APPEND lang=en locale=en_US.UTF-8 archisolabel=XXX tmpfs_size=75% initrd=/boot/archiso.img radeon.modeset=0
|
APPEND lang=en locale=en_US.UTF-8 archisolabel=XXX tmpfs_size=75% initrd=/boot/archiso.img
|
||||||
|
|
||||||
|
LABEL normal
|
||||||
|
TEXT HELP
|
||||||
|
Continue normal booting procedure.
|
||||||
|
ENDTEXT
|
||||||
|
MENU LABEL Boot normally
|
||||||
|
LOCALBOOT
|
||||||
|
|
||||||
|
LABEL existing
|
||||||
|
TEXT HELP
|
||||||
|
Boot an existing operating system. Press TAB to edit the disk and partition
|
||||||
|
number to boot.
|
||||||
|
ENDTEXT
|
||||||
|
MENU LABEL Boot existing OS
|
||||||
|
KERNEL chain.c32
|
||||||
|
APPEND hd0 0
|
||||||
|
|
||||||
# http://www.memtest.org/
|
# http://www.memtest.org/
|
||||||
LABEL memtest
|
LABEL memtest
|
||||||
|
@ -1,23 +1,3 @@
|
|||||||
Arch Linux Live CD - 2009.01
|
Arch Linux Live Medium
|
||||||
Release Notes
|
Release Notes
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
** TODO **
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 44 KiB |
Loading…
Reference in New Issue
Block a user