summaryrefslogtreecommitdiff
path: root/liveusb/syslinux/archiso_pxe32.cfg
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-12-06 00:14:11 +0100
committerYuval Adam <yuv.adm@gmail.com>2014-12-06 00:14:11 +0100
commitad900a84709bb6c2b751f9d5bed2ce7280c7dc04 (patch)
tree89b121dbbbf08fc6dc5b91e867f203012075957a /liveusb/syslinux/archiso_pxe32.cfg
parent1aca4d1a3d7a1a444cc555f81ad488ce1ab67522 (diff)
Soup up the config, use the releng profile
Diffstat (limited to 'liveusb/syslinux/archiso_pxe32.cfg')
-rw-r--r--liveusb/syslinux/archiso_pxe32.cfg32
1 files changed, 32 insertions, 0 deletions
diff --git a/liveusb/syslinux/archiso_pxe32.cfg b/liveusb/syslinux/archiso_pxe32.cfg
new file mode 100644
index 0000000..aaa793e
--- /dev/null
+++ b/liveusb/syslinux/archiso_pxe32.cfg
@@ -0,0 +1,32 @@
+LABEL arch32_nbd
+TEXT HELP
+Boot the Arch Linux (i686) live medium (Using NBD).
+It allows you to install Arch Linux or perform system maintenance.
+ENDTEXT
+MENU LABEL Boot Arch Linux (i686) (NBD)
+LINUX boot/i686/vmlinuz
+INITRD boot/intel_ucode.img,boot/i686/archiso.img
+APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver}
+SYSAPPEND 3
+
+LABEL arch32_nfs
+TEXT HELP
+Boot the Arch Linux (i686) live medium (Using NFS).
+It allows you to install Arch Linux or perform system maintenance.
+ENDTEXT
+MENU LABEL Boot Arch Linux (i686) (NFS)
+LINUX boot/i686/vmlinuz
+INITRD boot/intel_ucode.img,boot/i686/archiso.img
+APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt
+SYSAPPEND 3
+
+LABEL arch32_http
+TEXT HELP
+Boot the Arch Linux (i686) live medium (Using HTTP).
+It allows you to install Arch Linux or perform system maintenance.
+ENDTEXT
+MENU LABEL Boot Arch Linux (i686) (HTTP)
+LINUX boot/i686/vmlinuz
+INITRD boot/intel_ucode.img,boot/i686/archiso.img
+APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
+SYSAPPEND 3