VirtualBox

Changeset 29810 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 26, 2010 10:45:58 AM (15 years ago)
Author:
vboxsync
Message:

tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r29809 r29810  
    898898    import getpass
    899899    user = getpass.getuser()
    900     user_inp = raw_input("User (%s): " %(user))
     900    user_inp = nh_raw_input("User (%s): " %(user))
    901901    if len (user_inp) > 0:
    902902        user = user_inp
     
    915915    env = [] # ["DISPLAY=:0"]
    916916    (user,passwd) = getCred(ctx)
    917     gargs.insert(0, lambda ctx,mach,console,args: execInGuest(ctx,console,args,env,user,passwd,1000))
     917    gargs.insert(0, lambda ctx,mach,console,args: execInGuest(ctx,console,args,env,user,passwd,10000))
    918918    cmdExistingVm(ctx, mach, 'guestlambda', gargs)
    919919    return 0
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette