bsd-cloudinit icon indicating copy to clipboard operation
bsd-cloudinit copied to clipboard

cloud-init scripts for BSD

Results 17 bsd-cloudinit issues
Sort by recently updated
recently updated
newest added

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...

bug

Feature: - Set root password to a fixed value. Consider displaying it in boot message.

enhancement

Currently, the function handling gpart ouput pattern only wokrs on GPT. If user using MBR, we need to handle freebsd slice.

enhancement

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...

See discussion in #9.

enhancement

Currently, we hard codeed the `vtdb0` as the harddisk.

enhancement