OSDN Git Service

[update] : Follow the name change
[alterlinux/alterlinux.git] / syslinux / archiso_pxe_nosplash.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%_nbd
9 TEXT HELP
10 Boot the %OS_NAME% (%ARCH%) live medium (Using NBD).
11 It allows you to install %OS_NAME% or perform system maintenance.
12 ENDTEXT
13 MENU LABEL Boot %OS_NAME% (%ARCH%) (NBD)
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% archiso_nbd_srv=${pxeserver} checksum verify
17 SYSAPPEND 3
18
19 LABEL alter_%ARCH%_nfs
20 TEXT HELP
21 Boot the %OS_NAME% (%ARCH%) live medium (Using NFS).
22 It allows you to install %OS_NAME% or perform system maintenance.
23 ENDTEXT
24 MENU LABEL Boot %OS_NAME% (%ARCH%) (NFS)
25 LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
26 INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/%ARCH%/archiso.img
27 APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt checksum verify
28 SYSAPPEND 3
29
30 LABEL alter_%ARCH%_http
31 TEXT HELP
32 Boot the %OS_NAME% (%ARCH%) live medium (Using HTTP).
33 It allows you to install %OS_NAME% or perform system maintenance.
34 ENDTEXT
35 MENU LABEL Boot %OS_NAME% (%ARCH%) (HTTP)
36 LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
37 INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/%ARCH%/archiso.img
38 APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ checksum verify
39 SYSAPPEND 3