From: Daan De Meyer Date: Sat, 21 Dec 2024 18:10:42 +0000 (+0100) Subject: mkosi: Fix authselect systemd-homed feature name X-Git-Tag: v258-rc1~1790 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5495b11360d649dc8810d59b096231ba596e9436;p=thirdparty%2Fsystemd.git mkosi: Fix authselect systemd-homed feature name The feature name is with-systemd-homed, not with-homed. --- diff --git a/mkosi.postinst.chroot b/mkosi.postinst.chroot index 0f9e361488a..310a26fa141 100755 --- a/mkosi.postinst.chroot +++ b/mkosi.postinst.chroot @@ -24,8 +24,8 @@ if command -v authselect >/dev/null; then authselect select "$PROFILE" - if authselect list-features "$PROFILE" | grep -q "with-homed"; then - authselect enable-feature with-homed + if authselect list-features "$PROFILE" | grep -q "with-systemd-homed"; then + authselect enable-feature with-systemd-homed fi fi