X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=travis%2Fserial-console-connection;h=ff3fbd0af698746ce8e1bb5c286312f910746d30;hb=e02a37035505d78decd7f9847688d442e57ae2f5;hp=46c2f024706adcb68e84c5b041ef60a4e39a0b35;hpb=be5760d9fb97ac3663c1e6e3bd1787e9e8584676;p=grml-debootstrap.git diff --git a/travis/serial-console-connection b/travis/serial-console-connection index 46c2f02..ff3fbd0 100755 --- a/travis/serial-console-connection +++ b/travis/serial-console-connection @@ -13,9 +13,9 @@ parser = argparse.ArgumentParser(description='Connect to serial console ' + parser.add_argument('--port', required=True, help='serial console device to connect ' + 'to (e.g. /dev/pts/X)') -parser.add_argument('--hostname', default="stretch", +parser.add_argument('--hostname', default="buster", help='hostname of the system for login process ' + - '(default: stretch)') + '(default: buster)') parser.add_argument('--pipefile', default="./serial0", help='file name for named pipe file (for ' + 'interacting between host + VM via QEMU ' +