diff options
Diffstat (limited to 'elchos/syslinux/archiso.cfg')
-rw-r--r-- | elchos/syslinux/archiso.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/elchos/syslinux/archiso.cfg b/elchos/syslinux/archiso.cfg new file mode 100644 index 00000000..d1817af9 --- /dev/null +++ b/elchos/syslinux/archiso.cfg @@ -0,0 +1,11 @@ +DEFAULT select + +LABEL select +COM32 boot/syslinux/whichsys.c32 +APPEND -pxe- pxe -sys- sys -iso- sys + +LABEL pxe +CONFIG boot/syslinux/archiso_pxe_choose.cfg + +LABEL sys +CONFIG boot/syslinux/archiso_sys_choose.cfg |