From ad900a84709bb6c2b751f9d5bed2ce7280c7dc04 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 6 Dec 2014 00:14:11 +0100 Subject: Soup up the config, use the releng profile --- liveusb/syslinux/archiso_sys64.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 liveusb/syslinux/archiso_sys64.cfg (limited to 'liveusb/syslinux/archiso_sys64.cfg') diff --git a/liveusb/syslinux/archiso_sys64.cfg b/liveusb/syslinux/archiso_sys64.cfg new file mode 100644 index 0000000..2694968 --- /dev/null +++ b/liveusb/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.3.1