coreos/stage1_hooks: Add a place for stage1 hooks

This commit is contained in:
Krzesimir Nowak 2023-03-01 18:28:54 +01:00
parent f51ac5097f
commit 2aaa89c91b

View File

@ -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`.