Ubuntu: Add a password length warning

If the user gives too short of a password when encryption via a hacked
installer, the installer will crash.  (I haven't personally verified
this, but it sounds plausible.)

Reported-by: Sithuk
Closes: 52
This commit is contained in:
Richard Laager
2020-09-08 00:41:04 -05:00
parent 5523d6cb6b
commit 28ccb936b3

View File

@@ -123,8 +123,9 @@ If you want a ZFS native encrypted, desktop install, you can `trivially edit
the installer the installer
<https://linsomniac.gitlab.io/post/2020-04-09-ubuntu-2004-encrypted-zfs/>`__. <https://linsomniac.gitlab.io/post/2020-04-09-ubuntu-2004-encrypted-zfs/>`__.
The ``-o recordsize=1M`` there is unrelated to encryption; omit that unless The ``-o recordsize=1M`` there is unrelated to encryption; omit that unless
you understand it. Additionally, once the system is installed, you should you understand it. Make sure to use a password that is at least 8 characters
switch to encrypted swap:: or this hack will crash the installer. Additionally, once the system is
installed, you should switch to encrypted swap::
swapon -v swapon -v
# Note the device, including the partition. # Note the device, including the partition.