systemd:revert-20598-order_noauto

Last commit made on 2022-01-31
Get this branch:
git clone -b revert-20598-order_noauto https://git.launchpad.net/systemd

Branch merges

Branch information

Name:
revert-20598-order_noauto
Repository:
lp:systemd

Recent commits

5bb2706... by Lennart Poettering <email address hidden>

Revert "fstab-generator, core/mount: Avoid special fs target before dependency only if nofail is used"

594f64f... by Lennart Poettering <email address hidden>

update TODO

6f73ef8... by Frantisek Sumsal <email address hidden>

test: copy portable profiles into the image if they don't exist there

If we're built with `-Dportable=false`, the portable profiles won't get
installed into the image. Since we need only the profile files and
nothing else, let's copy them into the image explicitly in such case.

187df3d... by Luca Boccassi <email address hidden>

Merge pull request #22316 from yuwata/network-mac-address-length

network: several cleanups related to MAC address length

0ec3af4... by Luca Boccassi <email address hidden>

Merge pull request #22300 from yuwata/bus-fix-error-handling

tree-wide: fix bus method error handling

17e2e80... by Daan De Meyer

boot: Don't require a machine ID to be available

Regression introduced in https://github.com/systemd/systemd/pull/21807.

Fixes #22224

06d4d83... by Luca Boccassi <email address hidden>

Merge pull request #22274 from yuwata/resolve-comment

resolve: cleanups for on_stream_io()

9d6d4c3... by Luca Boccassi <email address hidden>

core: don't fail on EEXIST when creating mount point

systemd[1016]: Failed to mount /tmp/app1 (type n/a) on /run/systemd/unit-extensions/1 (MS_BIND ): No such file or directory
systemd[1016]: Failed to create destination mount point node '/run/systemd/unit-extensions/1': File exists

61b9769... by Frantisek Sumsal <email address hidden>

core: check argc/argv uncoditionally

as `assert()` might be dropped with `-DNDEBUG`.

Follow-up to cf3095a and 1637e75.

256ce2e... by Yu Watanabe <email address hidden>

Merge pull request #21838 from lnussel/logind-refactor

Logind shutdown refactor