aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index b98197a..03f6964 100644
--- a/README.md
+++ b/README.md
@@ -153,9 +153,10 @@ overlay is always disposed and there is no keep-overlay option.
bare 15.0 is more likely an overlayfs quirk (rename/whiteout) than a real
build bug. Noted near the build step in the source.
-## Reference
+## Credits
-Overlay/chroot mount + teardown machinery follows the patterns in
-`overlay-chroot.sh` by Jeremy Hansen (bassmadrigal). The teardown ordering
-(pts, dev/proc/sys, resolv.conf, dbus machine-id, overlay last) is preserved
-deliberately.
+Some parts of this tool are inspired by `overlay-chroot.sh` by Slackware user
+bassmadrigal (Jeremy Hansen): the overlayfs setup, the system bind mounts
+(dev, proc, sys, dev/pts, resolv.conf, dbus machine-id), the base patching from
+the local mirror, and the teardown ordering (pts, dev/proc/sys, resolv.conf,
+dbus machine-id, overlay last), which is preserved deliberately.