Changes in uspace/app/init/init.c [395df52:d2c8533] in mainline
- File:
-
- 1 edited
-
uspace/app/init/init.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/init.c
r395df52 rd2c8533 316 316 } 317 317 318 /* Make sure file systems arerunning. */318 /* Make sure tmpfs is running. */ 319 319 if (str_cmp(STRING(RDFMT), "tmpfs") != 0) 320 320 srv_start("/srv/tmpfs"); 321 if (str_cmp(STRING(RDFMT), "exfat") != 0) 322 srv_start("/srv/exfat"); 323 if (str_cmp(STRING(RDFMT), "fat") != 0) 324 srv_start("/srv/fat"); 325 srv_start("/srv/cdfs"); 321 326 322 srv_start("/srv/mfs"); 327 323
Note:
See TracChangeset
for help on using the changeset viewer.
