corrected config files path

This commit is contained in:
Tobias Powalowski 2010-08-25 18:36:47 +02:00
parent e24035317b
commit 888d746efe
2 changed files with 13 additions and 13 deletions

View file

@ -1,4 +1,4 @@
DEFAULT vesamenu.c32
DEFAULT vesamoenu.c32
PROMPT @@PROMPT@@
MENU TITLE Arch Linux (archboot)
MENU BACKGROUND splash.png
@ -42,8 +42,8 @@ Boot the Arch Linux (i686) archboot medium.
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (i686)
KERNEL vmlinuz
APPEND initrd=initrd.img @@KERNEL_BOOT_OPTIONS@@
KERNEL /boot/vmlinuz
APPEND initrd=/boot/initrd.img @@KERNEL_BOOT_OPTIONS@@
LABEL arch64
TEXT HELP
@ -51,8 +51,8 @@ Boot the Arch Linux (x86_64) archboot medium.
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (x86_64)
KERNEL vm64
APPEND initrd=initrd64.img @@KERNEL_BOOT_OPTIONS@@
KERNEL /boot/vm64
APPEND initrd=/boot/initrd64.img @@KERNEL_BOOT_OPTIONS@@
LABEL arch-lts
TEXT HELP
@ -60,8 +60,8 @@ Boot the Arch Linux LTS (i686) archboot medium.
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux LTS (i686)
KERNEL vmlts
APPEND initrd=initrdlts.img @@KERNEL_BOOT_OPTIONS@@
KERNEL /boot/vmlts
APPEND initrd=/boot/initrdlts.img @@KERNEL_BOOT_OPTIONS@@
LABEL arch64-lts
TEXT HELP
@ -69,8 +69,8 @@ Boot the Arch Linux LTS (x86_64) archboot medium.
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux LTS (x86_64)
KERNEL vm64lts
APPEND initrd=initrd64lts.img @@KERNEL_BOOT_OPTIONS@@
KERNEL /boot/vm64lts
APPEND initrd=/boot/initrd64lts.img @@KERNEL_BOOT_OPTIONS@@
LABEL existing
TEXT HELP
@ -84,7 +84,7 @@ APPEND hd0 0
# http://www.memtest.org/
LABEL memtest
MENU LABEL Run Memtest86+ (RAM test)
KERNEL memtest
KERNEL /boot/memtest
# Link down atm!
# http://www.vortex.prodigynet.co.uk/x86test/

View file

@ -42,8 +42,8 @@ Boot the Arch Linux archboot medium. It allows you to install Arch Linux or
perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux
KERNEL vmlinuz
APPEND initrd=initrd.img @@KERNEL_BOOT_OPTIONS@@
KERNEL /boot/vmlinuz
APPEND initrd=/boot/initrd.img @@KERNEL_BOOT_OPTIONS@@
LABEL existing
TEXT HELP
@ -57,7 +57,7 @@ APPEND hd0 0
# http://www.memtest.org/
LABEL memtest
MENU LABEL Run Memtest86+ (RAM test)
KERNEL memtest
KERNEL /boot/memtest
# Link down atm!
# http://www.vortex.prodigynet.co.uk/x86test/