We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf698a commit 6177b57Copy full SHA for 6177b57
mkosi.postinst.chroot
@@ -3,19 +3,8 @@
3
set -e
4
5
if command -v authselect >/dev/null; then
6
- # authselect 1.5.0 renamed the minimal profile to the local profile without keeping backwards compat so
7
- # let's use the new name if it exists.
8
- if [ -d /usr/share/authselect/default/local ]; then
9
- PROFILE=local
10
- else
11
- PROFILE=minimal
12
- fi
13
-
14
- authselect select "$PROFILE"
15
16
- if authselect list-features "$PROFILE" | grep -q "with-homed"; then
17
- authselect enable-feature with-homed
18
+ authselect select local
+ authselect enable-feature with-systemd-homed
19
fi
20
21
if [[ -d /etc/pam.d ]]; then
0 commit comments