tools/toCOPY/WhatAreThese.md
Dean Troyer 62bd0253f0 Add build tools
This includes Docker containers to perform the StarlingX build
and a set of scripts to maintain a local mirror of binary CentOS
and other packages required to populate the final ISO file.

Change-Id: I8140fd8fa2d00e7aa98c895a8e4962ab3748669d
2018-06-08 17:01:43 -05:00

10 lines
510 B
Markdown

# This lists what we copy into the container and what they are
## To replace/update these, rebuild the container with new ones:
* .inputrc
* Allows up arrows to work with history
* finishSetup.sh
* a shell script run when doing a docker exec into the container. It relies on a number of things being set up so it is done at run, rather than build time. It is run based on .bashrc, so make sure you use that shell!
* .gitconfig
* NOT in the repo, this needs to be copied in from YOUR personal gitconfig