Fix username/password typo in release-iso-modification(7).

Thanks to jjuran for spotting this error.
This commit is contained in:
Jonas 'Sortie' Termansen 2021-04-21 19:45:37 +02:00
parent b52bfa5978
commit a83072bc3e
1 changed files with 1 additions and 1 deletions

View File

@ -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' \\