[configs/releng] Make syslinux.cfg (loadconfig) with relative paths.

We are only using these files only for SYSLINUX bootloader that supports
".." as directories.

ISOLINUX jumps to archiso.cfg via isolinux.cfg
PXELINUX goes directly to archiso.cfg via DHCP configuration.

Suggested by Thomas.

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2011-12-02 22:08:52 -03:00
parent d7966acd15
commit 87e84261c9
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
DEFAULT loadconfig DEFAULT loadconfig
LABEL loadconfig LABEL loadconfig
CONFIG /%INSTALL_DIR%/boot/syslinux/archiso.cfg CONFIG archiso.cfg
APPEND /%INSTALL_DIR%/ APPEND ../../

View File

@ -1,5 +1,5 @@
DEFAULT loadconfig DEFAULT loadconfig
LABEL loadconfig LABEL loadconfig
CONFIG /%INSTALL_DIR%/boot/syslinux/archiso.cfg CONFIG archiso.cfg
APPEND /%INSTALL_DIR%/ APPEND ../../