OSDN Git Service

[add reemove] : Added new syslinux config
authorhayao <shun819.mail@gmail.com>
Fri, 17 Jul 2020 07:37:52 +0000 (16:37 +0900)
committerhayao <shun819.mail@gmail.com>
Fri, 17 Jul 2020 07:37:52 +0000 (16:37 +0900)
44 files changed:
build.sh
syslinux/x86_64/archiso.cfg
syslinux/x86_64/archiso_pxe_load.cfg [moved from syslinux/x86_64/archiso_pxe_main.cfg with 100% similarity]
syslinux/x86_64/archiso_pxe_nosplash.cfg [moved from syslinux/x86_64/pxe/archiso_pxe-core.cfg with 90% similarity]
syslinux/x86_64/archiso_pxe_splash.cfg [moved from syslinux/x86_64/pxe-plymouth/archiso_pxe-lqx.cfg with 91% similarity]
syslinux/x86_64/archiso_sys_load.cfg [moved from syslinux/x86_64/archiso_sys_main.cfg with 100% similarity]
syslinux/x86_64/archiso_sys_nosplash.cfg [moved from syslinux/x86_64/sys/archiso_sys-core.cfg with 91% similarity]
syslinux/x86_64/archiso_sys_splash.cfg [moved from syslinux/x86_64/sys-plymouth/archiso_sys-ck.cfg with 90% similarity]
syslinux/x86_64/pxe-plymouth/archiso_pxe-ck.cfg [deleted file]
syslinux/x86_64/pxe-plymouth/archiso_pxe-core.cfg [deleted file]
syslinux/x86_64/pxe-plymouth/archiso_pxe-lts.cfg [deleted file]
syslinux/x86_64/pxe-plymouth/archiso_pxe-rt-lts.cfg [deleted file]
syslinux/x86_64/pxe-plymouth/archiso_pxe-rt.cfg [deleted file]
syslinux/x86_64/pxe-plymouth/archiso_pxe-xanmod-lts.cfg [deleted file]
syslinux/x86_64/pxe-plymouth/archiso_pxe-xanmod.cfg [deleted file]
syslinux/x86_64/pxe-plymouth/archiso_pxe-zen-letsnote.cfg [deleted file]
syslinux/x86_64/pxe-plymouth/archiso_pxe-zen.cfg [deleted file]
syslinux/x86_64/pxe/archiso_pxe-ck.cfg [deleted file]
syslinux/x86_64/pxe/archiso_pxe-lqx.cfg [deleted file]
syslinux/x86_64/pxe/archiso_pxe-lts.cfg [deleted file]
syslinux/x86_64/pxe/archiso_pxe-rt-lts.cfg [deleted file]
syslinux/x86_64/pxe/archiso_pxe-rt.cfg [deleted file]
syslinux/x86_64/pxe/archiso_pxe-xanmod-lts.cfg [deleted file]
syslinux/x86_64/pxe/archiso_pxe-xanmod.cfg [deleted file]
syslinux/x86_64/pxe/archiso_pxe-zen-letsnote.cfg [deleted file]
syslinux/x86_64/pxe/archiso_pxe-zen.cfg [deleted file]
syslinux/x86_64/sys-plymouth/archiso_sys-core.cfg [deleted file]
syslinux/x86_64/sys-plymouth/archiso_sys-lqx.cfg [deleted file]
syslinux/x86_64/sys-plymouth/archiso_sys-lts.cfg [deleted file]
syslinux/x86_64/sys-plymouth/archiso_sys-rt-lts.cfg [deleted file]
syslinux/x86_64/sys-plymouth/archiso_sys-rt.cfg [deleted file]
syslinux/x86_64/sys-plymouth/archiso_sys-xanmod-lts.cfg [deleted file]
syslinux/x86_64/sys-plymouth/archiso_sys-xanmod.cfg [deleted file]
syslinux/x86_64/sys-plymouth/archiso_sys-zen-letsnote.cfg [deleted file]
syslinux/x86_64/sys-plymouth/archiso_sys-zen.cfg [deleted file]
syslinux/x86_64/sys/archiso_sys-ck.cfg [deleted file]
syslinux/x86_64/sys/archiso_sys-lqx.cfg [deleted file]
syslinux/x86_64/sys/archiso_sys-lts.cfg [deleted file]
syslinux/x86_64/sys/archiso_sys-rt-lts.cfg [deleted file]
syslinux/x86_64/sys/archiso_sys-rt.cfg [deleted file]
syslinux/x86_64/sys/archiso_sys-xanmod-lts.cfg [deleted file]
syslinux/x86_64/sys/archiso_sys-xanmod.cfg [deleted file]
syslinux/x86_64/sys/archiso_sys-zen-letsnote.cfg [deleted file]
syslinux/x86_64/sys/archiso_sys-zen.cfg [deleted file]

index 16c6400..20a89dc 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -1180,39 +1180,38 @@ make_syslinux() {
     _uname_r="$(file -b ${work_dir}/${arch}/airootfs/boot/${kernel_filename} | awk 'f{print;f=0} /version/{f=1}' RS=' ')"
     mkdir -p "${work_dir}/iso/${install_dir}/boot/syslinux"
     
+    # copy all syslinux config to work dir
     for _cfg in ${script_path}/syslinux/${arch}/*.cfg; do
         sed "s|%ARCHISO_LABEL%|${iso_label}|g;
              s|%OS_NAME%|${os_name}|g;
-        s|%INSTALL_DIR%|${install_dir}|g" "${_cfg}" > "${work_dir}/iso/${install_dir}/boot/syslinux/${_cfg##*/}"
+             s|%KERNEL_FILENAME%|${kernel_filename}|g;
+             s|%INSTALL_DIR%|${install_dir}|g" "${_cfg}" > "${work_dir}/iso/${install_dir}/boot/syslinux/${_cfg##*/}"
     done
     
-    if [[ ${boot_splash} = true ]]; then
-        sed "s|%ARCHISO_LABEL%|${iso_label}|g;
-             s|%OS_NAME%|${os_name}|g;
-        s|%INSTALL_DIR%|${install_dir}|g" \
-        "${script_path}/syslinux/${arch}/pxe-plymouth/archiso_pxe-${kernel}.cfg" > "${work_dir}/iso/${install_dir}/boot/syslinux/archiso_pxe.cfg"
-        
-        sed "s|%ARCHISO_LABEL%|${iso_label}|g;
-             s|%OS_NAME%|${os_name}|g;
-        s|%INSTALL_DIR%|${install_dir}|g" \
-        "${script_path}/syslinux/${arch}/sys-plymouth/archiso_sys-${kernel}.cfg" > "${work_dir}/iso/${install_dir}/boot/syslinux/archiso_sys.cfg"
+    # Replace the SYSLINUX configuration file with or without boot splash.
+    local _use_config_name
+    local _no_use_config_name
+    local _pxe_or_sys
+    if [[ "${boot_splash}" = true ]]; then
+        _use_config_name=splash
+        _no_use_config_name=nosplash
     else
-        sed "s|%ARCHISO_LABEL%|${iso_label}|g;
-             s|%OS_NAME%|${os_name}|g;
-        s|%INSTALL_DIR%|${install_dir}|g" \
-        "${script_path}/syslinux/${arch}/pxe/archiso_pxe-${kernel}.cfg" > "${work_dir}/iso/${install_dir}/boot/syslinux/archiso_pxe.cfg"
-        
-        sed "s|%ARCHISO_LABEL%|${iso_label}|g;
-             s|%OS_NAME%|${os_name}|g;
-        s|%INSTALL_DIR%|${install_dir}|g" \
-        "${script_path}/syslinux/${arch}/sys/archiso_sys-${kernel}.cfg" > "${work_dir}/iso/${install_dir}/boot/syslinux/archiso_sys.cfg"
+        _use_config_name=nosplash
+        _no_use_config_name=splash
     fi
-    
+    for _pxe_or_sys in "sys" "pxe"; do
+        remove "${work_dir}/iso/${install_dir}/boot/syslinux/archiso_${_pxe_or_sys}_${_no_use_config_name}.cfg"
+        mv "${work_dir}/iso/${install_dir}/boot/syslinux/archiso_${_pxe_or_sys}_${_use_config_name}.cfg" "${work_dir}/iso/${install_dir}/boot/syslinux/archiso_${_pxe_or_sys}.cfg"
+    done
+
+    # Set syslinux wallpaper
     if [[ -f "${script_path}/channels/${channel_name}/splash.png" ]]; then
         cp "${script_path}/channels/${channel_name}/splash.png" "${work_dir}/iso/${install_dir}/boot/syslinux"
     else
         cp "${script_path}/syslinux/${arch}/splash.png" "${work_dir}/iso/${install_dir}/boot/syslinux"
     fi
+
+    # copy files
     cp "${work_dir}"/${arch}/airootfs/usr/lib/syslinux/bios/*.c32 "${work_dir}/iso/${install_dir}/boot/syslinux"
     cp "${work_dir}/${arch}/airootfs/usr/lib/syslinux/bios/lpxelinux.0" "${work_dir}/iso/${install_dir}/boot/syslinux"
     cp "${work_dir}/${arch}/airootfs/usr/lib/syslinux/bios/memdisk" "${work_dir}/iso/${install_dir}/boot/syslinux"
index 567e370..683e105 100644 (file)
@@ -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
similarity index 90%
rename from syslinux/x86_64/pxe/archiso_pxe-core.cfg
rename to syslinux/x86_64/archiso_pxe_nosplash.cfg
index f0c3f23..edf8f09 100644 (file)
@@ -11,7 +11,7 @@ Boot the %OS_NAME% (x86_64) live medium (Using NBD).
 It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
 MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz
+LINUX boot/x86_64/%KERNEL_FILENAME%
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver}
 SYSAPPEND 3
@@ -22,7 +22,7 @@ Boot the %OS_NAME% (x86_64) live medium (Using NFS).
 It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
 MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz
+LINUX boot/x86_64/%KERNEL_FILENAME%
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt
 SYSAPPEND 3
@@ -33,7 +33,7 @@ Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
 It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
 MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz
+LINUX boot/x86_64/%KERNEL_FILENAME%
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
 SYSAPPEND 3
\ No newline at end of file
similarity index 91%
rename from syslinux/x86_64/pxe-plymouth/archiso_pxe-lqx.cfg
rename to syslinux/x86_64/archiso_pxe_splash.cfg
index f1c290e..3151573 100644 (file)
@@ -11,7 +11,7 @@ Boot the %OS_NAME% (x86_64) live medium (Using NBD).
 It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
 MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz-linux-lqx
+LINUX boot/x86_64/%KERNEL_FILENAME%
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) live medium (Using NFS).
 It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
 MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz-linux-lqx
+LINUX boot/x86_64/%KERNEL_FILENAME%
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) live medium (Using HTTP).
 It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
 MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz-linux-lqx
+LINUX boot/x86_64/%KERNEL_FILENAME%
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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
similarity index 91%
rename from syslinux/x86_64/sys/archiso_sys-core.cfg
rename to syslinux/x86_64/archiso_sys_nosplash.cfg
index ce8cd99..1e49006 100644 (file)
@@ -11,7 +11,7 @@ Boot the %OS_NAME% (x86_64) live medium.
 It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
 MENU LABEL Boot %OS_NAME% (x86_64)
-LINUX boot/x86_64/vmlinuz
+LINUX boot/x86_64/%KERNEL_FILENAME%
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) without GUI
-LINUX boot/x86_64/vmlinuz
+LINUX boot/x86_64/%KERNEL_FILENAME%
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target
similarity index 90%
rename from syslinux/x86_64/sys-plymouth/archiso_sys-ck.cfg
rename to syslinux/x86_64/archiso_sys_splash.cfg
index e8cf150..325bb53 100644 (file)
@@ -11,7 +11,7 @@ Boot the %OS_NAME% (x86_64) live medium.
 It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
 MENU LABEL Boot %OS_NAME% (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-ck
+LINUX boot/x86_64/%KERNEL_FILENAME%
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) live medium.
 This allows %OS_NAME% to boot without boot splash.
 ENDTEXT
 MENU LABEL Boot %OS_NAME% without boot splash (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-ck
+LINUX boot/x86_64/%KERNEL_FILENAME%
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) without GUI
-LINUX boot/x86_64/vmlinuz-linux-ck
+LINUX boot/x86_64/%KERNEL_FILENAME%
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target
diff --git a/syslinux/x86_64/pxe-plymouth/archiso_pxe-ck.cfg b/syslinux/x86_64/pxe-plymouth/archiso_pxe-ck.cfg
deleted file mode 100644 (file)
index 9b9e9da..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64_nbd
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NBD).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz-linux-ck
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3
-SYSAPPEND 3
-
-LABEL arch64_nfs
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NFS).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz-linux-ck
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3
-SYSAPPEND 3
-
-LABEL arch64_http
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz-linux-ck
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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/x86_64/pxe-plymouth/archiso_pxe-core.cfg b/syslinux/x86_64/pxe-plymouth/archiso_pxe-core.cfg
deleted file mode 100644 (file)
index e8326cb..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64_nbd
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NBD).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3
-SYSAPPEND 3
-
-LABEL arch64_nfs
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NFS).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3
-SYSAPPEND 3
-
-LABEL arch64_http
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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/x86_64/pxe-plymouth/archiso_pxe-lts.cfg b/syslinux/x86_64/pxe-plymouth/archiso_pxe-lts.cfg
deleted file mode 100644 (file)
index f0b7fd1..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64_nbd
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NBD).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz-linux-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3
-SYSAPPEND 3
-
-LABEL arch64_nfs
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NFS).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz-linux-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3
-SYSAPPEND 3
-
-LABEL arch64_http
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz-linux-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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/x86_64/pxe-plymouth/archiso_pxe-rt-lts.cfg b/syslinux/x86_64/pxe-plymouth/archiso_pxe-rt-lts.cfg
deleted file mode 100644 (file)
index f0b7fd1..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64_nbd
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NBD).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz-linux-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3
-SYSAPPEND 3
-
-LABEL arch64_nfs
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NFS).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz-linux-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3
-SYSAPPEND 3
-
-LABEL arch64_http
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz-linux-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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/x86_64/pxe-plymouth/archiso_pxe-rt.cfg b/syslinux/x86_64/pxe-plymouth/archiso_pxe-rt.cfg
deleted file mode 100644 (file)
index b54d61f..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64_nbd
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NBD).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz-linux-rt
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3
-SYSAPPEND 3
-
-LABEL arch64_nfs
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NFS).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz-linux-rt
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3
-SYSAPPEND 3
-
-LABEL arch64_http
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz-linux-rt
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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/x86_64/pxe-plymouth/archiso_pxe-xanmod-lts.cfg b/syslinux/x86_64/pxe-plymouth/archiso_pxe-xanmod-lts.cfg
deleted file mode 100644 (file)
index c6793b2..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64_nbd
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NBD).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz-linux-xanmod-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3
-SYSAPPEND 3
-
-LABEL arch64_nfs
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NFS).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz-linux-xanmod-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3
-SYSAPPEND 3
-
-LABEL arch64_http
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz-linux-xanmod-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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/x86_64/pxe-plymouth/archiso_pxe-xanmod.cfg b/syslinux/x86_64/pxe-plymouth/archiso_pxe-xanmod.cfg
deleted file mode 100644 (file)
index 8787825..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-LABEL arch64_nbd
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NBD).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz-linux-xanmod
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3
-SYSAPPEND 3
-
-LABEL arch64_nfs
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NFS).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz-linux-xanmod
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3
-SYSAPPEND 3
-
-LABEL arch64_http
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz-linux-xanmod
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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/x86_64/pxe-plymouth/archiso_pxe-zen-letsnote.cfg b/syslinux/x86_64/pxe-plymouth/archiso_pxe-zen-letsnote.cfg
deleted file mode 100644 (file)
index 96c2685..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64_nbd
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NBD).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz-linux-zen-letsnote
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3
-SYSAPPEND 3
-
-LABEL arch64_nfs
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NFS).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz-linux-zen-letsnote
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3
-SYSAPPEND 3
-
-LABEL arch64_http
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz-linux-zen-letsnote
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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/x86_64/pxe-plymouth/archiso_pxe-zen.cfg b/syslinux/x86_64/pxe-plymouth/archiso_pxe-zen.cfg
deleted file mode 100644 (file)
index a3390a4..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64_nbd
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NBD).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz-linux-zen
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3
-SYSAPPEND 3
-
-LABEL arch64_nfs
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NFS).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz-linux-zen
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3
-SYSAPPEND 3
-
-LABEL arch64_http
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz-linux-zen
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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/x86_64/pxe/archiso_pxe-ck.cfg b/syslinux/x86_64/pxe/archiso_pxe-ck.cfg
deleted file mode 100644 (file)
index 63f59eb..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64_nbd
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NBD).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz-linux-ck
-INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (x86_64) live medium (Using NFS).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz-linux-ck
-INITRD boot/intel_ucode.img,boot/amd_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
-Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz-linux-ck
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
-SYSAPPEND 3
\ No newline at end of file
diff --git a/syslinux/x86_64/pxe/archiso_pxe-lqx.cfg b/syslinux/x86_64/pxe/archiso_pxe-lqx.cfg
deleted file mode 100644 (file)
index 0ffa229..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64_nbd
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NBD).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz-linux-lqx
-INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (x86_64) live medium (Using NFS).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz-linux-lqx
-INITRD boot/intel_ucode.img,boot/amd_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
-Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz-linux-lqx
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
-SYSAPPEND 3
\ No newline at end of file
diff --git a/syslinux/x86_64/pxe/archiso_pxe-lts.cfg b/syslinux/x86_64/pxe/archiso_pxe-lts.cfg
deleted file mode 100644 (file)
index a1bd2f2..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64_nbd
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NBD).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz-linux-lts
-INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (x86_64) live medium (Using NFS).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz-linux-lts
-INITRD boot/intel_ucode.img,boot/amd_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
-Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz-linux-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
-SYSAPPEND 3
\ No newline at end of file
diff --git a/syslinux/x86_64/pxe/archiso_pxe-rt-lts.cfg b/syslinux/x86_64/pxe/archiso_pxe-rt-lts.cfg
deleted file mode 100644 (file)
index a1bd2f2..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64_nbd
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NBD).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz-linux-lts
-INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (x86_64) live medium (Using NFS).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz-linux-lts
-INITRD boot/intel_ucode.img,boot/amd_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
-Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz-linux-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
-SYSAPPEND 3
\ No newline at end of file
diff --git a/syslinux/x86_64/pxe/archiso_pxe-rt.cfg b/syslinux/x86_64/pxe/archiso_pxe-rt.cfg
deleted file mode 100644 (file)
index e4b4af0..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64_nbd
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NBD).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz-linux-rt
-INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (x86_64) live medium (Using NFS).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz-linux-rt
-INITRD boot/intel_ucode.img,boot/amd_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
-Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz-linux-rt
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
-SYSAPPEND 3
\ No newline at end of file
diff --git a/syslinux/x86_64/pxe/archiso_pxe-xanmod-lts.cfg b/syslinux/x86_64/pxe/archiso_pxe-xanmod-lts.cfg
deleted file mode 100644 (file)
index d1334b3..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64_nbd
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NBD).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz-linux-xanmod-lts
-INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (x86_64) live medium (Using NFS).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz-linux-xanmod-lts
-INITRD boot/intel_ucode.img,boot/amd_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
-Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz-linux-xanmod-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
-SYSAPPEND 3
\ No newline at end of file
diff --git a/syslinux/x86_64/pxe/archiso_pxe-xanmod.cfg b/syslinux/x86_64/pxe/archiso_pxe-xanmod.cfg
deleted file mode 100644 (file)
index 3cb9bb3..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64_nbd
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NBD).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz-linux-xanmod
-INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (x86_64) live medium (Using NFS).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz-linux-xanmod
-INITRD boot/intel_ucode.img,boot/amd_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
-Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz-linux-xanmod
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
-SYSAPPEND 3
\ No newline at end of file
diff --git a/syslinux/x86_64/pxe/archiso_pxe-zen-letsnote.cfg b/syslinux/x86_64/pxe/archiso_pxe-zen-letsnote.cfg
deleted file mode 100644 (file)
index 62c76b8..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64_nbd
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NBD).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz-linux-zen-letsnote
-INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (x86_64) live medium (Using NFS).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz-linux-zen-letsnote
-INITRD boot/intel_ucode.img,boot/amd_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
-Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz-linux-zen-letsnote
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
-SYSAPPEND 3
\ No newline at end of file
diff --git a/syslinux/x86_64/pxe/archiso_pxe-zen.cfg b/syslinux/x86_64/pxe/archiso_pxe-zen.cfg
deleted file mode 100644 (file)
index 7804c91..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64_nbd
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium (Using NBD).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
-LINUX boot/x86_64/vmlinuz-linux-zen
-INITRD boot/intel_ucode.img,boot/amd_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 %OS_NAME% (x86_64) live medium (Using NFS).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
-LINUX boot/x86_64/vmlinuz-linux-zen
-INITRD boot/intel_ucode.img,boot/amd_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
-Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
-LINUX boot/x86_64/vmlinuz-linux-zen
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
-SYSAPPEND 3
\ No newline at end of file
diff --git a/syslinux/x86_64/sys-plymouth/archiso_sys-core.cfg b/syslinux/x86_64/sys-plymouth/archiso_sys-core.cfg
deleted file mode 100644 (file)
index b034898..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64)
-LINUX boot/x86_64/vmlinuz
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
-
-LABEL arch64_res
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-This allows %OS_NAME% to boot without a boot splash.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% without boot splash (x86_64)
-LINUX boot/x86_64/vmlinuz
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) without GUI
-LINUX boot/x86_64/vmlinuz
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target
diff --git a/syslinux/x86_64/sys-plymouth/archiso_sys-lqx.cfg b/syslinux/x86_64/sys-plymouth/archiso_sys-lqx.cfg
deleted file mode 100644 (file)
index c2f100f..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-lqx
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
-
-LABEL arch64_res
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-This allows %OS_NAME% to boot without a boot splash.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% without boot splash (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-lqx
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) without GUI
-LINUX boot/x86_64/vmlinuz-linux-lqx
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target
diff --git a/syslinux/x86_64/sys-plymouth/archiso_sys-lts.cfg b/syslinux/x86_64/sys-plymouth/archiso_sys-lts.cfg
deleted file mode 100644 (file)
index 5e016d9..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
-
-LABEL arch64_res
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-This allows %OS_NAME% to boot without a boot splash.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% without boot splash (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) without GUI
-LINUX boot/x86_64/vmlinuz-linux-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target
diff --git a/syslinux/x86_64/sys-plymouth/archiso_sys-rt-lts.cfg b/syslinux/x86_64/sys-plymouth/archiso_sys-rt-lts.cfg
deleted file mode 100644 (file)
index 2372e20..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-rt-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
-
-LABEL arch64_res
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-This allows %OS_NAME% to boot without a boot splash.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% without boot splash (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-rt-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) without GUI
-LINUX boot/x86_64/vmlinuz-linux-rt-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target
diff --git a/syslinux/x86_64/sys-plymouth/archiso_sys-rt.cfg b/syslinux/x86_64/sys-plymouth/archiso_sys-rt.cfg
deleted file mode 100644 (file)
index d63d6fe..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-rt
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
-
-LABEL arch64_res
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-This allows %OS_NAME% to boot without a boot splash.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% without boot splash (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-rt
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) without GUI
-LINUX boot/x86_64/vmlinuz-linux-rt
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target
diff --git a/syslinux/x86_64/sys-plymouth/archiso_sys-xanmod-lts.cfg b/syslinux/x86_64/sys-plymouth/archiso_sys-xanmod-lts.cfg
deleted file mode 100644 (file)
index 68c63bd..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-xanmod-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
-
-LABEL arch64_res
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-This allows %OS_NAME% to boot without a boot splash.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% without boot splash (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-xanmod-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) without GUI
-LINUX boot/x86_64/vmlinuz-linux-xanmod-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target
diff --git a/syslinux/x86_64/sys-plymouth/archiso_sys-xanmod.cfg b/syslinux/x86_64/sys-plymouth/archiso_sys-xanmod.cfg
deleted file mode 100644 (file)
index 9bc42d5..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-xanmod
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
-
-LABEL arch64_res
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-This allows %OS_NAME% to boot without a boot splash.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% without boot splash (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-xanmod
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) without GUI
-LINUX boot/x86_64/vmlinuz-linux-xanmod
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target
diff --git a/syslinux/x86_64/sys-plymouth/archiso_sys-zen-letsnote.cfg b/syslinux/x86_64/sys-plymouth/archiso_sys-zen-letsnote.cfg
deleted file mode 100644 (file)
index e55d18b..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-zen-letsnote
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
-
-LABEL arch64_res
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-This allows %OS_NAME% to boot without a boot splash.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% without boot splash (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-zen-letsnote
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) without GUI
-LINUX boot/x86_64/vmlinuz-linux-zen-letsnote
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target
diff --git a/syslinux/x86_64/sys-plymouth/archiso_sys-zen.cfg b/syslinux/x86_64/sys-plymouth/archiso_sys-zen.cfg
deleted file mode 100644 (file)
index a8601e0..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-zen
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
-
-LABEL arch64_res
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-This allows %OS_NAME% to boot without a boot splash.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% without boot splash (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-zen
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) without GUI
-LINUX boot/x86_64/vmlinuz-linux-zen
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target
diff --git a/syslinux/x86_64/sys/archiso_sys-ck.cfg b/syslinux/x86_64/sys/archiso_sys-ck.cfg
deleted file mode 100644 (file)
index f1f247e..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-ck
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) without GUI
-LINUX boot/x86_64/vmlinuz-linux-ck
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target
diff --git a/syslinux/x86_64/sys/archiso_sys-lqx.cfg b/syslinux/x86_64/sys/archiso_sys-lqx.cfg
deleted file mode 100644 (file)
index 97ca72e..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-lqx
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) without GUI
-LINUX boot/x86_64/vmlinuz-linux-lqx
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target
diff --git a/syslinux/x86_64/sys/archiso_sys-lts.cfg b/syslinux/x86_64/sys/archiso_sys-lts.cfg
deleted file mode 100644 (file)
index 66bd697..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) without GUI
-LINUX boot/x86_64/vmlinuz-linux-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target
diff --git a/syslinux/x86_64/sys/archiso_sys-rt-lts.cfg b/syslinux/x86_64/sys/archiso_sys-rt-lts.cfg
deleted file mode 100644 (file)
index 70a384f..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-rt-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) without GUI
-LINUX boot/x86_64/vmlinuz-linux-rt-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target
diff --git a/syslinux/x86_64/sys/archiso_sys-rt.cfg b/syslinux/x86_64/sys/archiso_sys-rt.cfg
deleted file mode 100644 (file)
index b030d7a..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-rt
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) without GUI
-LINUX boot/x86_64/vmlinuz-linux-rt
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target
diff --git a/syslinux/x86_64/sys/archiso_sys-xanmod-lts.cfg b/syslinux/x86_64/sys/archiso_sys-xanmod-lts.cfg
deleted file mode 100644 (file)
index 3de06c5..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-xanmod-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) without GUI
-LINUX boot/x86_64/vmlinuz-linux-xanmod-lts
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target
diff --git a/syslinux/x86_64/sys/archiso_sys-xanmod.cfg b/syslinux/x86_64/sys/archiso_sys-xanmod.cfg
deleted file mode 100644 (file)
index 6b2f92c..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-xanmod
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) without GUI
-LINUX boot/x86_64/vmlinuz-linux-xanmod
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target
diff --git a/syslinux/x86_64/sys/archiso_sys-zen-letsnote.cfg b/syslinux/x86_64/sys/archiso_sys-zen-letsnote.cfg
deleted file mode 100644 (file)
index 46a302a..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-zen-letsnote
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) without GUI
-LINUX boot/x86_64/vmlinuz-linux-zen-letsnote
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target
diff --git a/syslinux/x86_64/sys/archiso_sys-zen.cfg b/syslinux/x86_64/sys/archiso_sys-zen.cfg
deleted file mode 100644 (file)
index b9dbe81..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Yamada Hayao
-# Twitter: @Hayao0819
-# Email  : hayao@fascode.net
-#
-# (c) 2019-2020 Fascode Network.
-#
-
-LABEL arch64
-TEXT HELP
-Boot the %OS_NAME% (x86_64) live medium.
-It allows you to install %OS_NAME% or perform system maintenance.
-ENDTEXT
-MENU LABEL Boot %OS_NAME% (x86_64)
-LINUX boot/x86_64/vmlinuz-linux-zen
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/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% (x86_64) without GUI
-LINUX boot/x86_64/vmlinuz-linux-zen
-INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
-APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target