Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-10 | FreeBSD: improvements and fixes for use on Azure | Hongjiang Zhang | |
This patch targets to make FreeBSD 10.3 or 11 work on Azure. The modifications abide by the rule of: * making as less modification as possible * delegate to the distro or datasource where possible. The main modifications are: 1. network configuration improvements, and movement into distro path. 2. Fix setting of password. Password setting through "pw" can only work through pipe. 3. Add 'root:wheel' to syslog_fix_perms field. 4. Support resizing default file system (ufs) 5. copy cloud.cfg for freebsd to /etc/cloud/cloud.cfg rather than /usr/local/etc/cloud/cloud.cfg. 6. Azure specific changes: a. When reading the azure endpoint, search in a different path and read a different option name (option-245 vs. unknown-245). so, the lease file path should be generated according to platform. b. adjust the handling of ephemeral mounts for ufs filesystem and for finding the ephemeral device. c. fix mounting of cdrom LP: #1636345 | |||
2014-09-29 | sysvinit/freebsd: set sane PATH | Scott Moser | |
2014-08-10 | fix: Set the environment var CLOUD_CFG to specify the location of | Harm Weites | |
cloud.cfg since -f is not used for that. Given the importance of this file/location, it's explicitly beeing set in the initscripts instead of trusting on something in /etc/defaults. | |||
2014-08-09 | fix: Use -f to properly load the configfile. | Harm Weites | |
2014-08-09 | change: C-i is installed in /usr/local/. | Harm Weites | |
2014-08-09 | fix: Command (the binary) is cloud-init, not cloud_init. | Harm Weites | |
2014-08-09 | change: Cloud-init config should go under /usr/local since /etc/ is reserved | Harm Weites | |
for base. | |||
2014-08-09 | fix: The correct path end with an s. | Harm Weites | |
2014-01-17 | Fix defaulting | Joshua Harlow | |
2014-01-17 | More white space fix | Joshua Harlow | |
2014-01-17 | Fix curly braces | Joshua Harlow | |
2014-01-17 | Add freebsd rc.d/sysvinit scripts | Joshua Harlow | |