changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > box / syslinux/archiso_pxe-linux.cfg

changeset 2: 2fafbe22bd34
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 31 May 2024 17:30:09 -0400
permissions: -rw-r--r--
description: init releng
1 LABEL arch64_nbd
2 TEXT HELP
3 Boot the Arch Linux install medium using NBD.
4 It allows you to install Arch Linux or perform system maintenance.
5 ENDTEXT
6 MENU LABEL Arch Linux install medium (x86_64, NBD)
7 LINUX ::/%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
8 INITRD ::/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
9 APPEND archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% archiso_nbd_srv=${pxeserver} cms_verify=y
10 SYSAPPEND 3
11 
12 LABEL arch64_nfs
13 TEXT HELP
14 Boot the Arch Linux live medium using NFS.
15 It allows you to install Arch Linux or perform system maintenance.
16 ENDTEXT
17 MENU LABEL Arch Linux install medium (x86_64, NFS)
18 LINUX ::/%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
19 INITRD ::/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
20 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt cms_verify=y
21 SYSAPPEND 3
22 
23 LABEL arch64_http
24 TEXT HELP
25 Boot the Arch Linux live medium using HTTP.
26 It allows you to install Arch Linux or perform system maintenance.
27 ENDTEXT
28 MENU LABEL Arch Linux install medium (x86_64, HTTP)
29 LINUX ::/%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
30 INITRD ::/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
31 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ cms_verify=y
32 SYSAPPEND 3