aboutsummaryrefslogtreecommitdiff
path: root/configs/releng/profiledef.sh
Commit message (Collapse)AuthorAgeFilesLines
* archiso/mkarchiso: allow choosing boot modes from profiledef.shnl67202020-08-171-1/+1
| | | | | | | | | | | Boot mode names are: - bios_syslinux.mbr: SYSLINUX in MBR - bios.syslinux.eltorito: SYSLINUX (ISOLINUX) via El Torito - uefi-x64.systemd-boot.esp: systemd-boot on ESP in MBR - uefi-x64.systemd-boot.eltorito: systemd-boot on ESP via El Torito It is not yet possible to create an ISO with only El Torito or only MBR boot modes!
* archiso/mkarchiso: start preparing a build_profile commandnl67202020-08-171-0/+12
Nothing is implemented yet! configs/releng/profiledef.sh: A test profile.