From c5e8d7c2f1ee4469dc2cfcdd132509dc2744f401 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 14 Jul 2022 17:10:30 -0700 Subject: [PATCH] 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 --- desktop.ks | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop.ks b/desktop.ks index b2aaae8..22effe1 100644 --- a/desktop.ks +++ b/desktop.ks @@ -18,5 +18,6 @@ poweroff %end %post +authselect enable-feature with-fingerprint touch $INSTALL_ROOT/home/home_preserved %end