<feed xmlns='http://www.w3.org/2005/Atom'>
<title>compute-archlinux-image-builder, branch 0.4</title>
<subtitle>Script to creates Arch Linux image for Google Compute Engine.</subtitle>
<id>http://git.kilabit.info/compute-archlinux-image-builder/atom?h=0.4</id>
<link rel='self' href='http://git.kilabit.info/compute-archlinux-image-builder/atom?h=0.4'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/compute-archlinux-image-builder/'/>
<updated>2019-12-07T00:47:22Z</updated>
<entry>
<title>Reverts to classic network interface names.</title>
<updated>2019-12-07T00:47:22Z</updated>
<author>
<name>Lorenzo Castelli</name>
<email>lcastelli@google.com</email>
</author>
<published>2019-12-06T21:48:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/compute-archlinux-image-builder/commit/?id=023af32f448c49288d622dd0223d59a3051c1e4f'/>
<id>urn:sha1:023af32f448c49288d622dd0223d59a3051c1e4f</id>
<content type='text'>
This disables "predictable interface names", as they make the network interface
name dependent on exact hardware configuration. Scripts would then break in case
the name is not exactly "ens4".
</content>
</entry>
<entry>
<title>Removes rngd, since GCE machines now provide an rng device.</title>
<updated>2019-12-07T00:47:22Z</updated>
<author>
<name>Lorenzo Castelli</name>
<email>lcastelli@google.com</email>
</author>
<published>2019-12-06T21:45:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/compute-archlinux-image-builder/commit/?id=2b32c2c46361332dbaa674adcd737bc7d4821e4b'/>
<id>urn:sha1:2b32c2c46361332dbaa674adcd737bc7d4821e4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makes sure e2fsprogs gets installed, for automatic filesystem resizing.</title>
<updated>2019-10-29T23:50:19Z</updated>
<author>
<name>Lorenzo Castelli</name>
<email>lcastelli@gmail.com</email>
</author>
<published>2019-10-29T23:50:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/compute-archlinux-image-builder/commit/?id=984d236dfc6dc47d87b129ab4a81559a4a0c4bc7'/>
<id>urn:sha1:984d236dfc6dc47d87b129ab4a81559a4a0c4bc7</id>
<content type='text'>
This is currently already installed as an indirect dependency of the base
package, so this change is a no-op for now, just in case it gets removed in the
future.
</content>
</entry>
<entry>
<title>Explicitly installs Linux after upstream base package reorganization.</title>
<updated>2019-10-29T23:19:45Z</updated>
<author>
<name>Lorenzo Castelli</name>
<email>lcastelli@gmail.com</email>
</author>
<published>2019-10-29T23:19:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/compute-archlinux-image-builder/commit/?id=dd2a1086f88721d2f5c11e67dd3fc2b0052a7cab'/>
<id>urn:sha1:dd2a1086f88721d2f5c11e67dd3fc2b0052a7cab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removes nsswitch resolve workaround.</title>
<updated>2019-05-03T21:14:22Z</updated>
<author>
<name>Lorenzo Castelli</name>
<email>lcastelli@google.com</email>
</author>
<published>2019-05-03T21:14:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/compute-archlinux-image-builder/commit/?id=84b747b7924c2e3c9a9acd2a653fe22043f82c7a'/>
<id>urn:sha1:84b747b7924c2e3c9a9acd2a653fe22043f82c7a</id>
<content type='text'>
This is no longer necessary with the new version of compute-image-packages.
</content>
</entry>
<entry>
<title>Removes PKGBUILD, which is going to be moved to the AUR.</title>
<updated>2019-05-03T20:25:52Z</updated>
<author>
<name>Lorenzo Castelli</name>
<email>lcastelli@google.com</email>
</author>
<published>2019-05-03T20:25:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/compute-archlinux-image-builder/commit/?id=5fa35496ac3bf11de730423d642e45fc411e9b4b'/>
<id>urn:sha1:5fa35496ac3bf11de730423d642e45fc411e9b4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #30 from crvv/mtu</title>
<updated>2019-03-29T01:02:50Z</updated>
<author>
<name>Lorenzo Castelli</name>
<email>lcastelli@google.com</email>
</author>
<published>2019-03-29T01:02:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/compute-archlinux-image-builder/commit/?id=fae08e5f2a79c1903e1f8799a36646b3af533862'/>
<id>urn:sha1:fae08e5f2a79c1903e1f8799a36646b3af533862</id>
<content type='text'>
Revert "fix MTU settings. MTU is 1460 on gce."</content>
</entry>
<entry>
<title>Revert "fix MTU settings. MTU is 1460 on gce."</title>
<updated>2019-03-26T10:35:27Z</updated>
<author>
<name>Wèi Cōngruì</name>
<email>crvv.mail@gmail.com</email>
</author>
<published>2019-03-26T10:35:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/compute-archlinux-image-builder/commit/?id=fd64bafe3cf475c8b3f93f8f6849663175fa3afc'/>
<id>urn:sha1:fd64bafe3cf475c8b3f93f8f6849663175fa3afc</id>
<content type='text'>
This reverts commit bb393b13c6c3d98ef5d80cf90501b32862a678b2.
MTU is set by DHCP, it shouldn't be set by the udev rule.
</content>
</entry>
<entry>
<title>Merge pull request #28 from crvv/mtu</title>
<updated>2019-03-25T09:55:11Z</updated>
<author>
<name>Samuel Littley</name>
<email>samuel.littley@toastwaffle.com</email>
</author>
<published>2019-03-25T09:55:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/compute-archlinux-image-builder/commit/?id=352d576d91ecb13e9abc51a2aa069fc56bf52b64'/>
<id>urn:sha1:352d576d91ecb13e9abc51a2aa069fc56bf52b64</id>
<content type='text'>
add MTU settings</content>
</entry>
<entry>
<title>fix MTU settings. MTU is 1460 on gce.</title>
<updated>2019-03-25T09:52:39Z</updated>
<author>
<name>Wèi Cōngruì</name>
<email>crvv.mail@gmail.com</email>
</author>
<published>2019-03-25T07:18:17Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/compute-archlinux-image-builder/commit/?id=bb393b13c6c3d98ef5d80cf90501b32862a678b2'/>
<id>urn:sha1:bb393b13c6c3d98ef5d80cf90501b32862a678b2</id>
<content type='text'>
</content>
</entry>
</feed>
