Deployment Platform/XO reference distribution: Difference between revisions
| Line 43: | Line 43: | ||
* {{Code|etc/}}<br>These files will be copied as-is. Place here all configuration files you need to support afterwards. | * {{Code|etc/}}<br>These files will be copied as-is. Place here all configuration files you need to support afterwards. | ||
* {{Code|post/*.sh}}<br>These files will be executed right after installing package. Place here routines that can't be represent by configuration files. | * {{Code|post.d/*.sh}}<br>These files will be executed right after installing package. Place here routines that can't be represent by configuration files. | ||
* {{Code|image/}}<br>olpc-os-builder files to [[#Create_images|create XO images]]. | * {{Code|image/}}<br>olpc-os-builder files to [[#Create_images|create XO images]]. | ||
* {{Code|Makefile}}<br>Handy makefile to create sources tarball. | * {{Code|Makefile}}<br>Handy makefile to create sources tarball. | ||