Skip to content
Snippets Groups Projects
  1. May 06, 2021
  2. May 05, 2021
    • David Runge's avatar
      Use QEMU 6.x options · 4b14350e
      David Runge authored
      scripts/run_archiso:
      Change parameters to qemu's `-drive` option to make use of the explicit `read-only=on`, as the implicit `read-only` is
      now obsolete.
      
      Closes #126
      4b14350e
    • David Runge's avatar
      Use QEMU 6.x options · c58b44f0
      David Runge authored
      .gitlab/ci/build-host.sh:
      Change parameters to qemu's `-drive` option to make use of the explicit `read-only=on`, as the implicit `read-only` is
      now obsolete.
      c58b44f0
  3. May 01, 2021
    • David Runge's avatar
      Set more generic output for signatures · 42cdf867
      David Runge authored
      archiso/mkarchiso:
      Change the help output to reflect that the `-g` option is generically signing a rootfs (which may be e.g. squashfs or
      erofs).
      Change the output of `_mksignature()` to be more generic, as it signs any type of understood rootfs image (which may be
      e.g. squashfs or erofs).
      42cdf867
    • David Runge's avatar
      Force PGP signature file extension · cc735dbb
      David Runge authored
      archiso/mkarchiso:
      Force the file extension in use for the PGP signatures of the rootfs to always be .sig.
      When gnupg's 'armor' configuration option is used, the output otherwise defaults to using .asc.
      As the verification hook in mkinitcpio-archiso expects the .sig file extension, verifying the rootfs will fail in that
      scenario.
      cc735dbb
    • David Runge's avatar
      Add ephemeral signing key to CI setup · 73e3ccdb
      David Runge authored
      .gitlab/ci/build-inside-vm.sh:
      Create an ephemeral signing key for signing the rootfs image (e.g. squashfs or erofs) when building the profiles.
      
      Implements #125
      73e3ccdb
    • David Runge's avatar
      Add changelog for v53 · e2cce07d
      David Runge authored
      CHANGELOG.rst:
      Add changelog for v53
  4. Apr 30, 2021
  5. Apr 07, 2021
  6. Mar 30, 2021
  7. Mar 29, 2021
    • David Runge's avatar
      Add releases section with PGP information · bc007ca5
      David Runge authored
      README.rst:
      Add a "Releases" section that specifies who is creating releases and which PGP key ID is used to sign tags.
      Additionally, information about how to retrieve the relevant public key and how to verify a tag in the repository is
      added.
      
      Fixes #114
      bc007ca5
    • David Runge's avatar
      Reduce amount of checked mirrors · d178183c
      David Runge authored
      configs/releng/airootfs/etc/xdg/reflector/reflector.conf:
      Reduce the amount mirrors that reflector checks from 70 to 20.
      This significantly reduces the time it takes to end up with an up-to-date mirrorlist during boot with the releng
      profile.
      
      Fixes #92
      d178183c
    • David Runge's avatar
      Allow redirects for scripts · 0664efcf
      David Runge authored
      configs/releng/airootfs/root/.automated_script.sh:
      Add the `--location` curl parameter (see `man 1 curl`) to allow for curl to retrieve a remote script even if the source
      is being redirected (e.g. moved permanently) when using the `script=` kernel commandline parameter.
      
      Fixes #113
      0664efcf
  8. Mar 26, 2021
  9. Mar 25, 2021
  10. Mar 21, 2021
  11. Mar 14, 2021
Loading