tpm2-software / tpm2-totp

Attest the trustworthiness of a device against a human using time-based one-time passwords
https://tpm2-software.github.io
BSD 3-Clause "New" or "Revised" License
164 stars 37 forks source link

dist: show TOTP even if vconsole setup fails #98

Closed Artefact2 closed 2 years ago

Artefact2 commented 2 years ago

Change Requires= to Wants= for systemd-vconsole-setup.service. This allows showing a code even if the vconsole setup fails (for example, because of a bad font or bad keymap).

codecov[bot] commented 2 years ago

Codecov Report

Merging #98 (a0d379f) into master (2d73575) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #98   +/-   ##
=======================================
  Coverage   81.75%   81.75%           
=======================================
  Files           4        4           
  Lines         822      822           
=======================================
  Hits          672      672           
  Misses        150      150           

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more