source: mainline/uspace/cfg/sysman/devman.svc@ 2dda1d4

Last change on this file since 2dda1d4 was 7671231, checked in by Matthieu Riolo <matthieu.riolo@…>, 6 years ago

Add configuration option to put all files to RAM disk (as before) or partly to hard disk

  • Instead of four groups in Makefile.common, each server/application/driver has an item then determines where it should be stored and whether it is essential (as before).
  • Drivers are always on RAM disk (i.e. that is where devman is searching for them).
  • Empty cfg/net directory removed, configuration files are specified in Makefile.common instead.
  • Hard disk is mounted to /root.
  • tools/ew.py script favors original behavior, it prefers hdisk.img to root FS disk image (when both exists).
  • MISSING: Modify Makefiles of non-x86 platforms.

Conflicts:

.bzrignore
boot/Makefile
boot/Makefile.common
boot/arch/amd64/Makefile.inc
tools/ew.py
uspace/Makefile.common
uspace/lib/gui/terminal.c

  • Property mode set to 100644
File size: 108 bytes
Line 
1[Unit]
2; explicit, NS not instrumented for autostart
3After = logger.svc
4
5[Service]
6ExecStart = /srv/devman
7
Note: See TracBrowser for help on using the repository browser.