aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/ec2-scripts
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.9. This fixes a bug in ec2_ephemeralswap where the amount ofcperciva2014-05-182-3/+3
| | | | | | | 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.)
* Update to 1.8. The ec2_fetchkey rc.d script now creates the usercperciva2014-01-072-3/+3
| | | | | specified in the $ec2_fetchkey_user variable, so that it can be (usefully) specified via user-data at EC2 instance launch time.
* Update ec2-scripts to 1.7:cperciva2013-12-082-4/+12
| | | | | | * 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]".
* Update to 1.6. This uses "firstboot" support in the base system, socperciva2013-11-052-7/+20
| | | | | | | 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.
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | sysutils)
* Update to 1.5: Replace rcvar=`set_rcvar` with rcvar=FOO_enable in thecperciva2013-09-182-3/+3
| | | | rc.d scripts in order to be compatible with newer versions of rc.subr.
* Update to 1.4: When creating swap space on EC2 ephemeral disks, parse EC2cperciva2013-03-192-3/+3
| | | | | | | | 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
* Fix minor nit: use the canconical FreeBSD.org form for email addresses.eadler2013-03-181-6/+2
| | | | | | | | | This was causing me issues when attempting to gather certain statistics. While here trim header Approved by: miwi, adrian, tj No objection from: db, bjk, cperciva, scheidell, osa
* Unbreak INDEX.cperciva2013-02-261-3/+0
|
* Break INDEX as part of testing of new portsnap build code.cperciva2013-02-261-0/+3
| | | | I'll unbreak it in a few minutes.
* Update to 1.3: Make ec2_fetchkey work proper set up .ssh/authorized_keyscperciva2012-10-062-3/+3
| | | | for a non-root user.
* Update to 1.2. This fixes a division-by-zero error when there are nocperciva2012-10-052-3/+3
| | | | | | | 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]
* Update to version 1.1 of my ec2 boot scripts: Use the SWAPMETA entry incperciva2012-08-312-3/+3
| | | | | the output of `vmstat -z` to figure out how much swap space we can safely configure, instead of the kern.maxswzone sysctl.
* Add ec2-scripts 1.0, startup scripts for FreeBSD/EC2 environment.cperciva2012-08-163-0/+45