2020-05-29 22:01:28 +00:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
2017-02-12 21:54:43 +00:00
|
|
|
INCLUDE boot/syslinux/archiso_head.cfg
|
|
|
|
|
2011-12-02 03:44:02 +00:00
|
|
|
LABEL arch64_nbd
|
|
|
|
TEXT HELP
|
2020-06-30 11:00:42 +00:00
|
|
|
Boot the Arch Linux install medium using NBD.
|
2013-05-30 22:38:41 +00:00
|
|
|
It allows you to install Arch Linux or perform system maintenance.
|
2011-12-02 03:44:02 +00:00
|
|
|
ENDTEXT
|
2020-06-30 11:00:42 +00:00
|
|
|
MENU LABEL Arch Linux install medium (x86_64, NBD)
|
2020-07-28 09:38:04 +00:00
|
|
|
LINUX boot/x86_64/vmlinuz-linux
|
|
|
|
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/x86_64/archiso.img
|
2011-12-02 03:44:02 +00:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver}
|
2013-10-19 18:02:35 +00:00
|
|
|
SYSAPPEND 3
|
2011-12-02 03:44:02 +00:00
|
|
|
|
|
|
|
LABEL arch64_nfs
|
|
|
|
TEXT HELP
|
2020-06-30 11:00:42 +00:00
|
|
|
Boot the Arch Linux live medium using NFS.
|
2013-05-30 22:38:41 +00:00
|
|
|
It allows you to install Arch Linux or perform system maintenance.
|
2011-12-02 03:44:02 +00:00
|
|
|
ENDTEXT
|
2020-06-30 11:00:42 +00:00
|
|
|
MENU LABEL Arch Linux install medium (x86_64, NFS)
|
2020-07-28 09:38:04 +00:00
|
|
|
LINUX boot/x86_64/vmlinuz-linux
|
|
|
|
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/x86_64/archiso.img
|
2011-12-02 03:44:02 +00:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt
|
2013-10-19 18:02:35 +00:00
|
|
|
SYSAPPEND 3
|
2011-12-02 03:44:02 +00:00
|
|
|
|
|
|
|
LABEL arch64_http
|
|
|
|
TEXT HELP
|
2020-06-30 11:00:42 +00:00
|
|
|
Boot the Arch Linux live medium using HTTP.
|
2013-05-30 22:38:41 +00:00
|
|
|
It allows you to install Arch Linux or perform system maintenance.
|
2011-12-02 03:44:02 +00:00
|
|
|
ENDTEXT
|
2020-06-30 11:00:42 +00:00
|
|
|
MENU LABEL Arch Linux install medium (x86_64, HTTP)
|
2020-07-28 09:38:04 +00:00
|
|
|
LINUX boot/x86_64/vmlinuz-linux
|
|
|
|
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/x86_64/archiso.img
|
2011-12-03 21:20:43 +00:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
|
2013-10-19 18:02:35 +00:00
|
|
|
SYSAPPEND 3
|
2017-02-12 21:54:43 +00:00
|
|
|
|
|
|
|
INCLUDE boot/syslinux/archiso_tail.cfg
|