diff options
| author | Alee <alee14498@gmail.com> | 2018-02-16 20:25:23 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-02-16 20:25:23 -0500 |
| commit | e8d6a6cd916351b86070254d739e4932841aed35 (patch) | |
| tree | 4cfaefda753cae13b644dc5be80cf2f7265b2c69 /syslinux/archiso.cfg | |
| parent | b5b77ba3ca1ee06bf315d9980599761feb043ad4 (diff) | |
| download | Project-Caelus-e8d6a6cd916351b86070254d739e4932841aed35.tar.gz Project-Caelus-e8d6a6cd916351b86070254d739e4932841aed35.tar.bz2 Project-Caelus-e8d6a6cd916351b86070254d739e4932841aed35.zip | |
Added Source Code
Diffstat (limited to 'syslinux/archiso.cfg')
| -rw-r--r-- | syslinux/archiso.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/syslinux/archiso.cfg b/syslinux/archiso.cfg new file mode 100644 index 0000000..40d8b34 --- /dev/null +++ b/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.cfg + +LABEL sys +CONFIG boot/syslinux/archiso_sys.cfg |
