mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
cmd: Print the packet machine ID when booting
This is useful if the connection to the SOS fails and you want to debug manually after. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
f2c7dd7731
commit
a6e25b0825
@ -172,7 +172,7 @@ func runPacket(args []string) {
|
||||
}
|
||||
log.Debugf("%s\n", string(b))
|
||||
|
||||
log.Printf("Machine booting...")
|
||||
log.Printf("Booting %s...", dev.ID)
|
||||
|
||||
sshHost := "sos." + dev.Facility.Code + ".packet.net"
|
||||
if *consoleFlag {
|
||||
|
Loading…
Reference in New Issue
Block a user