ref: d48f6d7754858c2b067ab9120cfb5dc38715d603
parent: 0e2077286f7bd607a78e193de826fa7b0ff02236
author: qwx <qwx@sciops.net>
date: Mon Mar 9 13:10:30 EDT 2026
gabel: default parameters are better according to benchmarks will improve clone instead.
--- a/bin/gabel
+++ b/bin/gabel
@@ -4,7 +4,7 @@
cd /usr/qwx/p/fork
unionfs /usr/qwx/p/fork/sys /sys
ramfs -u -m /mnt/build
-clone -xTp 8:8 /mnt/union/^(include src) /mnt/build/
+clone -T /mnt/union/^(include src) /mnt/build/
unmount /mnt/union
bind -c /mnt/build/include /sys/include
bind -c /mnt/build/src /sys/src
--
⑨