Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about password length #42

Merged
merged 2 commits into from Jan 6, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Next
Add note about password length
Needs to be documented
  • Loading branch information
q5sys committed Jan 6, 2020
commit 238978d95b1cb5e5e2e0dbc7b330087b954e0080
@@ -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!
This conversation was marked as resolved by beanpole135

This comment has been minimized.

@Mrt134

Mrt134 Jan 6, 2020
Collaborator

Suggested change
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.