From 8e72d93126048dc43ac83deb2142401beeda98db Mon Sep 17 00:00:00 2001 From: Erik Flodin Date: Mon, 8 Feb 2021 22:50:38 +0100 Subject: [PATCH] Add note about bootstrap.d contrib script to bootstrap page --- _docs/050_bootstrap.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_docs/050_bootstrap.md b/_docs/050_bootstrap.md index fb19fee..a83ca99 100644 --- a/_docs/050_bootstrap.md +++ b/_docs/050_bootstrap.md @@ -167,6 +167,16 @@ if command -v vim >/dev/null 2>&1; then fi ``` +### Bootstrap directory + +By installing this [contributed bootstrap][bootstrap.d] script as the bootstrap +program, it is possible to split the bootstrap process into separate +scripts. Each script is placed in `$HOME/.config/yadm/bootstrap.d` and it is +possible to use the [alternate files](/docs/alternates) system to control which +systems that a specific bootstrap step is executed on. + +[bootstrap.d]: https://raw.githubusercontent.com/TheLocehiliosan/yadm/master/contrib/bootstrap/bootstrap-in-dir + --- _If you have suggestions for useful bootstrapping logic, let me know..._