| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add changelog for 74 and update AUTHORS.rst | nl6720 | 2023-12-21 | 1 | -0/+2 |
| | | |||||
| * | Add changelog for 71 and update AUTHORS.rst | nl6720 | 2023-05-28 | 1 | -3/+23 |
| | | |||||
| * | Add the ability to generate rootfs signatures using openssl CMS module if ↵ | Anton Hvornum | 2022-09-25 | 1 | -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 path | Pellegrino Prevete | 2022-07-16 | 1 | -0/+1 |
| | | | | | | | Update authors Update CHANGELOG | ||||
| * | Update documentation for uefi x64 grub boot modes | plainlinen | 2022-06-10 | 1 | -0/+1 |
| | | |||||
| * | Update my email in AUTHORS | Sven-Hendrik Haase | 2021-01-31 | 1 | -1/+1 |
| | | |||||
| * | add vorburger to AUTHORS.rst | Michael Vorburger.ch | 2021-01-31 | 1 | -0/+1 |
| | | |||||
| * | Configure the image type and image creation options using profiles (#54) | fdupoux | 2020-10-30 | 1 | -0/+1 |
| | | |||||
| * | fix a typo, add myself in AUTHORS.rst | Alexander Epaneshnikov | 2020-10-29 | 1 | -0/+1 |
| | | |||||
| * | Add license and basic documentation | David Runge | 2020-07-29 | 1 | -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 | |||||
