aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ec2-scripts
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 1.10. This fixes a bug in ec2_fetchkey which made it fail toColin Percival2015-02-222-3/+3
| | | | | | | | | recognize when it was trying to create an account which already existed. Submitted by: Bradley T. Hughes Notes: svn path=/head/; revision=379591
* Update "BSD" license in sysutils categoryMark Felder2014-12-111-1/+1
| | | | Notes: svn path=/head/; revision=374505
* Update to 1.9. This fixes a bug in ec2_ephemeralswap where the amount ofColin Percival2014-05-172-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.) Notes: svn path=/head/; revision=354338
* Update to 1.8. The ec2_fetchkey rc.d script now creates the userColin Percival2014-01-062-3/+3
| | | | | | | | specified in the $ec2_fetchkey_user variable, so that it can be (usefully) specified via user-data at EC2 instance launch time. Notes: svn path=/head/; revision=338903
* Update ec2-scripts to 1.7:Colin Percival2013-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]". Notes: svn path=/head/; revision=335865
* Update to 1.6. This uses "firstboot" support in the base system, soColin Percival2013-11-042-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. Notes: svn path=/head/; revision=332791
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Update to 1.5: Replace rcvar=`set_rcvar` with rcvar=FOO_enable in theColin Percival2013-09-182-3/+3
| | | | | | | rc.d scripts in order to be compatible with newer versions of rc.subr. Notes: svn path=/head/; revision=327509
* Update to 1.4: When creating swap space on EC2 ephemeral disks, parse EC2Colin Percival2013-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 Notes: svn path=/head/; revision=314617
* Fix minor nit: use the canconical FreeBSD.org form for email addresses.Eitan Adler2013-03-171-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 Notes: svn path=/head/; revision=314460
* Unbreak INDEX.Colin Percival2013-02-261-3/+0
| | | | Notes: svn path=/head/; revision=312969
* Break INDEX as part of testing of new portsnap build code.Colin Percival2013-02-261-0/+3
| | | | | | | I'll unbreak it in a few minutes. Notes: svn path=/head/; revision=312968
* Update to 1.3: Make ec2_fetchkey work proper set up .ssh/authorized_keysColin Percival2012-10-052-3/+3
| | | | | | | for a non-root user. Notes: svn path=/head/; revision=305322
* Update to 1.2. This fixes a division-by-zero error when there are noColin Percival2012-10-042-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] Notes: svn path=/head/; revision=305290
* Update to version 1.1 of my ec2 boot scripts: Use the SWAPMETA entry inColin Percival2012-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. Notes: svn path=/head/; revision=303426
* Add ec2-scripts 1.0, startup scripts for FreeBSD/EC2 environment.Colin Percival2012-08-163-0/+45
Notes: svn path=/head/; revision=302612