removed keyctl dependency
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
12
README.md
12
README.md
@@ -6,7 +6,13 @@ Note: This has only been tested under Fedora 30 using a Solo Key
|
||||
|
||||
## Setup
|
||||
|
||||
## Device
|
||||
### Prerequisites
|
||||
|
||||
```
|
||||
dnf install cargo cryptsetup-devel -y
|
||||
```
|
||||
|
||||
### Device
|
||||
|
||||
```
|
||||
git clone https://github.com/shimunn/fido2luks.git && cd fido2luks
|
||||
@@ -27,7 +33,7 @@ FIDO2LUKS_PASSWORD_HELPER=stdin sudo -E fido2luks open /dev/disk/by-uuid/<DISK_U
|
||||
|
||||
```
|
||||
|
||||
## Dracut
|
||||
### Dracut
|
||||
|
||||
```
|
||||
cd dracut
|
||||
@@ -35,7 +41,7 @@ cd dracut
|
||||
sudo make install
|
||||
```
|
||||
|
||||
## Grub
|
||||
### Grub
|
||||
|
||||
Add `rd.luks.2fa=<CREDENTIAL_ID>:<DISK_UUID>` to `GRUB_CMDLINE_LINUX`
|
||||
|
||||
|
Reference in New Issue
Block a user