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 @@
../../../../_common/common/root/.ssh/authorized_keys

View 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/

View File

@ -0,0 +1 @@
../../../_common/common/root/libvirt.xml.j2