[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:
parent
d7966acd15
commit
87e84261c9
@ -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 ../../
|
||||||
|
@ -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 ../../
|
||||||
|
Loading…
Reference in New Issue
Block a user