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_pxe_choose.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 syslinux/archiso_pxe_choose.cfg (limited to 'syslinux/archiso_pxe_choose.cfg') diff --git a/syslinux/archiso_pxe_choose.cfg b/syslinux/archiso_pxe_choose.cfg new file mode 100644 index 0000000..6296065 --- /dev/null +++ b/syslinux/archiso_pxe_choose.cfg @@ -0,0 +1,11 @@ +DEFAULT choose + +LABEL choose +COM32 boot/syslinux/ifcpu64.c32 +APPEND have64 -- nohave64 + +LABEL have64 +CONFIG boot/syslinux/archiso_pxe_both_inc.cfg + +LABEL nohave64 +CONFIG boot/syslinux/archiso_pxe_32_inc.cfg -- cgit v1.2.3-24-g4f1b