From d6ea642b214f4bd242256bfb001ea055404a96ba Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 6 Oct 2016 13:58:37 +0200 Subject: Drop i686 support Signed-off-by: Florian Pritz --- syslinux/archiso_pxe64.cfg | 40 +++++++++++++++++++-------------------- syslinux/archiso_pxe_both_inc.cfg | 2 +- syslinux/syslinux.cfg | 3 ++- 3 files changed, 23 insertions(+), 22 deletions(-) (limited to 'syslinux') diff --git a/syslinux/archiso_pxe64.cfg b/syslinux/archiso_pxe64.cfg index 2598916..e5e8978 100644 --- a/syslinux/archiso_pxe64.cfg +++ b/syslinux/archiso_pxe64.cfg @@ -1,24 +1,24 @@ -LABEL arch64_nbd -TEXT HELP -Boot the Arch Linux (x86_64) live medium (Using NBD). -It allows you to install Arch Linux or perform system maintenance. -ENDTEXT -MENU LABEL Boot Arch Linux (x86_64) (NBD) -LINUX boot/x86_64/vmlinuz -INITRD boot/intel_ucode.img,boot/x86_64/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} -SYSAPPEND 3 +#LABEL arch64_nbd +#TEXT HELP +#Boot the Arch Linux (x86_64) live medium (Using NBD). +#It allows you to install Arch Linux or perform system maintenance. +#ENDTEXT +#MENU LABEL Boot Arch Linux (x86_64) (NBD) +#LINUX boot/x86_64/vmlinuz +#INITRD boot/intel_ucode.img,boot/x86_64/archiso.img +#APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} +#SYSAPPEND 3 -LABEL arch64_nfs -TEXT HELP -Boot the Arch Linux (x86_64) live medium (Using NFS). -It allows you to install Arch Linux or perform system maintenance. -ENDTEXT -MENU LABEL Boot Arch Linux (x86_64) (NFS) -LINUX boot/x86_64/vmlinuz -INITRD boot/intel_ucode.img,boot/x86_64/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt -SYSAPPEND 3 +#LABEL arch64_nfs +#TEXT HELP +#Boot the Arch Linux (x86_64) live medium (Using NFS). +#It allows you to install Arch Linux or perform system maintenance. +#ENDTEXT +#MENU LABEL Boot Arch Linux (x86_64) (NFS) +#LINUX boot/x86_64/vmlinuz +#INITRD boot/intel_ucode.img,boot/x86_64/archiso.img +#APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt +#SYSAPPEND 3 LABEL arch64_http TEXT HELP diff --git a/syslinux/archiso_pxe_both_inc.cfg b/syslinux/archiso_pxe_both_inc.cfg index 1593303..7eaac4b 100644 --- a/syslinux/archiso_pxe_both_inc.cfg +++ b/syslinux/archiso_pxe_both_inc.cfg @@ -1,4 +1,4 @@ INCLUDE boot/syslinux/archiso_head.cfg INCLUDE boot/syslinux/archiso_pxe64.cfg -INCLUDE boot/syslinux/archiso_pxe32.cfg +#INCLUDE boot/syslinux/archiso_pxe32.cfg INCLUDE boot/syslinux/archiso_tail.cfg diff --git a/syslinux/syslinux.cfg b/syslinux/syslinux.cfg index 3ee98de..1ef0e2d 100644 --- a/syslinux/syslinux.cfg +++ b/syslinux/syslinux.cfg @@ -1,4 +1,5 @@ -DEFAULT loadconfig +DEFAULT arch64_http +TIMEOUT 50 LABEL loadconfig CONFIG archiso.cfg -- cgit v1.2.3-24-g4f1b