]> git.proxmox.com Git - pve-installer.git/commit
auto-installer: add new `global.root_password_hashed` answer option
authorChristoph Heiss <c.heiss@proxmox.com>
Mon, 15 Jul 2024 07:56:05 +0000 (09:56 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 22 Jul 2024 16:40:34 +0000 (18:40 +0200)
commit2ee718ac1fd576de539bc9e944d3c129bb2fab27
tree4fbb74d5e5758d1c3aa9398bffc1075afb5d742c
parentbdca138e0e93964e3ed7c7c6cd802e4cec0ad206
auto-installer: add new `global.root_password_hashed` answer option

This allows user to specify the root password in a hashed format,
generated using e.g. mkpasswd(1), instead of plaintext.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
Tested-by: Theodor Fumics <theodor.fumics@gmx.net>
proxmox-auto-installer/src/answer.rs
proxmox-auto-installer/src/utils.rs