Describe the error/improvement to an existing document or image
The password hashes in the iPXE installation guide have extraneous backslashes inserted prior to $ characters. As these fields are written as-is to /etc/shadow on the installed system, they are invalid password hashes, and will prevent login.
|
password: \$6\$SJJMfnInWQg.CvMA\$m2F8dJGj71zvi9mSNMktHMsPH3qhBm8pgXDNdaBe2yFfgi479JXvEqWkvQ6OxIUgGNQ5YXFIF0tCn.hEXB90G/ |
|
password: \$6\$SJJMfnInWQg.CvMA\$m2F8dJGj71zvi9mSNMktHMsPH3qhBm8pgXDNdaBe2yFfgi479JXvEqWkvQ6OxIUgGNQ5YXFIF0tCn.hEXB90G/ |
Screenshots
users:
- login: clrlinux
username: Clear Linux
# Password is "clear123"
password: \$6\$SJJMfnInWQg.CvMA\$m2F8dJGj71zvi9mSNMktHMsPH3qhBm8pgXDNdaBe2yFfgi479JXvEqWkvQ6OxIUgGNQ5YXFIF0tCn.hEXB90G/
admin: true
- login: root
username: Root Root
# Password is "clear123"
password: \$6\$SJJMfnInWQg.CvMA\$m2F8dJGj71zvi9mSNMktHMsPH3qhBm8pgXDNdaBe2yFfgi479JXvEqWkvQ6OxIUgGNQ5YXFIF0tCn.hEXB90G/
admin: true
Describe the error/improvement to an existing document or image
The password hashes in the iPXE installation guide have extraneous backslashes inserted prior to
$characters. As these fields are written as-is to/etc/shadowon the installed system, they are invalid password hashes, and will prevent login.clear-linux-documentation/source/get-started/ipxe-install.rst
Line 288 in cc16a5e
clear-linux-documentation/source/get-started/ipxe-install.rst
Line 293 in cc16a5e
Screenshots