Edit

IABSD.fr/src/sbin/bioctl

Branch :

  • Show log

    Commit

  • Author : kn
    Date : 2023-10-07 12:20:10
    Hash : 1302b329
    Message : Retry on empty passphrase They must not be empty, or else creation/unlock fails (and boot loaders would not be able to abort and drop back to the boot> prompt). [-p passfile] handles this with "invalid passphrase length", so align the interactive prompt and retry there. -s remains a one-shot whilst getting a better error message. This is user friendlier and fixes the last installer "bug" on my list wrt. disk encryption where hitting Enter twice at the passphrase prompt would abort bioctl(8) and thus the installation. OK deraadt