Add FreeBSD build target - only with mgmt, SSH + users for now

This commit is contained in:
Pim van Pelt
2024-02-07 21:44:27 +00:00
parent f1a51505c3
commit e9a1ec6920
73 changed files with 3121 additions and 3 deletions

View File

@ -0,0 +1,7 @@
#!/bin/sh
for s in /root/lab-build/*
do
echo "** Executing $s"
/bin/sh $s
done