[PC-BSD Commits] r7451 - pcbsd/current/SysInstaller
svn at pcbsd.org
svn at pcbsd.org
Fri Aug 27 07:40:46 PDT 2010
Author: kris
Date: 2010-08-27 07:40:46 -0700 (Fri, 27 Aug 2010)
New Revision: 7451
Modified:
pcbsd/current/SysInstaller/sys-diskwidget.cpp
Log:
Update the description to better reflect where geli keys get saved, along with the need to back them up even if using a passphrase
Modified: pcbsd/current/SysInstaller/sys-diskwidget.cpp
===================================================================
--- pcbsd/current/SysInstaller/sys-diskwidget.cpp 2010-08-26 21:12:40 UTC (rev 7450)
+++ pcbsd/current/SysInstaller/sys-diskwidget.cpp 2010-08-27 14:40:46 UTC (rev 7451)
@@ -249,7 +249,7 @@
if (haveEncryption) {
QMessageBox::warning(this, tr("PC-BSD Installer"),
- tr("Encryption is enabled! Keys are randomly generated and will be stored in /boot/keys/. You should immediately make a backup copy of these keys, or else data loss could occur should they be corrupted."),
+ tr("Encryption is enabled! In addition to using passphrase, key files are randomly generated and will be stored in /boot/keys/ on the system. After installing and rebooting, you should immediately make a backup copy of these keys, or else data loss could occur should they be lost or corrupted."),
QMessageBox::Ok);
}
More information about the Commits
mailing list