agherzan / yubikey-full-disk-encryption

Use YubiKey to unlock a LUKS partition
Apache License 2.0
795 stars 50 forks source link

Add descriptions #52

Closed fishsalted closed 5 years ago

fishsalted commented 5 years ago

The script used dejavu-sans font (plymouth support ) . If you not install dejavu-sans , plymouth message will not displaying properly. So i think, it should write in readme.

Vincent43 commented 5 years ago

The used font is decided by plymouth and ttf-dejavu is optional dependency there. This isn't what we can control form here.

fishsalted commented 5 years ago

The used font is decided by plymouth and ttf-dejavu is optional dependency there. This isn't what we can control form here.

But /src/install/ykfde file (line.62) added DejaVuSans.ttf file. I don't know if it's related to this. I am very sorry if I misunderstood.

Vincent43 commented 5 years ago

We copy the font if it's available but it's not our requirement - it's plymouth requirement. We may hard-fail on lack of this font available but it will complicate things as plymouth support is optional and lack of plymouth and/or Dejavu font have to be handled some way.