mirror of
https://github.com/systemd/systemd.git
synced 2025-01-31 05:47:30 +03:00
mkosi: Fix authselect systemd-homed feature name
The feature name is with-systemd-homed, not with-homed. (cherry picked from commit 5495b11360d649dc8810d59b096231ba596e9436)
This commit is contained in:
parent
c96a642764
commit
586b56f2fe
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user