From 47459114c7c6999257c0fb9bfc5b22315188ad13 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 22 Jun 2026 12:25:32 +0200 Subject: Credit bassmadrigal's overlay-chroot.sh in script and README Document that the overlayfs setup, system bind mounts, base patching, and teardown ordering are inspired by overlay-chroot.sh by Slackware user bassmadrigal (Jeremy Hansen). Co-Authored-By: Claude Opus 4.8 --- sbo-batch-test | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sbo-batch-test') diff --git a/sbo-batch-test b/sbo-batch-test index d6ca1ef..a06df17 100755 --- a/sbo-batch-test +++ b/sbo-batch-test @@ -4,8 +4,10 @@ # overlay chroot. Non-interactive, dependency-resolving, per-target disposable # overlay, persistent logs, color summary. # -# Overlay/chroot mount + teardown machinery follows the patterns in -# overlay-chroot.sh by Jeremy Hansen (bassmadrigal). The teardown ordering +# Some parts of this script are inspired by overlay-chroot.sh by Slackware user +# bassmadrigal (Jeremy Hansen): specifically 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. That teardown order # (pts, dev/proc/sys, resolv.conf, dbus machine-id, overlay last) is preserved # deliberately, it is the correct unwind order. # -- cgit v1.2.3