Bug #3028
closedinstaller: confusion of set/get disk encryption passphrase dialogs
Description
Currently, the installer uses the same dialog to "set" and "get" the passphrase for disk encryption, which causes some confusion, as well as a bit inconvenience.
The followings are the 2 cases to come across the confusing "get" passphrase dialog:
1. installation finished, begins to configure the system, which will ask the disk encryption passphrase;
2. boot into the LiveCD, and use it to "Configure an installed System" (see attached screenshots).
The corresponding code is at "usr.sbin/installer/dfuibe_installer/fn_configure.c" with the function "fn_get_passphrase()". It may be better to create separate functions for the "set" and "get" passphrase dialogs, respectively.
Cheers,
Aly
Files
Updated by tuxillo over 2 years ago
- File fn_get_passphrase.patch fn_get_passphrase.patch added
- Status changed from New to In Progress
- Assignee set to tuxillo
Maybe something like this would work? (Untested!!)
Updated by liweitianux over 1 year ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Fixed in master and 6.4 branches.
Thanks tuxillo for the initial patch.