Changeset bb154c6 in mainline for boot/Makefile


Ignore:
Timestamp:
2019-08-03T08:15:25Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
09a8006
Parents:
6006f35
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-04-15 15:14:58)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-03 08:15:25)
Message:

Add skeleton for configuration files loading

  • Create content of /cfg directory,
  • create sample configuration file,
  • refactored polymorphism.

Conflicts:

boot/Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

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