[syslinux-cfg] Adjust to work with new -D option of mkarchiso
This is how ISO will look now: /syslinux only syslinux related files (syslinux.cfg, *.c32, etc) /arch/ isomounts + *.sqfs images /arch/boot/ Linux + initramfs + Memtest86+ + other files for early boot stage Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
c186a206a1
commit
aae85f4ecb
2 changed files with 31 additions and 28 deletions
|
@ -1,7 +1,7 @@
|
|||
DEFAULT vesamenu.c32
|
||||
PROMPT 0
|
||||
MENU TITLE Arch Linux
|
||||
MENU BACKGROUND /boot/splash.png
|
||||
MENU BACKGROUND /%INSTALL_DIR%/boot/splash.png
|
||||
TIMEOUT 3000
|
||||
|
||||
# TODO: Replace these crappy messages with something useful
|
||||
|
@ -37,8 +37,8 @@ Boot the Arch Linux live medium. It allows you to install Arch Linux or
|
|||
perform system maintenance.
|
||||
ENDTEXT
|
||||
MENU LABEL Boot Arch Linux
|
||||
LINUX /boot/vmlinuz26
|
||||
APPEND initrd=/boot/archiso.img archisolabel=XXX rw_branch_size=75% locale=en_US.UTF-8
|
||||
LINUX /%INSTALL_DIR%/boot/vmlinuz26
|
||||
APPEND initrd=/%INSTALL_DIR%/boot/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=XXX rw_branch_size=75% locale=en_US.UTF-8
|
||||
# Next line should be uncommented when prepare enviroment to boot from PXE.
|
||||
#IPAPPEND 3
|
||||
|
||||
|
@ -54,7 +54,7 @@ APPEND hd0 0
|
|||
# http://www.memtest.org/
|
||||
LABEL memtest
|
||||
MENU LABEL Run Memtest86+ (RAM test)
|
||||
LINUX /boot/memtest
|
||||
LINUX /%INSTALL_DIR%/boot/memtest
|
||||
|
||||
# http://hdt-project.org/
|
||||
LABEL hdt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue