From 238978d95b1cb5e5e2e0dbc7b330087b954e0080 Mon Sep 17 00:00:00 2001 From: "q5sys (JT)" Date: Sun, 5 Jan 2020 22:51:45 -0500 Subject: [PATCH 1/2] Add note about password length Needs to be documented --- hugo-site/content/post/void-beta-available.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hugo-site/content/post/void-beta-available.md b/hugo-site/content/post/void-beta-available.md index 651e16c..17eadb7 100644 --- a/hugo-site/content/post/void-beta-available.md +++ b/hugo-site/content/post/void-beta-available.md @@ -79,6 +79,7 @@ The base system layout and bootloader setup appear to be quite stable now, so we 3. The default shell for Void Linux is "dash" and is the "/bin/sh" of the system. * It may be very helpful to run `chsh` after login to change the default login shell, since dash is very limited. * In shell scripts, make sure to use "#!/bin/bash" instead of "#!/bin/sh", otherwise you may experience odd script failures due to using "dash" instead of the traditional "Bourne shell". +4. The user password must be 8 characters in lenght due the key length requirement of ZFS encryption. Do not attempt to change your password to a shorter password later on as this will break your user account! ## Looking ahead The next step is finalizing all of the desktop/graphics initialization routines and pushing the trident-core and trident-desktop packages up to Void Linux (as well as any additional desktop-related packages that we might need). We are running a little bit behind our original timetable, but are still aiming to release the desktop-focused "RELEASE" version of PT based on Void Linux by the end of the month. From e798c0ceecc3d29a6eb1b08fe68753b761eee00a Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 6 Jan 2020 08:13:42 -0500 Subject: [PATCH 2/2] Update hugo-site/content/post/void-beta-available.md Co-Authored-By: Tim Moore --- hugo-site/content/post/void-beta-available.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo-site/content/post/void-beta-available.md b/hugo-site/content/post/void-beta-available.md index 17eadb7..16c5dc0 100644 --- a/hugo-site/content/post/void-beta-available.md +++ b/hugo-site/content/post/void-beta-available.md @@ -79,7 +79,7 @@ The base system layout and bootloader setup appear to be quite stable now, so we 3. The default shell for Void Linux is "dash" and is the "/bin/sh" of the system. * It may be very helpful to run `chsh` after login to change the default login shell, since dash is very limited. * In shell scripts, make sure to use "#!/bin/bash" instead of "#!/bin/sh", otherwise you may experience odd script failures due to using "dash" instead of the traditional "Bourne shell". -4. The user password must be 8 characters in lenght due the key length requirement of ZFS encryption. Do not attempt to change your password to a shorter password later on as this will break your user account! +4. The user password must be a minimum of 8 characters due to the ZFS encryption key length requirement of ZFS encryption. Creating or modifying a user password to be less than 8 characters will break the user account! ## Looking ahead The next step is finalizing all of the desktop/graphics initialization routines and pushing the trident-core and trident-desktop packages up to Void Linux (as well as any additional desktop-related packages that we might need). We are running a little bit behind our original timetable, but are still aiming to release the desktop-focused "RELEASE" version of PT based on Void Linux by the end of the month.