Restructure project files and add README, docs, and tools
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Fedora Fingerprint Feedback
|
||||
|
||||
Deployable scripts to improve visible feedback speed for failed fingerprint scans
|
||||
in GNOME/GDM on Fedora systems managed by `authselect`.
|
||||
|
||||
## Repository layout
|
||||
- `tools/gnome_fprint_feedback_setup.sh`
|
||||
- `tools/gnome_fprint_feedback_rollback.sh`
|
||||
- `docs/gnome-fingerprint-feedback-deploy.md`
|
||||
|
||||
## Quick start
|
||||
```bash
|
||||
sudo ./tools/gnome_fprint_feedback_setup.sh --max-tries 2 --timeout 6
|
||||
```
|
||||
|
||||
## Rollback
|
||||
```bash
|
||||
sudo ./tools/gnome_fprint_feedback_rollback.sh
|
||||
```
|
||||
@@ -1,6 +1,7 @@
|
||||
# GNOME/GDM Fingerprint Feedback Deployment
|
||||
|
||||
This provides a team-friendly deployment path for faster visible fingerprint failure feedback on Fedora systems using authselect.
|
||||
This repository provides a team-friendly deployment path for faster visible
|
||||
fingerprint failure feedback on Fedora systems using authselect.
|
||||
|
||||
## Files
|
||||
- `tools/gnome_fprint_feedback_setup.sh`
|
||||
@@ -11,7 +12,7 @@ This provides a team-friendly deployment path for faster visible fingerprint fai
|
||||
Default (recommended):
|
||||
|
||||
```bash
|
||||
cd /home/jan/Documents/RFP/WLED-MM/repo
|
||||
cd /path/to/Fedora_Fingerprint_Feedback
|
||||
sudo ./tools/gnome_fprint_feedback_setup.sh
|
||||
```
|
||||
|
||||
@@ -41,7 +42,7 @@ pam_fprintd.so max-tries=2 timeout=6
|
||||
Restore previous authselect selection saved during setup:
|
||||
|
||||
```bash
|
||||
cd /home/jan/Documents/RFP/WLED-MM/repo
|
||||
cd /path/to/Fedora_Fingerprint_Feedback
|
||||
sudo ./tools/gnome_fprint_feedback_rollback.sh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user