diff options
Diffstat (limited to 'filehooker/syslinux/archiso_pxe_choose.cfg')
-rw-r--r-- | filehooker/syslinux/archiso_pxe_choose.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/filehooker/syslinux/archiso_pxe_choose.cfg b/filehooker/syslinux/archiso_pxe_choose.cfg new file mode 100644 index 00000000..62960654 --- /dev/null +++ b/filehooker/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 |