File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ d-i netcfg/get_domain string dappnode.eth
1717d-i netcfg/get_domain seen true
1818
1919# ## Account setup
20- d-i passwd/root-login boolean false # dappnode user will not be in sudo
20+ d-i passwd/root-login boolean false
2121d-i passwd/user-fullname string DAppNode
2222d-i passwd/username string dappnode
2323# Use `mkpasswd -m sha-512` to generate the hash
2424# Using "dappnode.s0" as default
2525d-i passwd/user-password-crypted password $6$insecur3$rnEv9Amdjn3ctXxPYOlzj/cwvLT43GjWzkPECIHNqd8Vvza5bMG8QqMwEIBKYqnj609D.4ngi4qlmt29dLE.71
26- d-i passwd/root-password-crypted password $6$insecur3$rnEv9Amdjn3ctXxPYOlzj/cwvLT43GjWzkPECIHNqd8Vvza5bMG8QqMwEIBKYqnj609D.4ngi4qlmt29dLE.71
26+ # d-i passwd/root-password-crypted password $6$insecur3$rnEv9Amdjn3ctXxPYOlzj/cwvLT43GjWzkPECIHNqd8Vvza5bMG8QqMwEIBKYqnj609D.4ngi4qlmt29dLE.71
2727
2828# ## Clock and time zone setup
2929d-i clock-setup/utc boolean false
You can’t perform that action at this time.
0 commit comments