Changeset 2844 for lmd/trunk/fuentes/lmd-server.install
- Timestamp:
- Nov 14, 2016, 9:08:57 AM (4 years ago)
- Location:
- lmd/trunk/fuentes/lmd-server.install/usr/share
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lmd/trunk/fuentes/lmd-server.install/usr/share/n4d/python-plugins/LmdBootManager.py
r2671 r2844 15 15 def getNetinstall(self): 16 16 ''' 17 DEPRECATED 17 18 Reads file /etc/ltsp/bootopts/netinstall and returns true or false 18 19 ''' … … 46 47 def setNetinstall(self, status, unattended): 47 48 ''' 49 DEPRECATED 48 50 sets option for netinstall int bootopt.json (status and unattended install) 49 51 ''' … … 79 81 def setNetinstallUnattended(self, status, username, password, rootpassword): 80 82 ''' 83 DEPRECATED 81 84 Writing in presseed username and password 82 85 '''
Note: See TracChangeset
for help on using the changeset viewer.