Add FreeBSD build target - only with mgmt, SSH + users for now
This commit is contained in:
build/freebsd/hvn2.lab.ipng.ch
host2-0
etc
home
ipng
.ssh
root
host2-1
etc
home
ipng
.ssh
root
tap2-0
etc
home
ipng
.ssh
root
vpp2-0
etc
home
ipng
.ssh
root
vpp2-1
etc
home
ipng
.ssh
root
vpp2-2
etc
home
ipng
.ssh
root
vpp2-3
etc
home
ipng
.ssh
root
config/common
createoverlays/freebsd/common
etc
home
ipng
.ssh
root
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