Enable fingerprint auth in desktop.ks

This should fix the desktop_fprint test when running on upgrade
(not fresh install). No idea how the test ever worked, but I
think this is why it's been broken since January.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-07-14 17:10:30 -07:00
parent b05fc8152a
commit c5e8d7c2f1
1 changed files with 1 additions and 0 deletions

View File

@ -18,5 +18,6 @@ poweroff
%end
%post
authselect enable-feature with-fingerprint
touch $INSTALL_ROOT/home/home_preserved
%end