OSDN Git Service

a92693362f2746686e5f6c6227acfe7e55078464
[alterlinux/alterlinux.git] / syslinux / archiso_sys_splash.cfg
1 # Yamada Hayao
2 # Twitter: @Hayao0819
3 # Email  : hayao@fascode.net
4 #
5 # (c) 2019-2021 Fascode Network.
6 #
7
8 LABEL alter_%ARCH%
9 TEXT HELP
10 Boot the %OS_NAME% (%ARCH%) live medium.
11 It allows you to install %OS_NAME% or perform system maintenance.
12 ENDTEXT
13 MENU LABEL Boot %OS_NAME% (%ARCH%)
14 LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
15 INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/%ARCH%/archiso.img
16 APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
17
18 LABEL alter_%ARCH%_res
19 TEXT HELP
20 Boot the %OS_NAME% (%ARCH%) live medium.
21 This allows %OS_NAME% to boot without boot splash.
22 ENDTEXT
23 MENU LABEL Boot %OS_NAME% (%ARCH%) without boot splash
24 LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
25 INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/%ARCH%/archiso.img
26 APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%