<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-cloud-init.git/sysvinit/freebsd, branch 22.1</title>
<subtitle> (mirror of https://github.com/marekm72/vyos-cloud-init.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-cloud-init.git/atom?h=22.1</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/atom?h=22.1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/'/>
<updated>2021-06-14T19:39:05+00:00</updated>
<entry>
<title>add DragonFlyBSD support (#904)</title>
<updated>2021-06-14T19:39:05+00:00</updated>
<author>
<name>Gonéri Le Bouder</name>
<email>goneri@lebouder.net</email>
</author>
<published>2021-06-14T19:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=59a848c5929cbfca45d95860eb60dfebd0786c94'/>
<id>urn:sha1:59a848c5929cbfca45d95860eb60dfebd0786c94</id>
<content type='text'>
- Mostly based on FreeBSD, the main exception is that
  `find_devs_with_on_freebsd` does not work.
- Since we cannot get the CDROM or the partition labels,
  `find_devs_with_on_dragonflybsd()` has a more naive approach and
  returns all the block devices.</content>
</entry>
<entry>
<title>import sysvinit patches from freebsd-ports tree (#161)</title>
<updated>2020-02-07T22:03:17+00:00</updated>
<author>
<name>Igor Galić</name>
<email>me+git@igalic.co</email>
</author>
<published>2020-02-07T22:03:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=616d0a60d8d6ef0fa024267e718b3ed0e3b6bbdc'/>
<id>urn:sha1:616d0a60d8d6ef0fa024267e718b3ed0e3b6bbdc</id>
<content type='text'>
bugzilla ref: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224361
svn rev: https://svnweb.freebsd.org/ports?view=revision&amp;revision=457768
</content>
</entry>
<entry>
<title>freebsd: cloudinit service requires devd (#132)</title>
<updated>2019-12-19T19:25:38+00:00</updated>
<author>
<name>Gonéri Le Bouder</name>
<email>goneri@lebouder.net</email>
</author>
<published>2019-12-19T19:25:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=2215a5b9d62b381b6b53d82a84ca1004efacf449'/>
<id>urn:sha1:2215a5b9d62b381b6b53d82a84ca1004efacf449</id>
<content type='text'>
Depends on devd to be sure the NIC device drivers are loaded in time.</content>
</entry>
<entry>
<title>cloudinitlocal fail to run during boot</title>
<updated>2017-07-17T14:04:37+00:00</updated>
<author>
<name>Hongjiang Zhang</name>
<email>honzhan@microsoft.com</email>
</author>
<published>2017-07-06T01:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=7ed3cb3a699923623e75ad15c1c5d88abba48d00'/>
<id>urn:sha1:7ed3cb3a699923623e75ad15c1c5d88abba48d00</id>
<content type='text'>
There is a circular dependence in cloudinitlocal, which caused it
to fail. As a result, cloud-init failed to find data source on Azure.
</content>
</entry>
<entry>
<title>FreeBSD: improvements and fixes for use on Azure</title>
<updated>2017-05-10T16:54:42+00:00</updated>
<author>
<name>Hongjiang Zhang</name>
<email>honzhan@microsoft.com</email>
</author>
<published>2017-01-13T07:08:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=0a71d5a870b416f2c86c8bc196004bb3fc0768a0'/>
<id>urn:sha1:0a71d5a870b416f2c86c8bc196004bb3fc0768a0</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>sysvinit/freebsd: set sane PATH</title>
<updated>2014-09-29T13:09:27+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2014-09-29T13:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=9f65fdff976937634cd4fce2aa6cd1150f77fbb3'/>
<id>urn:sha1:9f65fdff976937634cd4fce2aa6cd1150f77fbb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: Set the environment var CLOUD_CFG to specify the location of</title>
<updated>2014-08-10T11:38:22+00:00</updated>
<author>
<name>Harm Weites</name>
<email>harm@weites.com</email>
</author>
<published>2014-08-10T11:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=de0e832b51624603664eab189a083e612554125a'/>
<id>urn:sha1:de0e832b51624603664eab189a083e612554125a</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>fix: Use -f to properly load the configfile.</title>
<updated>2014-08-09T10:24:34+00:00</updated>
<author>
<name>Harm Weites</name>
<email>harm@weites.com</email>
</author>
<published>2014-08-09T10:24:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=c08262be060f6a4e89c94f81f83d7e884b66a5cf'/>
<id>urn:sha1:c08262be060f6a4e89c94f81f83d7e884b66a5cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change: C-i is installed in /usr/local/.</title>
<updated>2014-08-09T10:14:41+00:00</updated>
<author>
<name>Harm Weites</name>
<email>harm@weites.com</email>
</author>
<published>2014-08-09T10:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=590685594897069fe57753f197753aab5cb440e9'/>
<id>urn:sha1:590685594897069fe57753f197753aab5cb440e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: Command (the binary) is cloud-init, not cloud_init.</title>
<updated>2014-08-09T10:11:50+00:00</updated>
<author>
<name>Harm Weites</name>
<email>harm@weites.com</email>
</author>
<published>2014-08-09T10:11:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=ffc621738b172c9805c083c265eed13b415bb3f4'/>
<id>urn:sha1:ffc621738b172c9805c083c265eed13b415bb3f4</id>
<content type='text'>
</content>
</entry>
</feed>
