X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=travis%2Fserial-console-connection;fp=travis%2Fserial-console-connection;h=ff3fbd0af698746ce8e1bb5c286312f910746d30;hp=46c2f024706adcb68e84c5b041ef60a4e39a0b35;hb=dfd1e1b592e986979934c8f40dcced69893dd07d;hpb=6839f3bd4fc3c5bdceee79a0c6bb694116f76809 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 ' +