Changeset 5787
- Timestamp:
- Sep 11, 2017, 8:59:45 AM (2 years ago)
- Location:
- lmd/trunk/fuentes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lmd/trunk/fuentes/admin-center-ltsp.install/modul/lliurex-ltsp/src/js/imageManager.js
r5613 r5787 127 127 var self=this; 128 128 // Stage 1: Prepare Connection 129 var screenWidth= 819;130 var screenHeight= 614;129 var screenWidth=1043; 130 var screenHeight=787; 131 131 var credentials=[sessionStorage.username , sessionStorage.password]; 132 132 var n4dclass="RemoteWebGui"; -
lmd/trunk/fuentes/debian/changelog
r5786 r5787 1 lmd (2.7.13) xenial; urgency=high 2 3 * Increased Xephyr window dimension from 800x600 to 1024x768 4 * Added -u option to lliurex-ltsp-update 5 6 -- Jose A. Murcia <joamuran@gmail.com> Mon, 11 Sep 2017 08:56:20 +0200 7 1 8 lmd (2.7.12) xenial; urgency=high 2 9 -
lmd/trunk/fuentes/lmd-manager-cli.install/usr/sbin/ltsp-lliurex-update
r3659 r5787 19 19 try: 20 20 print "\nltsp-lliurex-update: Updating chroot... "+image+"\n" 21 cmd="ltsp-chroot -p -m -a "+image+" lliurex-upgrade "21 cmd="ltsp-chroot -p -m -a "+image+" lliurex-upgrade -u" 22 22 os.system(cmd); 23 23 return 0
Note: See TracChangeset
for help on using the changeset viewer.