From 43e9481276fbeb342e183d69af299b251c5447c8 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 6 Oct 2016 13:57:31 +0200 Subject: Inline build.sh and syslinux Direct copy from upstream Signed-off-by: Florian Pritz --- syslinux/archiso_sys64.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 syslinux/archiso_sys64.cfg (limited to 'syslinux/archiso_sys64.cfg') diff --git a/syslinux/archiso_sys64.cfg b/syslinux/archiso_sys64.cfg new file mode 100644 index 0000000..2694968 --- /dev/null +++ b/syslinux/archiso_sys64.cfg @@ -0,0 +1,9 @@ +LABEL arch64 +TEXT HELP +Boot the Arch Linux (x86_64) live medium. +It allows you to install Arch Linux or perform system maintenance. +ENDTEXT +MENU LABEL Boot Arch Linux (x86_64) +LINUX boot/x86_64/vmlinuz +INITRD boot/intel_ucode.img,boot/x86_64/archiso.img +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% -- cgit v1.2.3-24-g4f1b