Changeset 29810 in vbox for trunk/src/VBox
- Timestamp:
- May 26, 2010 10:45:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r29809 r29810 898 898 import getpass 899 899 user = getpass.getuser() 900 user_inp = raw_input("User (%s): " %(user))900 user_inp = nh_raw_input("User (%s): " %(user)) 901 901 if len (user_inp) > 0: 902 902 user = user_inp … … 915 915 env = [] # ["DISPLAY=:0"] 916 916 (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)) 918 918 cmdExistingVm(ctx, mach, 'guestlambda', gargs) 919 919 return 0
Note:
See TracChangeset
for help on using the changeset viewer.