Skip to content
Snippets Groups Projects
  1. Jan 31, 2021
  2. Jan 26, 2021
    • Christian Hesse's avatar
      archiso_pxe_common: remove resolv.conf before copy · 91d31c00
      Christian Hesse authored and David Runge's avatar David Runge committed
      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'
      91d31c00
  3. Jan 23, 2021
  4. Nov 18, 2020
  5. Oct 30, 2020
  6. Oct 29, 2020
  7. Aug 17, 2020
  8. Aug 11, 2020
  9. Jul 30, 2020
  10. Jul 29, 2020
    • nl6720's avatar
      Makefile: do not install mkinitcpio hooks by default · b410d1c9
      nl6720 authored
      They are not required in the host system. See archlinux/archiso#34 .
      b410d1c9
    • nl6720's avatar
      archiso/initcpio/install/archiso: fix GnuPG home directory permissions · 0f2a3f1a
      nl6720 authored
      Gets rid of a gpg warning:
      gpg: WARNING: unsafe permissions on homedir '/tmp/mkinitcpio.*/root/gpg'
      0f2a3f1a
    • David Runge's avatar
      Add license and basic documentation · 3b00a94e
      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
      3b00a94e
  11. Jul 17, 2020
    • nl6720's avatar
      Separate custom comments from shellcheck comments · 85d3c7c5
      nl6720 authored
      Having a shellcheck directive and custom comments in the same line can trigger SC1107 on old versions of shellcheck.
      85d3c7c5
    • nl6720's avatar
      Add check target to Makefile · a32477d2
      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.
      a32477d2
  12. Jul 11, 2020
    • David Runge's avatar
      Adding linting for initcpio scripts · 043262b5
      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
      043262b5
  13. Jul 01, 2020
  14. Jun 29, 2020
    • David Runge's avatar
      Introducing shellcheck in gitlab CI · 74995bfb
      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
      v45
      74995bfb
  15. May 31, 2020
    • David Runge's avatar
      Removing dist target · 0868662f
      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.
      v44
      0868662f
  16. Oct 16, 2019
  17. May 01, 2019
  18. Apr 26, 2019
  19. Dec 24, 2018
  20. Aug 22, 2018
  21. Aug 01, 2018
  22. Jul 26, 2018
  23. Jun 29, 2018
  24. Jun 24, 2018
  25. Jun 23, 2018
  26. Apr 26, 2018
  27. Nov 01, 2017
  28. Oct 18, 2017
  29. Jun 26, 2017
  30. Jun 04, 2017
  31. Mar 25, 2017
  32. Mar 14, 2017
Loading