OSDN Git Service

[add] : syslinux files
authorhayao <shun819.mail@gmail.com>
Wed, 12 Aug 2020 04:04:26 +0000 (13:04 +0900)
committerhayao <shun819.mail@gmail.com>
Wed, 12 Aug 2020 04:04:26 +0000 (13:04 +0900)
syslinux/i686/archiso_sys_nosplash.cfg [new file with mode: 0644]
syslinux/i686/archiso_sys_splash.cfg [new file with mode: 0644]
syslinux/x86_64/archiso_sys_nosplash.cfg [new file with mode: 0644]
syslinux/x86_64/archiso_sys_splash.cfg [new file with mode: 0644]

diff --git a/syslinux/i686/archiso_sys_nosplash.cfg b/syslinux/i686/archiso_sys_nosplash.cfg
new file mode 100644 (file)
index 0000000..fa1ed4c
--- /dev/null
@@ -0,0 +1,36 @@
+# 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/%KERNEL_FILENAME%
+INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img
+APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
+
+LABEL safegraphic
+TEXT HELP
+Disable KMS. Try it if you are having problems with graphics.
+Specifically, add nomodeset to the kernel parameters.
+ENDTEXT
+MENU LABEL Boot %OS_NAME% (x86_64) with safe graphic
+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% nomodeset
+
+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/%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 nomodeset
diff --git a/syslinux/i686/archiso_sys_splash.cfg b/syslinux/i686/archiso_sys_splash.cfg
new file mode 100644 (file)
index 0000000..c70d356
--- /dev/null
@@ -0,0 +1,45 @@
+# 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/%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
+
+LABEL arch32_res
+TEXT HELP
+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/%KERNEL_FILENAME%
+INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img
+
+LABEL safegraphic
+TEXT HELP
+Disable KMS. Try it if you are having problems with graphics.
+Specifically, add nomodeset to the kernel parameters.
+ENDTEXT
+MENU LABEL Boot %OS_NAME% (x86_64) with safe graphic
+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% nomodeset
+
+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/%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 nomodeset
diff --git a/syslinux/x86_64/archiso_sys_nosplash.cfg b/syslinux/x86_64/archiso_sys_nosplash.cfg
new file mode 100644 (file)
index 0000000..edc1748
--- /dev/null
@@ -0,0 +1,36 @@
+# 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/%KERNEL_FILENAME%
+INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
+APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
+
+LABEL safegraphic
+TEXT HELP
+Disable KMS. Try it if you are having problems with graphics.
+Specifically, add nomodeset to the kernel parameters.
+ENDTEXT
+MENU LABEL Boot %OS_NAME% (x86_64) with safe graphic
+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% nomodeset
+
+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/%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 nomodeset
diff --git a/syslinux/x86_64/archiso_sys_splash.cfg b/syslinux/x86_64/archiso_sys_splash.cfg
new file mode 100644 (file)
index 0000000..58acf65
--- /dev/null
@@ -0,0 +1,45 @@
+# 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/%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
+
+LABEL arch64_res
+TEXT HELP
+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/%KERNEL_FILENAME%
+INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
+
+LABEL safegraphic
+TEXT HELP
+Disable KMS. Try it if you are having problems with graphics.
+Specifically, add nomodeset to the kernel parameters.
+ENDTEXT
+MENU LABEL Boot %OS_NAME% (x86_64) with safe graphic
+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% nomodeset
+
+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/%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 nomodeset