<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/ec2-scripts/distinfo, branch pkg-install-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=pkg-install-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=pkg-install-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2014-05-17T16:40:54Z</updated>
<entry>
<title>Update to 1.9.  This fixes a bug in ec2_ephemeralswap where the amount of</title>
<updated>2014-05-17T16:40:54Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2014-05-17T16:40:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3ffaa1bc358780ab0017be8d104629d8c8d2d4c2'/>
<id>urn:sha1:3ffaa1bc358780ab0017be8d104629d8c8d2d4c2</id>
<content type='text'>
ephemeral storage on an EC2 instance is less than the amount of swap space
we want to autoconfigure.  (In particular, the m3.medium instance type has
4 GB of attached SSD storage but 3.75 GB of RAM, which results in a desired
7.5 GB of swap space.)
</content>
</entry>
<entry>
<title>Update to 1.8.  The ec2_fetchkey rc.d script now creates the user</title>
<updated>2014-01-06T16:17:31Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2014-01-06T16:17:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ad45e8d2b7da1b88a694acd09b4baed08fcbd8b2'/>
<id>urn:sha1:ad45e8d2b7da1b88a694acd09b4baed08fcbd8b2</id>
<content type='text'>
specified in the $ec2_fetchkey_user variable, so that it can be
(usefully) specified via user-data at EC2 instance launch time.
</content>
</entry>
<entry>
<title>Update ec2-scripts to 1.7:</title>
<updated>2013-12-08T05:46:31Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2013-12-08T05:46:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4863f70cc733cdb135c48b3914ab851ac142a9b7'/>
<id>urn:sha1:4863f70cc733cdb135c48b3914ab851ac142a9b7</id>
<content type='text'>
* Add support for system configuration via ec2 user-data.
* Add support for allocating swap space from ephemeral disks with EC2
  (linux) device names of "xvd[a-j]" rather than just "sd[a-j]".
</content>
</entry>
<entry>
<title>Update to 1.6.  This uses "firstboot" support in the base system, so</title>
<updated>2013-11-04T23:54:00Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2013-11-04T23:54:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=311d06c76fd1d6674a6fb68ec23c8d67bdda3139'/>
<id>urn:sha1:311d06c76fd1d6674a6fb68ec23c8d67bdda3139</id>
<content type='text'>
provide an option which reverts back to the old version of this port.

I'm making it a configurable option rather than autodetecting based
on OSVERSION to make my life easier with "cross-building" images.
</content>
</entry>
<entry>
<title>Update to 1.5: Replace rcvar=`set_rcvar` with rcvar=FOO_enable in the</title>
<updated>2013-09-18T02:59:40Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2013-09-18T02:59:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5f90963fe79faecbb16b20f0f8e0709b8f68cce1'/>
<id>urn:sha1:5f90963fe79faecbb16b20f0f8e0709b8f68cce1</id>
<content type='text'>
rc.d scripts in order to be compatible with newer versions of rc.subr.
</content>
</entry>
<entry>
<title>Update to 1.4: When creating swap space on EC2 ephemeral disks, parse EC2</title>
<updated>2013-03-19T05:21:30Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2013-03-19T05:21:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5d8dc280600e4edb90396ff749ffc4dc49b7a900'/>
<id>urn:sha1:5d8dc280600e4edb90396ff749ffc4dc49b7a900</id>
<content type='text'>
device names of "sd[bcde]" in addition to "/dev/sd[bcde]".  Until recently
EC2 hosts all used the latter form, but an increasing number seem to have
switched to the former.

Submitted by:   Luke Marsden
</content>
</entry>
<entry>
<title>Update to 1.3: Make ec2_fetchkey work proper set up .ssh/authorized_keys</title>
<updated>2012-10-05T23:16:21Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2012-10-05T23:16:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0c303516ee38ea22b7bf712b3e2eab2b9c2ad92a'/>
<id>urn:sha1:0c303516ee38ea22b7bf712b3e2eab2b9c2ad92a</id>
<content type='text'>
for a non-root user.
</content>
</entry>
<entry>
<title>Update to 1.2.  This fixes a division-by-zero error when there are no</title>
<updated>2012-10-04T23:19:05Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2012-10-04T23:19:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=41f643390bd03b553e805a34b1e50a22895f42a1'/>
<id>urn:sha1:41f643390bd03b553e805a34b1e50a22895f42a1</id>
<content type='text'>
ephemeral disks present [1], and avoids enabling crash dumps to an
XXXs1b partition which isn't being used for swapping.

Submitted by:	Simon Olofsson [1]
</content>
</entry>
<entry>
<title>Update to version 1.1 of my ec2 boot scripts: Use the SWAPMETA entry in</title>
<updated>2012-08-31T14:06:20Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2012-08-31T14:06:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5fa59343bd978df92254a7667e95fa09366f1515'/>
<id>urn:sha1:5fa59343bd978df92254a7667e95fa09366f1515</id>
<content type='text'>
the output of `vmstat -z` to figure out how much swap space we can
safely configure, instead of the kern.maxswzone sysctl.
</content>
</entry>
<entry>
<title>Add ec2-scripts 1.0, startup scripts for FreeBSD/EC2 environment.</title>
<updated>2012-08-16T04:57:49Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2012-08-16T04:57:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=adc7b827a88703d167ce5ee3a936ec34744377a8'/>
<id>urn:sha1:adc7b827a88703d167ce5ee3a936ec34744377a8</id>
<content type='text'>
</content>
</entry>
</feed>
