- Jan 31, 2021
-
-
David Runge authored
Makefile: Add scripts below .gitlab/ci/ to the lint target of the Makefile.
-
Sven-Hendrik Haase authored
-
-
- Jan 26, 2021
-
-
Booting via PXE we want to keep our DNS configuration. So remove /etc/resolv.conf in new root before copying the current file. Without this systemd-resolved fallback nameservers are used and we see an error message when the root ships a symbolic link to systemd-resolved's stub-resolv.conf: cp: not writing through dangling symlink '/new_root/etc/resolv.conf'
-
- Jan 23, 2021
-
-
- Nov 18, 2020
-
-
Francois Dupoux authored
-
- Oct 30, 2020
-
-
Francois Dupoux authored
-
- Oct 29, 2020
-
-
Alexander Epaneshnikov authored
-
Alexander Epaneshnikov authored
this fixes #67
-
- Aug 17, 2020
-
- Aug 11, 2020
-
-
nl6720 authored
Apparently blockdev does not support it. In an ISO made using '-s img' (Squashfs with dm-snapshot), it results in: blockdev: Unknown command: --
-
- Jul 30, 2020
-
-
nl6720 authored
Makefile: Move shellcheck to a "lint" target and change "check" so that it runs "lint". This provides a more finer grained control and allows to extend "check" with things beyond just linting. .gitlab-ci.yml: Run `make lint` in the lint job.
- Jul 29, 2020
-
-
nl6720 authored
They are not required in the host system. See archlinux/archiso#34 .
-
nl6720 authored
Gets rid of a gpg warning: gpg: WARNING: unsafe permissions on homedir '/tmp/mkinitcpio.*/root/gpg'
-
David Runge authored
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
-
- Jul 17, 2020
-
-
nl6720 authored
Having a shellcheck directive and custom comments in the same line can trigger SC1107 on old versions of shellcheck.
-
nl6720 authored
Makefile: Move shellcheck commands from .gitlab-ci.yml. .gitlab-ci.yml: Run `make check`. Prevent partial upgrades, i.e. use '-Syu'. Prevent reinstalling already installed packages by using pacman's '--needed' option. Don't force-download the package database.
-
- Jul 11, 2020
-
-
David Runge authored
archiso/initcpio/install/*: Setting bash shebang for all scripts and making them comform with shellcheck. archiso/initcpio/{hooks,script}/*: Setting ash shebang for all scripts and making them comform with shellcheck (for dash, as shellcheck has no ash specific ruleset). Essentially the ash based scripts should be POSIX compliant as much as possible to have an easier time writing, debugging and maintaining them. Ensuring that variables are not treated as options and introducing variable quoting. .gitlab-ci.yml: Integrating shellcheck for initcpio scripts. Closes #32
-
- Jul 01, 2020
-
-
- Jun 29, 2020
-
-
David Runge authored
archiso/mkarchiso: Quoting all variables. Changing pkg_list to be an array instead of a string for easier handling. Using read to properly populate pkg_list from OPTARG with stripped whitespaces. Not exporting iso_label anymore as there seems to be no reason to do so. Introducing line breaks. .editorconfig: Setting max_line_length to 120. Adding a section for YAML files (e.g. .gitlab-ci.yml). configs/releng/build.sh Quting nearly all variables. Introducing line breaks. configs/baseline/build.sh: Quoting all variables. Introducing line breaks. .gitlab-ci.yml: Adding gitlab CI for shelleck linting of the config build scripts, mkarchiso and startup scripts in releng. Closes #19
-
- May 31, 2020
-
-
David Runge authored
Makefile: Removing the dist target. It requires to increment a number on each release. This workflow can be entirely circumvented by signed commit tags and using those for packaging.
-
- Oct 16, 2019
-
-
Pierre Schmitz authored
-
- May 01, 2019
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Apr 26, 2019
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Dec 24, 2018
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Aug 22, 2018
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Aug 01, 2018
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Jul 26, 2018
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Jun 29, 2018
-
-
The kernel has an open file handle after setting up the mapping. We can remove it early to make sure it is gone on shutdown. This helps to keep the cow_device clean for non-persistent systems where cow_directory contains a version specific string. Signed-off-by: Christian Hesse <mail@eworm.de>
-
- Jun 24, 2018
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Jun 23, 2018
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Apr 26, 2018
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Nov 01, 2017
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Oct 18, 2017
-
-
Nobody wants to use md5 these days... Signed-off-by: Christian Hesse <mail@eworm.de>
-
- Jun 26, 2017
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Jun 04, 2017
-
-
Gerardo Pozzi authored
Fix FS#54275 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Mar 25, 2017
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Mar 14, 2017
-
-
Signed-off-by: David Thurstenson <thurstylark@gmail.com>
-
Signed-off-by: David Thurstenson <thurstylark@gmail.com>
-