Changeset 7671231 in mainline for boot/Makefile


Ignore:
Timestamp:
2019-08-03T09:02:12Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
2dda1d4
Parents:
4b1c6a4b
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-05-06 22:50:11)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-03 09:02:12)
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    r4b1c6a4b r7671231  
    7070endif
    7171
    72         cp -r -L $(INITRD_CFG_PATH)/* $(DIST_PATH)/cfg
     72        cp -r -L $(CFG_PATH)/* $(DIST_PATH)/cfg
    7373        for app in $(RD_APPS) ; do \
    7474                app_dir="`dirname "$$app"`" ; \
Note: See TracChangeset for help on using the changeset viewer.