Skip to content
Snippets Groups Projects
  1. Feb 23, 2023
  2. Jul 29, 2022
  3. May 10, 2022
  4. Mar 25, 2022
  5. Jan 26, 2022
  6. Jan 13, 2022
  7. Aug 17, 2021
  8. Aug 11, 2021
  9. Jun 14, 2021
  10. May 06, 2021
  11. May 04, 2021
  12. May 03, 2021
  13. Apr 26, 2021
  14. Mar 24, 2021
  15. Mar 18, 2021
    • Walter Lozano's avatar
      Switch to OpenSSL · 7eff05fd
      Walter Lozano authored
      
      To follow the Apertis guidelines, which chooses OpenSSL as TLS stack, switch
      systemd to be build against it.
      
      In the same line drop systemd-journal-remote and its dependency
      libmicrohttpd-dev since it can only be built against GnuTLS but has no value
      for Apertis.
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      7eff05fd
  16. Mar 16, 2021
  17. Mar 12, 2021
    • Denis Pynkin's avatar
    • Denis Pynkin's avatar
      Add /usr to non-unmountable list · 09dc211b
      Denis Pynkin authored
      
      Debian's systemd has split-usr enabled as both Debian and in principle Apertis
      support both a split and a merged-usr setup. This mostly adds search paths to
      system (e.g. to look at both `/bin/` and `/usr/bin`) however it also means that
      if `/usr` is a mountpoint system will try to unmount it.  Unfortunately this causes
      issues at shutdown for systems with a merged-usr layout as basic libraries (e.g. libc)
      are located in `/usr` making it impossible to unmount.
      
      For Apertis we don't support `/usr` being a seperate partition, the only time
      `/usr` is on a mountpoint is when using ostree images (where it is a bind mount
      and which use a merged-usr layout). So also add `/usr` to the list of paths that
      are considered unmountable even with split-usr support enabled in systemd.
      
      Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
      09dc211b
  18. Mar 09, 2021
  19. Jan 29, 2021
  20. Nov 17, 2020
  21. Nov 01, 2020
Loading