Initial commit

This commit is contained in:
2026-03-03 19:53:38 -05:00
parent 64e854364b
commit bfd1006698
82 changed files with 9540 additions and 0 deletions

8
buildtools/putiso Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
if [ ! -e buildtools.conf ]; then
cp buildtools.conf.delivered buildtools.conf
fi
source buildtools.conf
isopath=$ISO_DEST_PATH
rsync -avz /mnt/custom/isoxfer/ $isopath