bsd-cloudinit
bsd-cloudinit copied to clipboard
cloud-init scripts for BSD
When i wrote those code, i'm not quite understand programming in python. :( So i will do some code refine now; comment welcomed! :smile: Working list: Class `FreeBSDUtils` - [x]...
Weird logic... I can not recall why i wrote this... ``` python FreeBSDUtils().create_user('bsdtest', 'pw') /root/bsd-cloudinit/cloudbaseinit/osutils/freebsd.py in create_user(self, username, password, invite_group, password_expires) 29 30 assert not invite_group or isinstance(invite_group, list), "param...
Feature: - Set root password to a fixed value. Consider displaying it in boot message.
Currently, the function handling gpart ouput pattern only wokrs on GPT. If user using MBR, we need to handle freebsd slice.
I have some errors when i try to launch the installer.sh on pfsense 2.2.1 (freebsd 10.1). it seems some libraries are missing. Someone can help me, please? I'm trying to...