#cloud-config
hostname: openbsd
create_hostname_file: true
fqdn: lab.local
password: vagrant
ssh_pwauth: true
chpasswd: { expire: False }
disable_root: false
bootcmd:
- echo "library_aslr=NO" >> /etc/rc.conf.local
runcmd:
- echo "library_aslr=NO" > /etc/rc.conf.local
- rm -f /var/db/kernel.SHA256
- rm -rf /usr/share/relink/kernel/GENERIC.MP
- shutdown -p -h now
