index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
sagitta
(mirror of https://github.com/marekm72/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
distros
/
freebsd.py
Age
Commit message (
Expand
)
Author
2014-10-02
freebsd: Use the proper virtio FreeBSD network interface name.
Scott Moser
2014-09-10
pyflakes fixes.
Scott Moser
2014-09-03
fix: Write sudo rules upon user creation.
Harm Weites
2014-08-28
fix: The original regex was a little harsh, the rest of the bits
Harm Weites
2014-08-26
change: Use a compiled regex and use the included match groups instead
Harm Weites
2014-08-23
fix: Drop some overly loud debug messages.
Harm Weites
2014-08-08
fix: Skip lines from /etc/rc.conf not matching the pattern key=value.
Harm Weites
2014-08-08
merge: These are the changes from the freebsd-static-networking branch.
Harm Weites
2014-02-28
distros/freebsd.py: fix regression due to previous pylint cleanup
Scott Moser
2014-01-24
Don't try to create members if group creation fails
Joshua Harlow
2014-01-24
Fix logexc usage in freebsd distro
Joshua Harlow
2014-01-24
Log failure to restore backup locale file
Joshua Harlow
2014-01-24
Freebsd cleanups
Joshua Harlow
2014-01-24
pylint and long line fixes.
Scott Moser
2014-01-24
pep8/pylint fixes
Scott Moser
2014-01-23
fix freebsd new file header
Scott Moser
2014-01-23
pep8/tab to 8 spaces
Scott Moser
2013-12-18
new: Apply the locale to the default login class.
Harm Weites
2013-12-14
change: Separate functions to load, read and write /etc/rc.conf keys and
Harm Weites
2013-12-06
new: FreeBSD module to support cloud-init on the FBSD10 platform. In its
Harm Weites