index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-29 | Remove SPDX license identifier from releng configs | David Runge | |
configs/baseline/*: Remove the SPDX license identifier comment from the configuration files in the profile, as they are not eligible for copyright. | |||
2021-05-14 | add optional pv tool | Simon Wilper | |
use pv to give feedback on copying the airootfs to RAM when copytoram kernel parameter is given | |||
2021-05-11 | configs/*: add VM guest packages and enable their services | nl6720 | |
* virtualbox-guest-utils-nox package and vboxservice.service for VirtualBox. * qemu-guest-agent package and qemu-guest-agent.service for QEMU & libvirt. Implements #118. | |||
2021-01-27 | add cloud-init to baseline | Michael Vorburger | |
2021-01-27 | add SSH server to baseline | Michael Vorburger | |
inspired by https://wiki.archlinux.org/index.php/Archiso#Prepare_an_ISO_for_an_installation_via_SSH | |||
2020-07-30 | Install mkinitcpio-archiso-hooks in airootfs instead of copying the hooks ↵ | nl6720 | |
from host | |||
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 | |||
2020-07-28 | Install all packages in one go and don't copy pacman.conf to airootfs | nl6720 | |
configs/{baseline,releng}/build.sh: Copy custom files to airootfs before installing packages. Instead of calling `mkarchiso init`, list all required packages in packages.x86_64 and install them all at once with `mkarchiso install`. The mkdir command which `mkarchiso init` performs is now done by make_custom_airootfs. configs/releng/build.sh: Don't copy configs/releng/pacman.conf to airootfs, it is only meant to provide a unmodified pacman.conf durring pacstrap. In airootfs, an unmodified /etc/pacman.conf will be installed with the pacman package. | |||
2020-07-28 | Fix baseline profile | nl6720 | |
Install linux and mkinitcpio packages. Remove root user's password. Fixes https://bugs.archlinux.org/task/64236 . |