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