Changeset 7671231 in mainline
- Timestamp:
- 2019-08-03T09:02:12Z (5 years ago)
- 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)
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
r4b1c6a4b r7671231 70 70 endif 71 71 72 cp -r -L $( INITRD_CFG_PATH)/* $(DIST_PATH)/cfg72 cp -r -L $(CFG_PATH)/* $(DIST_PATH)/cfg 73 73 for app in $(RD_APPS) ; do \ 74 74 app_dir="`dirname "$$app"`" ; \ -
boot/Makefile.common
r4b1c6a4b r7671231 50 50 TOOLS_PATH = $(ROOT_PATH)/tools 51 51 DRVS_PATH = drv 52 INITRD_CFG_PATH = $(USPACE_PATH)/cfg 53 # TODO configuration separation may change 54 ROOTFS_CFG_PATH = $(USPACE_PATH)/cfg 52 CFG_PATH = $(USPACE_PATH)/cfg 55 53 56 54 MKARRAY = $(TOOLS_PATH)/mkarray.py -
uspace/cfg/sysman/rootfs.mnt
r4b1c6a4b r7671231 1 [Unit] 2 ; explicit, VFS not instrumented for autostart 3 After = fat.svc 4 5 [Mount] 1 6 What = devices/\hw\pci0\00:01.0\ata-c1\d0 2 7 Where = /root
Note:
See TracChangeset
for help on using the changeset viewer.