Rework immutability and overlays

This commit is contained in:
Rudra Saraswat 2023-04-25 16:44:01 +05:30
parent fddf7f86ae
commit 5e65e6c06e
13 changed files with 1141 additions and 70 deletions

View file

@ -5,12 +5,13 @@ build() {
add_module overlay
add_binary bash
add_binary tar
add_binary overlayfs-tools
add_runscript
}
help() {
cat <<HELPEOF
This provides a support for mounting the blend /usr overlay. No
This provides a support for mounting the blend overlays. No
configuration is needed.
HELPEOF
}