Changeset 5313
- Timestamp:
- Jun 22, 2017, 11:42:18 AM (4 years ago)
- Location:
- lmd/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lmd/trunk/fuentes/debian/changelog
r5143 r5313 1 lmd (2.7.7) xenial; urgency=high 2 3 * Fixing pushToBootList after regenerates an existent image 4 5 -- Jose A. Murcia <joamuran@gmail.com> Thu, 22 Jun 2017 11:40:57 +0200 6 1 7 lmd (2.7.6) xenial; urgency=high 2 8 -
lmd/trunk/fuentes/lmd-server.install/usr/share/n4d/python-plugins/LmdServer.py
r5142 r5313 256 256 print "[LmdServer] Refreshing image for "+str(imgid) 257 257 258 objects['LlxBootManager'].pushToBootList("ltsp_label"+str(imgid)); 258 # we does not have to push to boot list! Bug fixed! 259 #objects['LlxBootManager'].pushToBootList("ltsp_label"+str(imgid)); 259 260 260 261 # Setting new taskid to the image, so we know that it is refreshing
Note: See TracChangeset
for help on using the changeset viewer.