Add FreeBSD build target - only with mgmt, SSH + users for now
This commit is contained in:
1
overlays/freebsd/common/root/.ssh/authorized_keys
Symbolic link
1
overlays/freebsd/common/root/.ssh/authorized_keys
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../_common/common/root/.ssh/authorized_keys
|
7
overlays/freebsd/common/root/lab-build/perms
Normal file
7
overlays/freebsd/common/root/lab-build/perms
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Fixing permissions"
|
||||
chown root:wheel / /etc
|
||||
chown -R root:wheel /root
|
||||
chown -R ipng:ipng /home/ipng/
|
||||
|
1
overlays/freebsd/common/root/libvirt.xml.j2
Symbolic link
1
overlays/freebsd/common/root/libvirt.xml.j2
Symbolic link
@ -0,0 +1 @@
|
||||
../../../_common/common/root/libvirt.xml.j2
|
Reference in New Issue
Block a user