[ptxdist] [PATCH v2] file: version bump 5.36 -> 5.39

2020-10-08 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- Changes since v1: - Disable bzip2 and xz support rules/file.make | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/file.make b/rules/file.make index 0d42cdece..dafbd14ac 100644 --- a/rules/file.make +++ b/rules/file.make @@ -14,8

Re: [ptxdist] [PATCH] dbus-broker: new package

2020-10-08 Thread Clemens Gruber
On Wed, Oct 07, 2020 at 09:11:53AM +0200, Michael Olbrich wrote: > On Tue, Sep 22, 2020 at 11:20:15AM +0200, Clemens Gruber wrote: > > dbus-broker is a high-performance D-Bus message broker which serves as > > a drop-in replacement for the dbus-daemon. The original dbus is > > installed as a

[ptxdist] [PATCH] systemd: Fix dependency to /var/spool at runtime

2020-10-08 Thread Gavin Schenk
systemd installs /usr/lib/tmpfiles.d/var.conf which contains d /var/spool 0755 - - - This makes systemd-tmpfilesd fail creating this directory if the rootfs is readonly. This patch selects ROOTFS_VAR_SPOOL, as runtime dependency, to ensure this directory is already available which makes

Re: [ptxdist] [PATCH v3] rootfs: Fix creation of the /media directory

2020-10-08 Thread Uwe Kleine-König
On Thu, Oct 08, 2020 at 09:32:53AM +0200, Gavin Schenk wrote: > Ensure that with PTXCONF_ROOTFS_MEDIA set directory '/media' is created > even if none of PTXCONF_ROOTFS_MEDIA[1-6] is set. > > On our read-only system we mount a tmpfs on directory '/media' in order > to dynamically create

[ptxdist] [PATCH v3] rootfs: Fix creation of the /media directory

2020-10-08 Thread Gavin Schenk
Ensure that with PTXCONF_ROOTFS_MEDIA set directory '/media' is created even if none of PTXCONF_ROOTFS_MEDIA[1-6] is set. On our read-only system we mount a tmpfs on directory '/media' in order to dynamically create additional mount points there. Fixes: 63e2d8696 (rootfs: don't create empty