aboutsummaryrefslogtreecommitdiff
path: root/configs/releng/syslinux/archiso_head.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Remove SPDX license identifier from releng configsDavid Runge2021-07-291-3/+0
| | | | | | configs/releng/*: Remove the SPDX license identifier comment from the configuration files in the profile, as they are not eligible for copyright.
* configs/releng/syslinux/: increase serial baud rate to 115200nl67202021-04-301-1/+1
| | | | | | Additionally enable serial in baseline profile. Related to #75.
* Keep all SYSLINUX files in /syslinuxnl67202020-11-301-2/+2
| | | | | | This gets rid of the duplicate ldlinux.c32 and the useless isolinux.cfg which only points to syslinux.cfg. Implements https://gitlab.archlinux.org/archlinux/archiso/-/issues/46 .
* implement accessibility support in archisoAlexander Epaneshnikov2020-10-291-0/+1
| | | | this fixes #67
* Add license and basic documentationDavid Runge2020-07-291-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | LICENSE: Add GPL-3.0 license. {{archiso,configs}/*,.editorconfig,.gitlab-ci.yml}: Add SPDX license identifier. Makefile: Add SPDX license identifier. Install the `run_archiso.sh` script as global executable `run_archiso`. Use -D and -t flags to install to install files more generically (without a previous call to install the directory). README.rst: Add README outlining the project's scope, how to build images from the profiles and how to test. AUTHORS.rst: Add list of all direct contributors to the repository. CONTRIBUTING.rst: Add basic contribution guidelines, explaining the linter and the license in use. Closes #7 Closes #3
* Clear the screen after syslinux exitsnl67202020-06-301-0/+2
| | | | Reduce the time where boot loader artifacts linger on screen after the boot loader has done its job.
* [configs/releng] Refactor build.sh: build only dual-isoGerardo Exequiel Pozzi2012-12-211-1/+1
| | | | | | | | | | | * This scripts, now runs only in x86_64. * build.sh does not require arguments to run (no more build, clean, purge). * /usr/share split is not done anymore: there are some differences between two arches. (ISO size +60MiB) * /usr/lib/modules split is not done anymore: this was never enabled officially in aitab. Tested and works fine. Maybe some small cosmetic changes needed. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso] Rename archiso_curl_url= to archiso_http_srv=Gerardo Exequiel Pozzi2011-12-041-1/+1
| | | | | | Also rename curlspace_size= to archiso_http_spc= Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Use whichsys.c32 to determine bootloader typeGerardo Exequiel Pozzi2011-12-021-3/+3
| | | | | | | | | | | | | | | * In that way we can have two differents syslinux menus depending if booting from PXE or from non-PXE. Some file renames are made to keep things ordered: archiso_pxe* all things related to PXELINUX archiso_sys* all things related to SYSLINUX *_inc.cfg only contains INCLUDE directive * By default NBD PXE option is selected for booting on timeout. * As (NDB/NFS/HTTP/FTP) server is used the same IP from pxeserver. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/*] syslinux: Use UI instead of DEFAULT for *menu.c32Gerardo Exequiel Pozzi2011-12-021-4/+1
| | | | | | | | * UI is more correct than DEFAULT for simple menu system. * Remove TIMEOUT * Remove PROMPT 0, this is the default value. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Split syslinux cfgs in single arch, like in dual archGerardo Exequiel Pozzi2011-12-021-0/+28
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>