removed keyctl dependency
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-09-19 19:02:52 +02:00
parent 68d3978d85
commit 6128d1e30d
5 changed files with 9 additions and 73 deletions

View File

@@ -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`