diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/stage1_hooks/README.md b/sdk_container/src/third_party/coreos-overlay/coreos/stage1_hooks/README.md new file mode 100644 index 0000000000..5db213fca4 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/coreos/stage1_hooks/README.md @@ -0,0 +1,6 @@ +The scripts there are called when setting up the portage-stable and +coreos-overlay repos for the stage1 build. When the scripts are +invoked, they receive a path to the repository as a parameter. The +script for portage-stable should end with `-portage-stable.sh`, and +the script for coreos-overlay with '-coreos-overlay.sh`. For example +`0000-replace-ROOTPATH-coreos-overlay.sh`.