snap-core20:master

Last commit made on 2024-04-02
Get this branch:
git clone -b master https://git.launchpad.net/snap-core20

Branch merges

Branch information

Name:
master
Repository:
lp:snap-core20

Recent commits

106a27a... by Philip Meulengracht

static/usr/lib/tmpfiles.d: create journald config drop-in directory

7daad28... by Valentin David

snapd.autoimport-device@.service: do not run along snapd.autoimport.service

There is a conflict between snapd.autoimport.service and
snapd.autoimport-device@.service. This causes error messages because
both cannot mount in the same time. So they cannot be run at the same
time.

a3993df... by Valentin David

run-snapd-from-snap: set the current symlink before bootstrapping

7654f71... by Philip Meulengracht

Merge pull request #130 from kubiko/no-perl

static: remove perl dependency

4ac31ac... by Valentin David

66-snapd-autoimport.rules: filter out non filesystem blocks

Because we might run `snap auto-import --mount` on a partition table
block and its partition blocks at the same time, it might cause a
conflict. We then get an error like `/dev/sda1 already mounted or
mount point busy.`.

To go around this issue, we trigger the service only for devices that
are identified as filesystems.

6c870fc... by Valentin David

Stop running auto-import directly from udevd

`snap auto-import` cannot run anymore because of sandboxing of
systemd-udevd. Instead we need to schedule a systemd service.

4cfdd2f... by Valentin David

Add cracklib cache

This is needed by pwquality. Fixes snapcore/core20#143.

76ff668... by Valentin David

90-rtc-sys-time-init.rules: do not call systemd-escape

25a41ae... by Valentin David

90-rtc-sys-time-init.rules: Optimize

dcf0577... by Valentin David

Use ucdev ppa instead of ubuntu-image

secureboot-db was copied to ucdev. This will make it easier for the
team to add custom packages as we need now a patched version of
systemd.