Add FreeBSD build target - only with mgmt, SSH + users for now
This commit is contained in:
8
overlays/freebsd/common/etc/rc.local
Executable file
8
overlays/freebsd/common/etc/rc.local
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
for s in /root/lab-build/*
|
||||
do
|
||||
echo "** Executing $s"
|
||||
/bin/sh $s
|
||||
done
|
||||
|
Reference in New Issue
Block a user