diff options
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r-- | target/config/Config.in.runtime | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 6721f5c2d..0d8fae992 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -17,9 +17,11 @@ config ADK_RUNTIME_SSH_PUBKEY config ADK_RUNTIME_PASSWORD string "root password for the embedded system" - default "linux123" + default "$1$bJoW4DmS$7fUVat.9iFSAePzA4j4Jm." help Predefine the root password enabled in the built image. + Use ./host_x86_64-linux-gnu/usr/bin/mkcrypt to generate the hash. + Default password is linux123. config ADK_RUNTIME_START_SERVICES bool "start services by default" |