summaryrefslogtreecommitdiff
path: root/configs/releng/syslinux/archiso_sys.cfg
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-03-26 20:52:14 +0200
committerErich Eckner <git@eckner.net>2017-04-01 21:11:53 +0200
commit7c2ed8fbc6978cd1db62d1aedff2b8a4c98dc7be (patch)
tree394b425f28d960805a0b33d20846b58218ce6455 /configs/releng/syslinux/archiso_sys.cfg
parent6a7714196cc6b5a7d8830d67aa43b8c70f6cf9f8 (diff)
downloadarchiso32-7c2ed8fbc6978cd1db62d1aedff2b8a4c98dc7be.tar.xz
pendent to 34d6ef3: [configs/releng] Remove i686 syslinux filesv31
Diffstat (limited to 'configs/releng/syslinux/archiso_sys.cfg')
-rw-r--r--configs/releng/syslinux/archiso_sys.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/releng/syslinux/archiso_sys.cfg b/configs/releng/syslinux/archiso_sys.cfg
new file mode 100644
index 0000000..b7b9f21
--- /dev/null
+++ b/configs/releng/syslinux/archiso_sys.cfg
@@ -0,0 +1,13 @@
+INCLUDE boot/syslinux/archiso_head.cfg
+
+LABEL arch32
+TEXT HELP
+Boot the Arch Linux (i686) live medium.
+It allows you to install Arch Linux or perform system maintenance.
+ENDTEXT
+MENU LABEL Boot Arch Linux (i686)
+LINUX boot/i686/vmlinuz
+INITRD boot/intel_ucode.img,boot/i686/archiso.img
+APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
+
+INCLUDE boot/syslinux/archiso_tail.cfg