aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add changelog for 74 and update AUTHORS.rstnl67202023-12-211-0/+2
|
* Add changelog for 71 and update AUTHORS.rstnl67202023-05-281-3/+23
|
* Add the ability to generate rootfs signatures using openssl CMS module if ↵Anton Hvornum2022-09-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | ``-c`` is given. (gitlab ci) Added a CA structure to the codesigning certificates. This to test the functionality of optional CA being in the signing message. (mkarchiso) Removed the ``sign_netboot_artifacts`` variable and instead we'll now rely on ``if [[ -v cert_list ]]; then``. Added ``ARCHISO_TLS_FD`` and ``ARCHISO_TLSCA_FD`` environment variables to override the certificates used. This is so that third party CA's can be used during building in a meaningful way without distrupting the CA trust that is shipped by default. _cms_sign_artifact() was added which signs the rootfs using OpenSSL CMS. The files will be saved as "${artifact}.cms.sig". That would be for instance "${isofs_dir}/${install_dir}/${arch}/airootfs.sfs.cms.sig".
* Add efibootimg variable in place of full pathPellegrino Prevete2022-07-161-0/+1
| | | | | | Update authors Update CHANGELOG
* Update documentation for uefi x64 grub boot modesplainlinen2022-06-101-0/+1
|
* Update my email in AUTHORSSven-Hendrik Haase2021-01-311-1/+1
|
* add vorburger to AUTHORS.rstMichael Vorburger.ch2021-01-311-0/+1
|
* Configure the image type and image creation options using profiles (#54)fdupoux2020-10-301-0/+1
|
* fix a typo, add myself in AUTHORS.rstAlexander Epaneshnikov2020-10-291-0/+1
|
* Add license and basic documentationDavid Runge2020-07-291-0/+33
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