From b93b16a661b7407d58149974c52f3f15cfa79ec2 Mon Sep 17 00:00:00 2001 From: hayao Date: Sun, 19 Jul 2020 11:10:36 +0900 Subject: [PATCH] [add] : Added configs of SYSLINUX for i686 --- syslinux/i686/archiso.cfg | 4 +-- .../{archiso_pxe_main.cfg => archiso_pxe_load.cfg} | 0 ...chiso_pxe-core.cfg => archiso_pxe_nosplash.cfg} | 6 ++-- .../archiso_pxe-lqx.cfg => archiso_pxe_splash.cfg} | 6 ++-- .../{archiso_sys_main.cfg => archiso_sys_load.cfg} | 0 ...chiso_sys-core.cfg => archiso_sys_nosplash.cfg} | 4 +-- .../archiso_sys-ck.cfg => archiso_sys_splash.cfg} | 6 ++-- syslinux/i686/pxe-plymouth/archiso_pxe-ck.cfg | 39 ---------------------- syslinux/i686/pxe-plymouth/archiso_pxe-core.cfg | 39 ---------------------- syslinux/i686/pxe-plymouth/archiso_pxe-lts.cfg | 39 ---------------------- syslinux/i686/pxe-plymouth/archiso_pxe-rt-lts.cfg | 39 ---------------------- syslinux/i686/pxe-plymouth/archiso_pxe-rt.cfg | 39 ---------------------- .../i686/pxe-plymouth/archiso_pxe-xanmod-lts.cfg | 39 ---------------------- syslinux/i686/pxe-plymouth/archiso_pxe-xanmod.cfg | 39 ---------------------- syslinux/i686/pxe-plymouth/archiso_pxe-zen.cfg | 39 ---------------------- syslinux/i686/pxe/archiso_pxe-ck.cfg | 39 ---------------------- syslinux/i686/pxe/archiso_pxe-lqx.cfg | 39 ---------------------- syslinux/i686/pxe/archiso_pxe-lts.cfg | 39 ---------------------- syslinux/i686/pxe/archiso_pxe-rt-lts.cfg | 39 ---------------------- syslinux/i686/pxe/archiso_pxe-rt.cfg | 39 ---------------------- syslinux/i686/pxe/archiso_pxe-xanmod-lts.cfg | 39 ---------------------- syslinux/i686/pxe/archiso_pxe-xanmod.cfg | 39 ---------------------- syslinux/i686/pxe/archiso_pxe-zen.cfg | 39 ---------------------- syslinux/i686/sys-plymouth/archiso_sys-core.cfg | 36 -------------------- syslinux/i686/sys-plymouth/archiso_sys-lqx.cfg | 36 -------------------- syslinux/i686/sys-plymouth/archiso_sys-lts.cfg | 36 -------------------- syslinux/i686/sys-plymouth/archiso_sys-rt-lts.cfg | 36 -------------------- syslinux/i686/sys-plymouth/archiso_sys-rt.cfg | 36 -------------------- .../i686/sys-plymouth/archiso_sys-xanmod-lts.cfg | 36 -------------------- syslinux/i686/sys-plymouth/archiso_sys-xanmod.cfg | 36 -------------------- syslinux/i686/sys-plymouth/archiso_sys-zen.cfg | 36 -------------------- syslinux/i686/sys/archiso_sys-ck.cfg | 26 --------------- syslinux/i686/sys/archiso_sys-lqx.cfg | 26 --------------- syslinux/i686/sys/archiso_sys-lts.cfg | 26 --------------- syslinux/i686/sys/archiso_sys-rt-lts.cfg | 26 --------------- syslinux/i686/sys/archiso_sys-rt.cfg | 26 --------------- syslinux/i686/sys/archiso_sys-xanmod-lts.cfg | 26 --------------- syslinux/i686/sys/archiso_sys-xanmod.cfg | 26 --------------- syslinux/i686/sys/archiso_sys-zen.cfg | 26 --------------- 39 files changed, 13 insertions(+), 1133 deletions(-) rename syslinux/i686/{archiso_pxe_main.cfg => archiso_pxe_load.cfg} (100%) rename syslinux/i686/{pxe/archiso_pxe-core.cfg => archiso_pxe_nosplash.cfg} (91%) rename syslinux/i686/{pxe-plymouth/archiso_pxe-lqx.cfg => archiso_pxe_splash.cfg} (91%) rename syslinux/i686/{archiso_sys_main.cfg => archiso_sys_load.cfg} (100%) rename syslinux/i686/{sys/archiso_sys-core.cfg => archiso_sys_nosplash.cfg} (91%) rename syslinux/i686/{sys-plymouth/archiso_sys-ck.cfg => archiso_sys_splash.cfg} (91%) delete mode 100644 syslinux/i686/pxe-plymouth/archiso_pxe-ck.cfg delete mode 100644 syslinux/i686/pxe-plymouth/archiso_pxe-core.cfg delete mode 100644 syslinux/i686/pxe-plymouth/archiso_pxe-lts.cfg delete mode 100644 syslinux/i686/pxe-plymouth/archiso_pxe-rt-lts.cfg delete mode 100644 syslinux/i686/pxe-plymouth/archiso_pxe-rt.cfg delete mode 100644 syslinux/i686/pxe-plymouth/archiso_pxe-xanmod-lts.cfg delete mode 100644 syslinux/i686/pxe-plymouth/archiso_pxe-xanmod.cfg delete mode 100644 syslinux/i686/pxe-plymouth/archiso_pxe-zen.cfg delete mode 100644 syslinux/i686/pxe/archiso_pxe-ck.cfg delete mode 100644 syslinux/i686/pxe/archiso_pxe-lqx.cfg delete mode 100644 syslinux/i686/pxe/archiso_pxe-lts.cfg delete mode 100644 syslinux/i686/pxe/archiso_pxe-rt-lts.cfg delete mode 100644 syslinux/i686/pxe/archiso_pxe-rt.cfg delete mode 100644 syslinux/i686/pxe/archiso_pxe-xanmod-lts.cfg delete mode 100644 syslinux/i686/pxe/archiso_pxe-xanmod.cfg delete mode 100644 syslinux/i686/pxe/archiso_pxe-zen.cfg delete mode 100644 syslinux/i686/sys-plymouth/archiso_sys-core.cfg delete mode 100644 syslinux/i686/sys-plymouth/archiso_sys-lqx.cfg delete mode 100644 syslinux/i686/sys-plymouth/archiso_sys-lts.cfg delete mode 100644 syslinux/i686/sys-plymouth/archiso_sys-rt-lts.cfg delete mode 100644 syslinux/i686/sys-plymouth/archiso_sys-rt.cfg delete mode 100644 syslinux/i686/sys-plymouth/archiso_sys-xanmod-lts.cfg delete mode 100644 syslinux/i686/sys-plymouth/archiso_sys-xanmod.cfg delete mode 100644 syslinux/i686/sys-plymouth/archiso_sys-zen.cfg delete mode 100644 syslinux/i686/sys/archiso_sys-ck.cfg delete mode 100644 syslinux/i686/sys/archiso_sys-lqx.cfg delete mode 100644 syslinux/i686/sys/archiso_sys-lts.cfg delete mode 100644 syslinux/i686/sys/archiso_sys-rt-lts.cfg delete mode 100644 syslinux/i686/sys/archiso_sys-rt.cfg delete mode 100644 syslinux/i686/sys/archiso_sys-xanmod-lts.cfg delete mode 100644 syslinux/i686/sys/archiso_sys-xanmod.cfg delete mode 100644 syslinux/i686/sys/archiso_sys-zen.cfg diff --git a/syslinux/i686/archiso.cfg b/syslinux/i686/archiso.cfg index 567e3702..683e105e 100644 --- a/syslinux/i686/archiso.cfg +++ b/syslinux/i686/archiso.cfg @@ -12,7 +12,7 @@ COM32 boot/syslinux/whichsys.c32 APPEND -pxe- pxe -sys- sys -iso- sys LABEL pxe -CONFIG boot/syslinux/archiso_pxe_main.cfg +CONFIG boot/syslinux/archiso_pxe_load.cfg LABEL sys -CONFIG boot/syslinux/archiso_sys_main.cfg +CONFIG boot/syslinux/archiso_sys_load.cfg diff --git a/syslinux/i686/archiso_pxe_main.cfg b/syslinux/i686/archiso_pxe_load.cfg similarity index 100% rename from syslinux/i686/archiso_pxe_main.cfg rename to syslinux/i686/archiso_pxe_load.cfg diff --git a/syslinux/i686/pxe/archiso_pxe-core.cfg b/syslinux/i686/archiso_pxe_nosplash.cfg similarity index 91% rename from syslinux/i686/pxe/archiso_pxe-core.cfg rename to syslinux/i686/archiso_pxe_nosplash.cfg index f50964ef..a4ec0c81 100644 --- a/syslinux/i686/pxe/archiso_pxe-core.cfg +++ b/syslinux/i686/archiso_pxe_nosplash.cfg @@ -11,7 +11,7 @@ Boot the %OS_NAME% (i686) live medium (Using NBD). It allows you to install %OS_NAME% or perform system maintenance. ENDTEXT MENU LABEL Boot %OS_NAME% (i686) (NBD) -LINUX boot/i686/vmlinuz +LINUX boot/i686/%KERNEL_FILENAME% INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} SYSAPPEND 3 @@ -22,7 +22,7 @@ Boot the %OS_NAME% (i686) live medium (Using NFS). It allows you to install %OS_NAME% or perform system maintenance. ENDTEXT MENU LABEL Boot %OS_NAME% (i686) (NFS) -LINUX boot/i686/vmlinuz +LINUX boot/i686/%KERNEL_FILENAME% INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt SYSAPPEND 3 @@ -33,7 +33,7 @@ Boot the %OS_NAME% (i686) live medium (Using HTTP). It allows you to install %OS_NAME% or perform system maintenance. ENDTEXT MENU LABEL Boot %OS_NAME% (i686) (HTTP) -LINUX boot/i686/vmlinuz +LINUX boot/i686/%KERNEL_FILENAME% INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ SYSAPPEND 3 \ No newline at end of file diff --git a/syslinux/i686/pxe-plymouth/archiso_pxe-lqx.cfg b/syslinux/i686/archiso_pxe_splash.cfg similarity index 91% rename from syslinux/i686/pxe-plymouth/archiso_pxe-lqx.cfg rename to syslinux/i686/archiso_pxe_splash.cfg index 4cc1523a..36d26025 100644 --- a/syslinux/i686/pxe-plymouth/archiso_pxe-lqx.cfg +++ b/syslinux/i686/archiso_pxe_splash.cfg @@ -11,7 +11,7 @@ Boot the %OS_NAME% (i686) live medium (Using NBD). It allows you to install %OS_NAME% or perform system maintenance. ENDTEXT MENU LABEL Boot %OS_NAME% (i686) (NBD) -LINUX boot/i686/vmlinuz-linux-lqx +LINUX boot/i686/%KERNEL_FILENAME% INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3 SYSAPPEND 3 @@ -22,7 +22,7 @@ Boot the %OS_NAME% (i686) live medium (Using NFS). It allows you to install %OS_NAME% or perform system maintenance. ENDTEXT MENU LABEL Boot %OS_NAME% (i686) (NFS) -LINUX boot/i686/vmlinuz-linux-lqx +LINUX boot/i686/%KERNEL_FILENAME% INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3 SYSAPPEND 3 @@ -33,7 +33,7 @@ Boot the %OS_NAME% (i686) live medium (Using HTTP). It allows you to install %OS_NAME% or perform system maintenance. ENDTEXT MENU LABEL Boot %OS_NAME% (i686) (HTTP) -LINUX boot/i686/vmlinuz-linux-lqx +LINUX boot/i686/%KERNEL_FILENAME% INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3 SYSAPPEND 3 \ No newline at end of file diff --git a/syslinux/i686/archiso_sys_main.cfg b/syslinux/i686/archiso_sys_load.cfg similarity index 100% rename from syslinux/i686/archiso_sys_main.cfg rename to syslinux/i686/archiso_sys_load.cfg diff --git a/syslinux/i686/sys/archiso_sys-core.cfg b/syslinux/i686/archiso_sys_nosplash.cfg similarity index 91% rename from syslinux/i686/sys/archiso_sys-core.cfg rename to syslinux/i686/archiso_sys_nosplash.cfg index b5a233c1..939e67b8 100644 --- a/syslinux/i686/sys/archiso_sys-core.cfg +++ b/syslinux/i686/archiso_sys_nosplash.cfg @@ -11,7 +11,7 @@ Boot the %OS_NAME% (i686) live medium. It allows you to install %OS_NAME% or perform system maintenance. ENDTEXT MENU LABEL Boot %OS_NAME% (i686) -LINUX boot/i686/vmlinuz +LINUX boot/i686/%KERNEL_FILENAME% INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% @@ -21,6 +21,6 @@ Start with minimal of prompts. do not use systemd. Please use it in the environment where GUI cannot be started. ENDTEXT MENU LABEL Boot %OS_NAME% (i686) without GUI -LINUX boot/i686/vmlinuz +LINUX boot/i686/%KERNEL_FILENAME% INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target diff --git a/syslinux/i686/sys-plymouth/archiso_sys-ck.cfg b/syslinux/i686/archiso_sys_splash.cfg similarity index 91% rename from syslinux/i686/sys-plymouth/archiso_sys-ck.cfg rename to syslinux/i686/archiso_sys_splash.cfg index af47ed38..7474b391 100644 --- a/syslinux/i686/sys-plymouth/archiso_sys-ck.cfg +++ b/syslinux/i686/archiso_sys_splash.cfg @@ -11,7 +11,7 @@ Boot the %OS_NAME% (i686) live medium. It allows you to install %OS_NAME% or perform system maintenance. ENDTEXT MENU LABEL Boot %OS_NAME% (i686) -LINUX boot/i686/vmlinuz-linux-ck +LINUX boot/i686/%KERNEL_FILENAME% INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3 @@ -21,7 +21,7 @@ Boot the %OS_NAME% (i686) live medium. This allows %OS_NAME% to boot without boot splash. ENDTEXT MENU LABEL Boot %OS_NAME% without boot splash (i686) -LINUX boot/i686/vmlinuz-linux-ck +LINUX boot/i686/%KERNEL_FILENAME% INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img LABEL rescue @@ -30,6 +30,6 @@ Start with minimal of prompts. do not use systemd. Please use it in the environment where GUI cannot be started. ENDTEXT MENU LABEL Boot %OS_NAME% (i686) without GUI -LINUX boot/i686/vmlinuz-linux-ck +LINUX boot/i686/%KERNEL_FILENAME% INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target diff --git a/syslinux/i686/pxe-plymouth/archiso_pxe-ck.cfg b/syslinux/i686/pxe-plymouth/archiso_pxe-ck.cfg deleted file mode 100644 index 7ec47f3a..00000000 --- a/syslinux/i686/pxe-plymouth/archiso_pxe-ck.cfg +++ /dev/null @@ -1,39 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32_nbd -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NBD). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NBD) -LINUX boot/i686/vmlinuz-linux-ck -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 - -LABEL arch32_nfs -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NFS). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NFS) -LINUX boot/i686/vmlinuz-linux-ck -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 - -LABEL arch32_http -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using HTTP). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (HTTP) -LINUX boot/i686/vmlinuz-linux-ck -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 \ No newline at end of file diff --git a/syslinux/i686/pxe-plymouth/archiso_pxe-core.cfg b/syslinux/i686/pxe-plymouth/archiso_pxe-core.cfg deleted file mode 100644 index c01efd82..00000000 --- a/syslinux/i686/pxe-plymouth/archiso_pxe-core.cfg +++ /dev/null @@ -1,39 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32_nbd -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NBD). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NBD) -LINUX boot/i686/vmlinuz -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 - -LABEL arch32_nfs -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NFS). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NFS) -LINUX boot/i686/vmlinuz -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 - -LABEL arch32_http -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using HTTP). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (HTTP) -LINUX boot/i686/vmlinuz -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 \ No newline at end of file diff --git a/syslinux/i686/pxe-plymouth/archiso_pxe-lts.cfg b/syslinux/i686/pxe-plymouth/archiso_pxe-lts.cfg deleted file mode 100644 index 54d4ebac..00000000 --- a/syslinux/i686/pxe-plymouth/archiso_pxe-lts.cfg +++ /dev/null @@ -1,39 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32_nbd -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NBD). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NBD) -LINUX boot/i686/vmlinuz-linux-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 - -LABEL arch32_nfs -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NFS). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NFS) -LINUX boot/i686/vmlinuz-linux-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 - -LABEL arch32_http -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using HTTP). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (HTTP) -LINUX boot/i686/vmlinuz-linux-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 \ No newline at end of file diff --git a/syslinux/i686/pxe-plymouth/archiso_pxe-rt-lts.cfg b/syslinux/i686/pxe-plymouth/archiso_pxe-rt-lts.cfg deleted file mode 100644 index 54d4ebac..00000000 --- a/syslinux/i686/pxe-plymouth/archiso_pxe-rt-lts.cfg +++ /dev/null @@ -1,39 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32_nbd -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NBD). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NBD) -LINUX boot/i686/vmlinuz-linux-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 - -LABEL arch32_nfs -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NFS). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NFS) -LINUX boot/i686/vmlinuz-linux-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 - -LABEL arch32_http -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using HTTP). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (HTTP) -LINUX boot/i686/vmlinuz-linux-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 \ No newline at end of file diff --git a/syslinux/i686/pxe-plymouth/archiso_pxe-rt.cfg b/syslinux/i686/pxe-plymouth/archiso_pxe-rt.cfg deleted file mode 100644 index 3fe9df36..00000000 --- a/syslinux/i686/pxe-plymouth/archiso_pxe-rt.cfg +++ /dev/null @@ -1,39 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32_nbd -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NBD). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NBD) -LINUX boot/i686/vmlinuz-linux-rt -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 - -LABEL arch32_nfs -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NFS). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NFS) -LINUX boot/i686/vmlinuz-linux-rt -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 - -LABEL arch32_http -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using HTTP). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (HTTP) -LINUX boot/i686/vmlinuz-linux-rt -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 \ No newline at end of file diff --git a/syslinux/i686/pxe-plymouth/archiso_pxe-xanmod-lts.cfg b/syslinux/i686/pxe-plymouth/archiso_pxe-xanmod-lts.cfg deleted file mode 100644 index d141f65a..00000000 --- a/syslinux/i686/pxe-plymouth/archiso_pxe-xanmod-lts.cfg +++ /dev/null @@ -1,39 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32_nbd -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NBD). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NBD) -LINUX boot/i686/vmlinuz-linux-xanmod-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 - -LABEL arch32_nfs -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NFS). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NFS) -LINUX boot/i686/vmlinuz-linux-xanmod-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 - -LABEL arch32_http -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using HTTP). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (HTTP) -LINUX boot/i686/vmlinuz-linux-xanmod-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 \ No newline at end of file diff --git a/syslinux/i686/pxe-plymouth/archiso_pxe-xanmod.cfg b/syslinux/i686/pxe-plymouth/archiso_pxe-xanmod.cfg deleted file mode 100644 index 71c58a3a..00000000 --- a/syslinux/i686/pxe-plymouth/archiso_pxe-xanmod.cfg +++ /dev/null @@ -1,39 +0,0 @@ - -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# -LABEL arch32_nbd -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NBD). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NBD) -LINUX boot/i686/vmlinuz-linux-xanmod -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 - -LABEL arch32_nfs -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NFS). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NFS) -LINUX boot/i686/vmlinuz-linux-xanmod -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 - -LABEL arch32_http -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using HTTP). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (HTTP) -LINUX boot/i686/vmlinuz-linux-xanmod -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 \ No newline at end of file diff --git a/syslinux/i686/pxe-plymouth/archiso_pxe-zen.cfg b/syslinux/i686/pxe-plymouth/archiso_pxe-zen.cfg deleted file mode 100644 index b139529a..00000000 --- a/syslinux/i686/pxe-plymouth/archiso_pxe-zen.cfg +++ /dev/null @@ -1,39 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32_nbd -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NBD). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NBD) -LINUX boot/i686/vmlinuz-linux-zen -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 - -LABEL arch32_nfs -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NFS). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NFS) -LINUX boot/i686/vmlinuz-linux-zen -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 - -LABEL arch32_http -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using HTTP). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (HTTP) -LINUX boot/i686/vmlinuz-linux-zen -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3 -SYSAPPEND 3 \ No newline at end of file diff --git a/syslinux/i686/pxe/archiso_pxe-ck.cfg b/syslinux/i686/pxe/archiso_pxe-ck.cfg deleted file mode 100644 index b96aa301..00000000 --- a/syslinux/i686/pxe/archiso_pxe-ck.cfg +++ /dev/null @@ -1,39 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32_nbd -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NBD). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NBD) -LINUX boot/i686/vmlinuz-linux-ck -INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (i686) live medium (Using NFS). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NFS) -LINUX boot/i686/vmlinuz-linux-ck -INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (i686) live medium (Using HTTP). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (HTTP) -LINUX boot/i686/vmlinuz-linux-ck -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ -SYSAPPEND 3 \ No newline at end of file diff --git a/syslinux/i686/pxe/archiso_pxe-lqx.cfg b/syslinux/i686/pxe/archiso_pxe-lqx.cfg deleted file mode 100644 index 88b2735a..00000000 --- a/syslinux/i686/pxe/archiso_pxe-lqx.cfg +++ /dev/null @@ -1,39 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32_nbd -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NBD). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NBD) -LINUX boot/i686/vmlinuz-linux-lqx -INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (i686) live medium (Using NFS). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NFS) -LINUX boot/i686/vmlinuz-linux-lqx -INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (i686) live medium (Using HTTP). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (HTTP) -LINUX boot/i686/vmlinuz-linux-lqx -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ -SYSAPPEND 3 \ No newline at end of file diff --git a/syslinux/i686/pxe/archiso_pxe-lts.cfg b/syslinux/i686/pxe/archiso_pxe-lts.cfg deleted file mode 100644 index 3333cadb..00000000 --- a/syslinux/i686/pxe/archiso_pxe-lts.cfg +++ /dev/null @@ -1,39 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32_nbd -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NBD). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NBD) -LINUX boot/i686/vmlinuz-linux-lts -INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (i686) live medium (Using NFS). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NFS) -LINUX boot/i686/vmlinuz-linux-lts -INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (i686) live medium (Using HTTP). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (HTTP) -LINUX boot/i686/vmlinuz-linux-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ -SYSAPPEND 3 \ No newline at end of file diff --git a/syslinux/i686/pxe/archiso_pxe-rt-lts.cfg b/syslinux/i686/pxe/archiso_pxe-rt-lts.cfg deleted file mode 100644 index 3333cadb..00000000 --- a/syslinux/i686/pxe/archiso_pxe-rt-lts.cfg +++ /dev/null @@ -1,39 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32_nbd -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NBD). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NBD) -LINUX boot/i686/vmlinuz-linux-lts -INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (i686) live medium (Using NFS). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NFS) -LINUX boot/i686/vmlinuz-linux-lts -INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (i686) live medium (Using HTTP). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (HTTP) -LINUX boot/i686/vmlinuz-linux-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ -SYSAPPEND 3 \ No newline at end of file diff --git a/syslinux/i686/pxe/archiso_pxe-rt.cfg b/syslinux/i686/pxe/archiso_pxe-rt.cfg deleted file mode 100644 index b501bd7b..00000000 --- a/syslinux/i686/pxe/archiso_pxe-rt.cfg +++ /dev/null @@ -1,39 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32_nbd -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NBD). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NBD) -LINUX boot/i686/vmlinuz-linux-rt -INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (i686) live medium (Using NFS). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NFS) -LINUX boot/i686/vmlinuz-linux-rt -INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (i686) live medium (Using HTTP). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (HTTP) -LINUX boot/i686/vmlinuz-linux-rt -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ -SYSAPPEND 3 \ No newline at end of file diff --git a/syslinux/i686/pxe/archiso_pxe-xanmod-lts.cfg b/syslinux/i686/pxe/archiso_pxe-xanmod-lts.cfg deleted file mode 100644 index 75ef5185..00000000 --- a/syslinux/i686/pxe/archiso_pxe-xanmod-lts.cfg +++ /dev/null @@ -1,39 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32_nbd -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NBD). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NBD) -LINUX boot/i686/vmlinuz-linux-xanmod-lts -INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (i686) live medium (Using NFS). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NFS) -LINUX boot/i686/vmlinuz-linux-xanmod-lts -INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (i686) live medium (Using HTTP). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (HTTP) -LINUX boot/i686/vmlinuz-linux-xanmod-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ -SYSAPPEND 3 \ No newline at end of file diff --git a/syslinux/i686/pxe/archiso_pxe-xanmod.cfg b/syslinux/i686/pxe/archiso_pxe-xanmod.cfg deleted file mode 100644 index d907b9ec..00000000 --- a/syslinux/i686/pxe/archiso_pxe-xanmod.cfg +++ /dev/null @@ -1,39 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32_nbd -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NBD). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NBD) -LINUX boot/i686/vmlinuz-linux-xanmod -INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (i686) live medium (Using NFS). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NFS) -LINUX boot/i686/vmlinuz-linux-xanmod -INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (i686) live medium (Using HTTP). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (HTTP) -LINUX boot/i686/vmlinuz-linux-xanmod -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ -SYSAPPEND 3 \ No newline at end of file diff --git a/syslinux/i686/pxe/archiso_pxe-zen.cfg b/syslinux/i686/pxe/archiso_pxe-zen.cfg deleted file mode 100644 index 3af597d8..00000000 --- a/syslinux/i686/pxe/archiso_pxe-zen.cfg +++ /dev/null @@ -1,39 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32_nbd -TEXT HELP -Boot the %OS_NAME% (i686) live medium (Using NBD). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NBD) -LINUX boot/i686/vmlinuz-linux-zen -INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (i686) live medium (Using NFS). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (NFS) -LINUX boot/i686/vmlinuz-linux-zen -INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (i686) live medium (Using HTTP). -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) (HTTP) -LINUX boot/i686/vmlinuz-linux-zen -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ -SYSAPPEND 3 \ No newline at end of file diff --git a/syslinux/i686/sys-plymouth/archiso_sys-core.cfg b/syslinux/i686/sys-plymouth/archiso_sys-core.cfg deleted file mode 100644 index 6f7706bd..00000000 --- a/syslinux/i686/sys-plymouth/archiso_sys-core.cfg +++ /dev/null @@ -1,36 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32 -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) -LINUX boot/i686/vmlinuz -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3 - -LABEL arch32_res -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -This allows %OS_NAME% to boot without a boot splash. -ENDTEXT -MENU LABEL Boot %OS_NAME% without boot splash (i686) -LINUX boot/i686/vmlinuz -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% - -LABEL rescue -TEXT HELP -Start with minimal of prompts. do not use systemd. -Please use it in the environment where GUI cannot be started. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) without GUI -LINUX boot/i686/vmlinuz -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target diff --git a/syslinux/i686/sys-plymouth/archiso_sys-lqx.cfg b/syslinux/i686/sys-plymouth/archiso_sys-lqx.cfg deleted file mode 100644 index fb7f3b7a..00000000 --- a/syslinux/i686/sys-plymouth/archiso_sys-lqx.cfg +++ /dev/null @@ -1,36 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32 -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) -LINUX boot/i686/vmlinuz-linux-lqx -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3 - -LABEL arch32_res -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -This allows %OS_NAME% to boot without a boot splash. -ENDTEXT -MENU LABEL Boot %OS_NAME% without boot splash (i686) -LINUX boot/i686/vmlinuz-linux-lqx -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% - -LABEL rescue -TEXT HELP -Start with minimal of prompts. do not use systemd. -Please use it in the environment where GUI cannot be started. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) without GUI -LINUX boot/i686/vmlinuz-linux-lqx -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target diff --git a/syslinux/i686/sys-plymouth/archiso_sys-lts.cfg b/syslinux/i686/sys-plymouth/archiso_sys-lts.cfg deleted file mode 100644 index 280c6a3a..00000000 --- a/syslinux/i686/sys-plymouth/archiso_sys-lts.cfg +++ /dev/null @@ -1,36 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32 -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) -LINUX boot/i686/vmlinuz-linux-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3 - -LABEL arch32_res -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -This allows %OS_NAME% to boot without a boot splash. -ENDTEXT -MENU LABEL Boot %OS_NAME% without boot splash (i686) -LINUX boot/i686/vmlinuz-linux-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% - -LABEL rescue -TEXT HELP -Start with minimal of prompts. do not use systemd. -Please use it in the environment where GUI cannot be started. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) without GUI -LINUX boot/i686/vmlinuz-linux-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target diff --git a/syslinux/i686/sys-plymouth/archiso_sys-rt-lts.cfg b/syslinux/i686/sys-plymouth/archiso_sys-rt-lts.cfg deleted file mode 100644 index 0a4e8303..00000000 --- a/syslinux/i686/sys-plymouth/archiso_sys-rt-lts.cfg +++ /dev/null @@ -1,36 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32 -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) -LINUX boot/i686/vmlinuz-linux-rt-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3 - -LABEL arch32_res -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -This allows %OS_NAME% to boot without a boot splash. -ENDTEXT -MENU LABEL Boot %OS_NAME% without boot splash (i686) -LINUX boot/i686/vmlinuz-linux-rt-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% - -LABEL rescue -TEXT HELP -Start with minimal of prompts. do not use systemd. -Please use it in the environment where GUI cannot be started. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) without GUI -LINUX boot/i686/vmlinuz-linux-rt-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target diff --git a/syslinux/i686/sys-plymouth/archiso_sys-rt.cfg b/syslinux/i686/sys-plymouth/archiso_sys-rt.cfg deleted file mode 100644 index a1b7466f..00000000 --- a/syslinux/i686/sys-plymouth/archiso_sys-rt.cfg +++ /dev/null @@ -1,36 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32 -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) -LINUX boot/i686/vmlinuz-linux-rt -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3 - -LABEL arch32_res -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -This allows %OS_NAME% to boot without a boot splash. -ENDTEXT -MENU LABEL Boot %OS_NAME% without boot splash (i686) -LINUX boot/i686/vmlinuz-linux-rt -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% - -LABEL rescue -TEXT HELP -Start with minimal of prompts. do not use systemd. -Please use it in the environment where GUI cannot be started. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) without GUI -LINUX boot/i686/vmlinuz-linux-rt -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target diff --git a/syslinux/i686/sys-plymouth/archiso_sys-xanmod-lts.cfg b/syslinux/i686/sys-plymouth/archiso_sys-xanmod-lts.cfg deleted file mode 100644 index de331526..00000000 --- a/syslinux/i686/sys-plymouth/archiso_sys-xanmod-lts.cfg +++ /dev/null @@ -1,36 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32 -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) -LINUX boot/i686/vmlinuz-linux-xanmod-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3 - -LABEL arch32_res -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -This allows %OS_NAME% to boot without a boot splash. -ENDTEXT -MENU LABEL Boot %OS_NAME% without boot splash (i686) -LINUX boot/i686/vmlinuz-linux-xanmod-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% - -LABEL rescue -TEXT HELP -Start with minimal of prompts. do not use systemd. -Please use it in the environment where GUI cannot be started. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) without GUI -LINUX boot/i686/vmlinuz-linux-xanmod-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target diff --git a/syslinux/i686/sys-plymouth/archiso_sys-xanmod.cfg b/syslinux/i686/sys-plymouth/archiso_sys-xanmod.cfg deleted file mode 100644 index 40bc8cff..00000000 --- a/syslinux/i686/sys-plymouth/archiso_sys-xanmod.cfg +++ /dev/null @@ -1,36 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32 -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) -LINUX boot/i686/vmlinuz-linux-xanmod -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3 - -LABEL arch32_res -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -This allows %OS_NAME% to boot without a boot splash. -ENDTEXT -MENU LABEL Boot %OS_NAME% without boot splash (i686) -LINUX boot/i686/vmlinuz-linux-xanmod -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% - -LABEL rescue -TEXT HELP -Start with minimal of prompts. do not use systemd. -Please use it in the environment where GUI cannot be started. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) without GUI -LINUX boot/i686/vmlinuz-linux-xanmod -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target diff --git a/syslinux/i686/sys-plymouth/archiso_sys-zen.cfg b/syslinux/i686/sys-plymouth/archiso_sys-zen.cfg deleted file mode 100644 index 48c098c5..00000000 --- a/syslinux/i686/sys-plymouth/archiso_sys-zen.cfg +++ /dev/null @@ -1,36 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32 -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) -LINUX boot/i686/vmlinuz-linux-zen -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3 - -LABEL arch32_res -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -This allows %OS_NAME% to boot without a boot splash. -ENDTEXT -MENU LABEL Boot %OS_NAME% without boot splash (i686) -LINUX boot/i686/vmlinuz-linux-zen -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% - -LABEL rescue -TEXT HELP -Start with minimal of prompts. do not use systemd. -Please use it in the environment where GUI cannot be started. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) without GUI -LINUX boot/i686/vmlinuz-linux-zen -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target diff --git a/syslinux/i686/sys/archiso_sys-ck.cfg b/syslinux/i686/sys/archiso_sys-ck.cfg deleted file mode 100644 index 6e066bcb..00000000 --- a/syslinux/i686/sys/archiso_sys-ck.cfg +++ /dev/null @@ -1,26 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32 -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) -LINUX boot/i686/vmlinuz-linux-ck -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% - -LABEL rescue -TEXT HELP -Start with minimal of prompts. do not use systemd. -Please use it in the environment where GUI cannot be started. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) without GUI -LINUX boot/i686/vmlinuz-linux-ck -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target diff --git a/syslinux/i686/sys/archiso_sys-lqx.cfg b/syslinux/i686/sys/archiso_sys-lqx.cfg deleted file mode 100644 index b49f9fdc..00000000 --- a/syslinux/i686/sys/archiso_sys-lqx.cfg +++ /dev/null @@ -1,26 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32 -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) -LINUX boot/i686/vmlinuz-linux-lqx -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% - -LABEL rescue -TEXT HELP -Start with minimal of prompts. do not use systemd. -Please use it in the environment where GUI cannot be started. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) without GUI -LINUX boot/i686/vmlinuz-linux-lqx -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target diff --git a/syslinux/i686/sys/archiso_sys-lts.cfg b/syslinux/i686/sys/archiso_sys-lts.cfg deleted file mode 100644 index c39eb7b7..00000000 --- a/syslinux/i686/sys/archiso_sys-lts.cfg +++ /dev/null @@ -1,26 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32 -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) -LINUX boot/i686/vmlinuz-linux-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% - -LABEL rescue -TEXT HELP -Start with minimal of prompts. do not use systemd. -Please use it in the environment where GUI cannot be started. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) without GUI -LINUX boot/i686/vmlinuz-linux-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target diff --git a/syslinux/i686/sys/archiso_sys-rt-lts.cfg b/syslinux/i686/sys/archiso_sys-rt-lts.cfg deleted file mode 100644 index 01bc1e4f..00000000 --- a/syslinux/i686/sys/archiso_sys-rt-lts.cfg +++ /dev/null @@ -1,26 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32 -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) -LINUX boot/i686/vmlinuz-linux-rt-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% - -LABEL rescue -TEXT HELP -Start with minimal of prompts. do not use systemd. -Please use it in the environment where GUI cannot be started. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) without GUI -LINUX boot/i686/vmlinuz-linux-rt-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target diff --git a/syslinux/i686/sys/archiso_sys-rt.cfg b/syslinux/i686/sys/archiso_sys-rt.cfg deleted file mode 100644 index 57e7f432..00000000 --- a/syslinux/i686/sys/archiso_sys-rt.cfg +++ /dev/null @@ -1,26 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32 -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) -LINUX boot/i686/vmlinuz-linux-rt -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% - -LABEL rescue -TEXT HELP -Start with minimal of prompts. do not use systemd. -Please use it in the environment where GUI cannot be started. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) without GUI -LINUX boot/i686/vmlinuz-linux-rt -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target diff --git a/syslinux/i686/sys/archiso_sys-xanmod-lts.cfg b/syslinux/i686/sys/archiso_sys-xanmod-lts.cfg deleted file mode 100644 index 22e9d256..00000000 --- a/syslinux/i686/sys/archiso_sys-xanmod-lts.cfg +++ /dev/null @@ -1,26 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32 -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) -LINUX boot/i686/vmlinuz-linux-xanmod-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% - -LABEL rescue -TEXT HELP -Start with minimal of prompts. do not use systemd. -Please use it in the environment where GUI cannot be started. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) without GUI -LINUX boot/i686/vmlinuz-linux-xanmod-lts -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target diff --git a/syslinux/i686/sys/archiso_sys-xanmod.cfg b/syslinux/i686/sys/archiso_sys-xanmod.cfg deleted file mode 100644 index 38bc88bc..00000000 --- a/syslinux/i686/sys/archiso_sys-xanmod.cfg +++ /dev/null @@ -1,26 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32 -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) -LINUX boot/i686/vmlinuz-linux-xanmod -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% - -LABEL rescue -TEXT HELP -Start with minimal of prompts. do not use systemd. -Please use it in the environment where GUI cannot be started. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) without GUI -LINUX boot/i686/vmlinuz-linux-xanmod -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target diff --git a/syslinux/i686/sys/archiso_sys-zen.cfg b/syslinux/i686/sys/archiso_sys-zen.cfg deleted file mode 100644 index fed0a5bc..00000000 --- a/syslinux/i686/sys/archiso_sys-zen.cfg +++ /dev/null @@ -1,26 +0,0 @@ -# Yamada Hayao -# Twitter: @Hayao0819 -# Email : hayao@fascode.net -# -# (c) 2019-2020 Fascode Network. -# - -LABEL arch32 -TEXT HELP -Boot the %OS_NAME% (i686) live medium. -It allows you to install %OS_NAME% or perform system maintenance. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) -LINUX boot/i686/vmlinuz-linux-zen -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% - -LABEL rescue -TEXT HELP -Start with minimal of prompts. do not use systemd. -Please use it in the environment where GUI cannot be started. -ENDTEXT -MENU LABEL Boot %OS_NAME% (i686) without GUI -LINUX boot/i686/vmlinuz-linux-zen -INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img -APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target -- 2.11.0