aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* configs/*/airootfs/etc/ssh/sshd_config: update to openssh 8.7p1-1nl67202021-08-252-10/+10
| | | | | Update /etc/ssh/sshd_config to match upstream changes. The only modification remains "PermitRootLogin yes".
* Merge remote-tracking branch 'nl6720/netboot-version'David Runge2021-08-241-1/+1
|\ | | | | | | | | * nl6720/netboot-version: mkarchiso: put version files in netboot artifacts
| * mkarchiso: put version files in netboot artifactsnl67202021-08-241-1/+1
|/ | | | Fixes #147.
* Merge remote-tracking branch 'nl6720/no-mount'David Runge2021-08-241-29/+21
|\ | | | | | | | | | | * nl6720/no-mount: mkarchiso: ensure there are no existing image files before trying to create them mkarchiso: copy files to ext4 image using mkfs.ext4's -d option instead of mounting the file system
| * mkarchiso: ensure there are no existing image files before trying to create themnl67202021-08-151-1/+5
| | | | | | | | | | | | This could prevent a few issues when creating an image file when re-running mkarchiso after a failure. Remove useless test before running rm -f. The command will always succeed.
| * mkarchiso: copy files to ext4 image using mkfs.ext4's -d option instead of ↵nl67202021-08-151-28/+16
|/ | | | | | | | | | | | | | mounting the file system mkfs.ext4 with its -d option can "copy the contents of the given directory into the root directory of the filesystem". This allows to get rid of the last directly used mount and umount commands in mkarchiso. Additionally try to make the ext4 image somewhat reproducible by setting E2FSPROGS_FAKE_TIME to SOURCE_DATE_EPOCH, clearing the UUID and using a reproducible hash seed. See https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/commit/?id=e1f7100643a46456be107b33098f6034b0835e6d . Place mkfs.ext4 options in an array to avoid duplicating the command. Related to #40.
* Merge branch 'issues/47'David Runge2021-07-3121-1118/+24
|\ | | | | | | | | | | | | | | * issues/47: gitlab-ci: Call renamed check target Makefile: Remove mkinitcpio-archiso specific targets README.rst: Remove initcpio, fix formatting Remove mkinitcpio-archiso files
| * gitlab-ci: Call renamed check targetDavid Runge2021-07-311-1/+1
| | | | | | | | | | .gitlab-ci.yml: Change the called make target in the gitlab CI check target to `check` (it has been renamed from `lint`).
| * Makefile: Remove mkinitcpio-archiso specific targetsDavid Runge2021-07-311-36/+17
| | | | | | | | | | | | | | | | Makefile: Remove all code specific to mkinitcpio-archiso. Allow overriding PREFIX (defaults to /usr/local). Gather scripts to check more generically. Add abstractions for installation directories.
| * README.rst: Remove initcpio, fix formattingDavid Runge2021-07-311-11/+6
| | | | | | | | | | | | README.rst: Remove note on installing the initcpio scripts as they now reside in a separate project. Fix codeblock describing how to boot into the ISO from grub.
| * Remove mkinitcpio-archiso filesDavid Runge2021-07-3118-1070/+0
|/ | | | | | | | archiso/initcpio/*: Remove mkinitcpio-archiso scripts as they have been split out into a separate project. docs/README.{altbootmethods,bootparams}: Remove mkinitcpio-archiso specific documentation.
* Merge branch 'changelog/57'David Runge2021-07-301-0/+20
|\ | | | | | | | | * changelog/57: Add changelog for 57
| * Add changelog for 57David Runge2021-07-301-0/+20
|/ | | | | CHANGELOG.rst: Add an entry for v57.
* Merge branch 'issues/143'David Runge2021-07-301-2/+2
|\ | | | | | | | | * issues/143: mkarchiso: Do not run _build_iso_base once
| * mkarchiso: Do not run _build_iso_base onceDavid Runge2021-07-301-2/+2
|/ | | | | | archiso/mkarchiso: Do not run `_build_iso_base` with `_run_once`, as it sets variables which are important to functions that are called after it.
* Merge branch 'issues/117'David Runge2021-07-3040-115/+0
|\ | | | | | | | | | | * issues/117: Remove SPDX license identifier from releng configs Remove SPDX license identifier from releng configs
| * Remove SPDX license identifier from releng configsDavid Runge2021-07-2911-31/+0
| | | | | | | | | | | | configs/baseline/*: Remove the SPDX license identifier comment from the configuration files in the profile, as they are not eligible for copyright.
| * Remove SPDX license identifier from releng configsDavid Runge2021-07-2929-84/+0
|/ | | | | | configs/releng/*: Remove the SPDX license identifier comment from the configuration files in the profile, as they are not eligible for copyright.
* Merge remote-tracking branch 'nl6720/bootmodes-2'David Runge2021-07-291-56/+82
|\ | | | | | | | | * nl6720/bootmodes-2: mkarchiso: improve functions and comments
| * mkarchiso: improve functions and commentsnl67202021-07-291-56/+82
|/ | | | | | * Merge _make_efi_dir_on_iso9660 into _make_bootmode_uefi-x64.systemd-boot.eltorito since it's specific to that boot mode. * Split off FAT image creation into _make_efibootimg, so it can be reused by other functions. * Add/improve comments to better document what the script does.
* Merge remote-tracking branch 'nl6720/RouteMetric'David Runge2021-07-296-12/+31
|\ | | | | | | | | | | * nl6720/RouteMetric: configs/*/airootfs/etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf: document why the drop-in file exists configs/releng/airootfs/etc/systemd/network/: move RouteMetric= from [DHCPv6] to [IPv6AcceptRA]
| * configs/*/airootfs/etc/systemd/system/systemd-networkd-wait-online.service.d ↵nl67202021-07-272-0/+7
| | | | | | | | | | | | | | | | /wait-for-only-one-interface.conf: document why the drop-in file exists Related to #142. Add missing `ExecStart=` to baseline's /etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf.
| * configs/releng/airootfs/etc/systemd/network/: move RouteMetric= from ↵nl67202021-07-274-12/+24
|/ | | | | | | | | | | | [DHCPv6] to [IPv6AcceptRA] systemd moved the option. See https://github.com/systemd/systemd/commit/8ebafba9f987c21aa5787c8767f2e390b4ec0bc5 . Implements #123. Document in comments why the route metrics need to be set (because of https://github.com/systemd/systemd/issues/17698 ) and use the same metric values as NetworkManager. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c Additionally remove RouteMetric from configs/baseline/airootfs/etc/systemd/network/20-ethernet.network. There is only one networkd configuration file in baseline, meaning, there are no other routes.
* Merge branch 'changelog/56.1'David Runge2021-07-111-0/+14
|\ | | | | | | | | * changelog/56.1: Add changelog for 56.1
| * Add changelog for 56.1David Runge2021-07-111-0/+14
|/ | | | | CHANGELOG.rst: Add a changelog entry for 56.1
* Merge remote-tracking branch 'nl6720/LC_ALL'David Runge2021-07-111-1/+1
|\ | | | | | | | | * nl6720/LC_ALL: mkarchiso: set LC_ALL instead of LANG
| * mkarchiso: set LC_ALL instead of LANGnl67202021-07-111-1/+1
|/ | | | | LC_ALL overrides LANG and all LC_* variables, so use it instead. See https://www.gnu.org/software/gettext/manual/html_node/Locale-Environment-Variables.html#Locale-Environment-Variables .
* Merge remote-tracking branch 'nl6720/releng-remove-package-termite-terminfo'David Runge2021-07-111-1/+0
|\ | | | | | | | | * nl6720/releng-remove-package-termite-terminfo: configs/releng/packages.x86_64: remove termite-terminfo
| * configs/releng/packages.x86_64: remove termite-terminfonl67202021-07-111-1/+0
|/ | | | | | termite was removed from the official repos. Fixes https://bugs.archlinux.org/task/71481 .
* Merge remote-tracking branch 'nl6720/env-i-PATH'David Runge2021-07-031-5/+6
|\ | | | | | | | | | | * nl6720/env-i-PATH: mkarchiso: unset TMPDIR to work around FS#70580 Revert "archiso/mkarchiso: clear environment variables when chrooting"
| * mkarchiso: unset TMPDIR to work around FS#70580nl67202021-07-021-3/+5
| | | | | | | | | | | | Alternative to 3d6651abf74ee4eb91212bd9a7d3478c95126cfb which caused issues. Fixes https://bugs.archlinux.org/task/70580 .
| * Revert "archiso/mkarchiso: clear environment variables when chrooting"nl67202021-07-021-5/+4
|/ | | | | | | This reverts commit 3d6651abf74ee4eb91212bd9a7d3478c95126cfb. A missing $PATH breaks scripts that do not hardcode binary paths. Fixes https://bugs.archlinux.org/task/71416 .
* Merge branch 'issues/140'David Runge2021-07-023-322/+30
|\ | | | | | | | | | | | | | | * issues/140: Remove build-host.sh gitlab-ci: Include from ci-scripts ci: Provide artifacts in top-level output dir Rename build script
| * Remove build-host.shDavid Runge2021-07-011-279/+0
| | | | | | | | | | .gitlab/ci/build-host.sh: Remove script, as it has been replaced by ci-scripts.
| * gitlab-ci: Include from ci-scriptsDavid Runge2021-07-011-25/+12
| | | | | | | | | | | | | | | | .gitlab-ci.yml: Include a gitlab CI yaml file from the ci-scripts repository, that replaces the build-host.sh script and abstracts the .build target. Move all variables to top-level as they are useful in all build targets. Remove unnecessary before_script definitions because they are abstracted away by ci-scripts.
| * ci: Provide artifacts in top-level output dirDavid Runge2021-07-011-17/+17
| | | | | | | | | | | | .gitlab/ci/build-inside-vm.sh: Change the build script to provide the build artifacts and metrics in the top-level output directory. This goes in line with the soon to be used ci-scripts, allowing code sharing amongst several projects.
| * Rename build scriptDavid Runge2021-07-012-1/+1
|/ | | | | | | | .gitlab/ci/build_archiso.sh: Rename .gitlab/ci/build-inside-vm.sh to .gitlab/ci/build_archiso.sh. .gitlab-ci.yml: Rename BUILD_SCRIPT to build_archiso.sh.
* Merge branch 'changelog/56'David Runge2021-06-301-0/+19
|\ | | | | | | | | * changelog/56: Add changelog for v56
| * Add changelog for v56David Runge2021-06-301-0/+19
|/ | | | | CHANGELOG.rst: Add a changelog entry for v56.
* Merge branch 'issues/132'David Runge2021-06-302-12/+23
|\ | | | | | | | | | | * issues/132: gitlab-ci: Also build a baseline netboot target archiso/mkarchiso: Generalize handling of ucodes
| * gitlab-ci: Also build a baseline netboot targetDavid Runge2021-06-301-2/+1
| | | | | | | | | | .gitlab-ci.yml: With #132 being fixed, it is possible to properly build the baseline netboot target without failure.
| * archiso/mkarchiso: Generalize handling of ucodesDavid Runge2021-06-301-10/+22
|/ | | | | | | | | | archiso/mkarchiso: Generalize the handling of ucode files (e.g. copying, signing, size calculation) by introducing the global readonly array of expected ucode names instead of hardcoding them in various functions. When making use of ucode files in `_make_boot_on_iso9660()`, `_make_bootmode_uef-x86.systemd-boot.esp()` and `_sign_netboot_artifacts()` create a list of files that is guaranteed to contain existing files. Fixes #132
* Merge remote-tracking branch 'grazzolini/parallel_downloads'David Runge2021-06-302-2/+2
|\ | | | | | | | | | | * grazzolini/parallel_downloads: baseline/pacman.conf: Enable parallel downloads releng/pacman.conf: Enable parallel downloads
| * baseline/pacman.conf: Enable parallel downloadsGiancarlo Razzolini2021-06-291-1/+1
| | | | | | | | | | Now that pacman 6 is around, enable parallel downloads to speed up the installation process. Added to the baseline configuration to also improve the pipeline.
| * releng/pacman.conf: Enable parallel downloadsGiancarlo Razzolini2021-06-291-1/+1
|/ | | | | Now that pacman 6 is around, enable parallel downloads to speed up the installation process.
* Merge remote-tracking branch 'nl6720/env-i-SOURCE_DATE_EPOCH'David Runge2021-06-291-2/+2
|\ | | | | | | | | * nl6720/env-i-SOURCE_DATE_EPOCH: mkarchiso: pass SOURCE_DATE_EPOCH to chroot
| * mkarchiso: pass SOURCE_DATE_EPOCH to chrootnl67202021-06-221-2/+2
|/
* Merge remote-tracking branch 'nl6720/update-wiki-url'David Runge2021-06-184-5/+5
|\ | | | | | | | | * nl6720/update-wiki-url: Update ArchWiki article URLs
| * Update ArchWiki article URLsnl67202021-06-184-5/+5
|/ | | | Use the new, prettier short URLs.
* Merge remote-tracking branch 'sxw/issue25'David Runge2021-06-181-0/+6
|\ | | | | | | | | * sxw/issue25: Add documentation for the `script=` variable