X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=linux_usr%2Fv3_console;fp=linux_usr%2Fv3_console;h=3662d1d24efe8a765fd5b37c73dbca5e36021f64;hp=d14979b15993331865e2f0a0b2c17956ee3af727;hb=ea68fe042705986beaec92f33db0395b816c2e38;hpb=210c49c1f9b523ff94fd5b6791961d242d5bbae4 diff --git a/linux_usr/v3_console b/linux_usr/v3_console index d14979b..3662d1d 100755 --- a/linux_usr/v3_console +++ b/linux_usr/v3_console @@ -1,11 +1,22 @@ #!/usr/bin/perl -w if ($#ARGV!=0) { - print "v3_console /dev/v3-vmXXX\n"; - print "Use '\\' to escape terminal\n\n"; - print "Use v3_cons if you are on a raw PC console\n"; - print "Use v3_vncclient if you are trying to connect to a v3_vncserver\n"; - exit; + print "v3_console /dev/v3-vmXXX\n"; + print "Use '\\' to escape terminal\n\n"; + print "Use v3_console if you are on a terminal and\n"; + print " want to connect to the VM's screen+keybaord\n"; + print " in text mode.\n"; + print "Use v3_cons if you are on a raw PC console and\n"; + print " want to connnect to the VM's screen+keyboard\n"; + print " in text mode.\n"; + print "Use v3_vncclient if you want to connect to the\n"; + print " VM's screen+keyboard in graphical mode.\n"; + print " This requires a v3_vncserver and an correctly\n"; + print " configured VM.\n"; + print "Use v3_stream if you are on a terminal and\n"; + print " want to connect to a stream on the VM, \n"; + print " for example a serial port.\n"; + exit; }