Commit cbbe90ba by Oliver Pinter

create the VM's backdoor user at bootstrap

parent f1135093
......@@ -2,6 +2,10 @@
pkg install -y devel/git lang/python devel/py-pip sysutils/screen editors/vim-lite
# create the required backdoor user
pw user add cloud -m
pw group mod wheel -m cloud
if [ ! -d /usr/ports ]
then
git clone https://github.com/HardenedBSD/freebsd-ports.git /usr/ports
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment