Index: boot/Makefile
===================================================================
--- boot/Makefile	(revision f42ee6f303b03f563ca4bf42301c737e9efa2172)
+++ boot/Makefile	(revision 8432ae18aee1d16cccf1bad6ce573bf6ae9504ba)
@@ -70,4 +70,5 @@
 endif
 
+	cp -r -L $(INITRD_CFG_PATH)/* $(DIST_PATH)/cfg
 	for app in $(RD_APPS) ; do \
 		app_dir="`dirname "$$app"`" ; \
Index: boot/Makefile.common
===================================================================
--- boot/Makefile.common	(revision f42ee6f303b03f563ca4bf42301c737e9efa2172)
+++ boot/Makefile.common	(revision 8432ae18aee1d16cccf1bad6ce573bf6ae9504ba)
@@ -50,4 +50,7 @@
 TOOLS_PATH = $(ROOT_PATH)/tools
 DRVS_PATH = drv
+INITRD_CFG_PATH = $(USPACE_PATH)/cfg
+# TODO configuration separation may change
+ROOTFS_CFG_PATH = $(USPACE_PATH)/cfg
 
 MKARRAY = $(TOOLS_PATH)/mkarray.py
