mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix username/password typo in release-iso-modification(7).
Thanks to jjuran for spotting this error.
This commit is contained in:
parent
b52bfa5978
commit
a83072bc3e
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ bootloader so only the default live environment option can be chosen by
|
|||
unauthenticated users:
|
||||
.Bd -literal
|
||||
mkdir -p liveconfig/etc
|
||||
# Each user's username is their password hashed with crypt_newhash(3).
|
||||
# Each user's password is their username hashed with crypt_newhash(3).
|
||||
(printf 'root:%s:0:0:root:/root:sh\\n' \\
|
||||
'$2b$10$S/fJmYIJSkRdifk61xDYn.w62y.vNu35tZkznR6xa3Ntg0hsbI8tO' &&
|
||||
printf 'alice:%s:1000:1000:alice:/home/alice:sh\\n' \\
|
||||
|
|
Loading…
Add table
Reference in a new issue