1# This is the default password for the OpenBMC root user account (0penBmc)
2# Override salted and hashed value. The salted and hashed value are generated
3# by command "openssl passwd -6 -salt rounds=1000\$UGMqyqdG 0penBmc"
4AMPERE_DEFAULT_OPENBMC_PASSWORD = "'\$6\$rounds=1000\$UGMqyqdG\$uaE7HvA2vYhZYpIslelD1bsZMkXWV7YjL3wS2Vwj8rXyf90umESUzuR5if64N1LkNzTX.HUIi6D8s108y5GOB/'"
5EXTRA_USERS_PARAMS:pn-obmc-phosphor-image = " \
6  usermod -p ${AMPERE_DEFAULT_OPENBMC_PASSWORD} root; \
7  "
8