index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-28 | Add changelog for 71 and update AUTHORS.rst | nl6720 | |
2022-09-25 | Add the ability to generate rootfs signatures using openssl CMS module if ↵ | Anton Hvornum | |
``-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". | |||
2022-07-16 | Add efibootimg variable in place of full path | Pellegrino Prevete | |
Update authors Update CHANGELOG | |||
2022-06-10 | Update documentation for uefi x64 grub boot modes | plainlinen | |
2021-01-31 | Update my email in AUTHORS | Sven-Hendrik Haase | |
2021-01-31 | add vorburger to AUTHORS.rst | Michael Vorburger.ch | |
2020-10-30 | Configure the image type and image creation options using profiles (#54) | fdupoux | |
2020-10-29 | fix a typo, add myself in AUTHORS.rst | Alexander Epaneshnikov | |
2020-07-29 | Add license and basic documentation | David Runge | |
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 |