Fixed username in flasher output (#784)

This commit is contained in:
Martijn Braam 2017-10-17 18:24:34 +02:00 committed by Oliver Smith
parent 92e55ae1cd
commit c6990d9e92
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ def kernel(args):
logging.info("You will get an IP automatically assigned to your "
"USB interface shortly.")
logging.info("Then you can connect to your device using ssh after pmOS has booted:")
logging.info("ssh user@" + pmb.config.default_ip)
logging.info("ssh {}@{}".format(args.user, pmb.config.default_ip))
logging.info("NOTE: If you enabled full disk encryption, you should make sure that"
" osk-sdl has been properly configured for your device")