summaryrefslogtreecommitdiffstats
path: root/syslinux/archiso_pxe32.cfg
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-10-06 13:57:31 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-10-06 13:58:03 +0200
commit43e9481276fbeb342e183d69af299b251c5447c8 (patch)
tree589602ac5802dde911bf4ee474734f9f2400fdfb /syslinux/archiso_pxe32.cfg
parentf6cd0830b0a9c46b8037dc9d3b2c28fdf73a7923 (diff)
downloadarchiso-config-43e9481276fbeb342e183d69af299b251c5447c8.tar.gz
archiso-config-43e9481276fbeb342e183d69af299b251c5447c8.tar.xz
Inline build.sh and syslinux
Direct copy from upstream Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'syslinux/archiso_pxe32.cfg')
-rw-r--r--syslinux/archiso_pxe32.cfg32
1 files changed, 32 insertions, 0 deletions
diff --git a/syslinux/archiso_pxe32.cfg b/syslinux/archiso_pxe32.cfg
new file mode 100644
index 0000000..aaa793e
--- /dev/null
+++ b/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