snap-core24:core22

Last commit made on 2024-04-09
Get this branch:
git clone -b core22 https://git.launchpad.net/snap-core24

Branch merges

Branch information

Name:
core22
Repository:
lp:snap-core24

Recent commits

353a77c... by Valentin David

snapcraft.yaml: move or remove extra files from plymouth theme

Fixes #205

cebdf3a... by Philip Meulengracht

hooks: create journald drop-in directory

6516c6a... by Valentin David

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

c7a2ea1... 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.

4ed36a7... 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.

b0bc40b... by Alfonso Sanchez-Beato

hooks: enable polkit for unconfined processes

polkit is needed in some cases for communication between services
shipped in the base, for instance when systemd-networkd talks to
systemd-hostnamed to set the hostname. Enable to fix these use cases.
Note that this does not help yet if we want to use it from a snap.

Backported from https://github.com/snapcore/core-base/pull/161

d0fb6de... by Valentin David

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

aaf3cf1... by Valentin David

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

58b35e7... by Ernest Lotter

static/usr/lib: rtc-sys-time-init@.service must remain after exit

a172f0c... by Ernest Lotter

static/usr/lib: remove unused fix-hctosys.service