[configs/releng] Remove i686 syslinux files
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
This commit is contained in:
parent
01b54d2406
commit
34d6ef3fa4
@ -5,7 +5,7 @@ COM32 boot/syslinux/whichsys.c32
|
||||
APPEND -pxe- pxe -sys- sys -iso- sys
|
||||
|
||||
LABEL pxe
|
||||
CONFIG boot/syslinux/archiso_pxe_choose.cfg
|
||||
CONFIG boot/syslinux/archiso_pxe.cfg
|
||||
|
||||
LABEL sys
|
||||
CONFIG boot/syslinux/archiso_sys_choose.cfg
|
||||
CONFIG boot/syslinux/archiso_sys.cfg
|
||||
|
@ -1,3 +1,5 @@
|
||||
INCLUDE boot/syslinux/archiso_head.cfg
|
||||
|
||||
LABEL arch64_nbd
|
||||
TEXT HELP
|
||||
Boot the Arch Linux (x86_64) live medium (Using NBD).
|
||||
@ -30,3 +32,5 @@ LINUX boot/x86_64/vmlinuz
|
||||
INITRD boot/intel_ucode.img,boot/x86_64/archiso.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
|
||||
SYSAPPEND 3
|
||||
|
||||
INCLUDE boot/syslinux/archiso_tail.cfg
|
@ -1,32 +0,0 @@
|
||||
LABEL arch32_nbd
|
||||
TEXT HELP
|
||||
Boot the Arch Linux (i686) live medium (Using NBD).
|
||||
It allows you to install Arch Linux or perform system maintenance.
|
||||
ENDTEXT
|
||||
MENU LABEL Boot Arch Linux (i686) (NBD)
|
||||
LINUX boot/i686/vmlinuz
|
||||
INITRD boot/intel_ucode.img,boot/i686/archiso.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver}
|
||||
SYSAPPEND 3
|
||||
|
||||
LABEL arch32_nfs
|
||||
TEXT HELP
|
||||
Boot the Arch Linux (i686) live medium (Using NFS).
|
||||
It allows you to install Arch Linux or perform system maintenance.
|
||||
ENDTEXT
|
||||
MENU LABEL Boot Arch Linux (i686) (NFS)
|
||||
LINUX boot/i686/vmlinuz
|
||||
INITRD boot/intel_ucode.img,boot/i686/archiso.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt
|
||||
SYSAPPEND 3
|
||||
|
||||
LABEL arch32_http
|
||||
TEXT HELP
|
||||
Boot the Arch Linux (i686) live medium (Using HTTP).
|
||||
It allows you to install Arch Linux or perform system maintenance.
|
||||
ENDTEXT
|
||||
MENU LABEL Boot Arch Linux (i686) (HTTP)
|
||||
LINUX boot/i686/vmlinuz
|
||||
INITRD boot/intel_ucode.img,boot/i686/archiso.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
|
||||
SYSAPPEND 3
|
@ -1,3 +0,0 @@
|
||||
INCLUDE boot/syslinux/archiso_head.cfg
|
||||
INCLUDE boot/syslinux/archiso_pxe32.cfg
|
||||
INCLUDE boot/syslinux/archiso_tail.cfg
|
@ -1,4 +0,0 @@
|
||||
INCLUDE boot/syslinux/archiso_head.cfg
|
||||
INCLUDE boot/syslinux/archiso_pxe64.cfg
|
||||
INCLUDE boot/syslinux/archiso_pxe32.cfg
|
||||
INCLUDE boot/syslinux/archiso_tail.cfg
|
@ -1,11 +0,0 @@
|
||||
DEFAULT choose
|
||||
|
||||
LABEL choose
|
||||
COM32 boot/syslinux/ifcpu64.c32
|
||||
APPEND have64 -- nohave64
|
||||
|
||||
LABEL have64
|
||||
CONFIG boot/syslinux/archiso_pxe_both_inc.cfg
|
||||
|
||||
LABEL nohave64
|
||||
CONFIG boot/syslinux/archiso_pxe_32_inc.cfg
|
@ -1,3 +1,5 @@
|
||||
INCLUDE boot/syslinux/archiso_head.cfg
|
||||
|
||||
LABEL arch64
|
||||
TEXT HELP
|
||||
Boot the Arch Linux (x86_64) live medium.
|
||||
@ -7,3 +9,5 @@ MENU LABEL Boot Arch Linux (x86_64)
|
||||
LINUX boot/x86_64/vmlinuz
|
||||
INITRD boot/intel_ucode.img,boot/x86_64/archiso.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
||||
|
||||
INCLUDE boot/syslinux/archiso_tail.cfg
|
@ -1,9 +0,0 @@
|
||||
LABEL arch32
|
||||
TEXT HELP
|
||||
Boot the Arch Linux (i686) live medium.
|
||||
It allows you to install Arch Linux or perform system maintenance.
|
||||
ENDTEXT
|
||||
MENU LABEL Boot Arch Linux (i686)
|
||||
LINUX boot/i686/vmlinuz
|
||||
INITRD boot/intel_ucode.img,boot/i686/archiso.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
@ -1,3 +0,0 @@
|
||||
INCLUDE boot/syslinux/archiso_head.cfg
|
||||
INCLUDE boot/syslinux/archiso_sys32.cfg
|
||||
INCLUDE boot/syslinux/archiso_tail.cfg
|
@ -1,4 +0,0 @@
|
||||
INCLUDE boot/syslinux/archiso_head.cfg
|
||||
INCLUDE boot/syslinux/archiso_sys64.cfg
|
||||
INCLUDE boot/syslinux/archiso_sys32.cfg
|
||||
INCLUDE boot/syslinux/archiso_tail.cfg
|
@ -1,11 +0,0 @@
|
||||
DEFAULT choose
|
||||
|
||||
LABEL choose
|
||||
COM32 boot/syslinux/ifcpu64.c32
|
||||
APPEND have64 -- nohave64
|
||||
|
||||
LABEL have64
|
||||
CONFIG boot/syslinux/archiso_sys_both_inc.cfg
|
||||
|
||||
LABEL nohave64
|
||||
CONFIG boot/syslinux/archiso_sys_32_inc.cfg
|
Loading…
Reference in New Issue
Block a user