diff options
| -rw-r--r-- | conf/debian-edu/debian-edu-fai.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/debian-edu/debian-edu-fai.conf b/conf/debian-edu/debian-edu-fai.conf index 0dd8c2f..2013591 100644 --- a/conf/debian-edu/debian-edu-fai.conf +++ b/conf/debian-edu/debian-edu-fai.conf @@ -63,12 +63,12 @@ #default_arch="i386" # Password for the root account of FAI-installed devices (and for the installer chroot). -# Use '$ echo "yoursecrectpassword" | mkpasswd -m md5 -s' to create the pwhash. +# Use 'mkpasswd -m yescrypt' to create the pwhash. # If not specified, the host's root password will be used... #rootpw='<pwhash-for-root-account>' # For a local user account that can get created -# Use '$ echo "yoursecrectpassword" | mkpasswd -m md5 -s' to create the pwhash. +# Use 'mkpasswd -m yescrypt' to create the pwhash. # If not specified, no local user account will be added to the FAI-installed system. #localuser='<localuser>' #localuserpw='<pwhash-for-localuser-account>' |
