From d24fd3f606e8de56af1a445e2685236c3cce57b3 Mon Sep 17 00:00:00 2001 From: Imran Iqbal <iqbalmy@hotmail.com> Date: Thu, 15 Jul 2021 12:51:25 +0100 Subject: [PATCH] feat(osfingermap): add Debian 11 support (w/o `wait_online`) [skip ci] --- systemd/osfingermap.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/systemd/osfingermap.yaml b/systemd/osfingermap.yaml index 42b2d79..ee13435 100644 --- a/systemd/osfingermap.yaml +++ b/systemd/osfingermap.yaml @@ -7,6 +7,16 @@ # Only add an `osfinger` which is/will be supported by the formula # (empty `osfinger`s do not need to be listed, just added here as an example). --- +Debian-11: + pkgs_extra: + - python3-systemd + # TODO: Return back to this and check if the following two lines can be removed, + # in order to use the setting in `defaults.yaml` instead (i.e. `true`). + # Using it for this initial phase of introducing pre-release Bullseye CI + # testing; the `systemd-networkd-wait-online` service doesn't start. + networkd: + wait_online: false + Ubuntu-20.04: pkgs_extra: - python3-systemd -- GitLab