Changeset 25317
- Timestamp:
- 12/21/13 15:51:46 (8 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/harddisk.h
r25246 r25317 965 965 int newdev = 1, ret = 0; 966 966 967 tmpstr = ostrcat("/ media/autofs/", newnode->device, 0, 0);967 tmpstr = ostrcat("/autofs/", newnode->device, 0, 0); 968 968 checkfile = ostrcat(tmpstr, "/.titandev", 0, 0); 969 969 if(file_exist(checkfile) == 0) -
titan/titan/system_update.h
r23986 r25317 112 112 if(ostrstr(label, "MINI") != NULL) 113 113 { 114 cmd = ostrcat("cat / media/autofs/", pch, 0, 0);114 cmd = ostrcat("cat /autofs/", pch, 0, 0); 115 115 cmd = ostrcat(cmd, "/etc/version", 1, 0); 116 116 version = command(cmd);
Note: See TracChangeset
for help on using the changeset viewer.