<feed xmlns='http://www.w3.org/2005/Atom'>
<title>compute-archlinux-image-builder, branch 0.6</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.6</id>
<link rel='self' href='http://git.kilabit.info/compute-archlinux-image-builder/atom?h=0.6'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/compute-archlinux-image-builder/'/>
<updated>2020-08-24T03:24:02Z</updated>
<entry>
<title>Avoids starting services for GCE packages.</title>
<updated>2020-08-24T03:24:02Z</updated>
<author>
<name>Lorenzo Castelli</name>
<email>lcastelli@google.com</email>
</author>
<published>2020-08-24T02:38:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/compute-archlinux-image-builder/commit/?id=0915dd9480cf34df6a1a5ecec1368cbd8fef5bd2'/>
<id>urn:sha1:0915dd9480cf34df6a1a5ecec1368cbd8fef5bd2</id>
<content type='text'>
The latest GCE packages already start services automatically, so this is
no longer needed.

This also includes some cosmetic updates.
</content>
</entry>
<entry>
<title>Merge pull request #35 from yan12125/dont-touch-host-machine-id</title>
<updated>2020-07-12T10:30:03Z</updated>
<author>
<name>Samuel Littley</name>
<email>samuel.littley@toastwaffle.com</email>
</author>
<published>2020-07-12T10:30:03Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/compute-archlinux-image-builder/commit/?id=0b502ed4bc3bfe1dcb5052e5da9ca39e27a8338b'/>
<id>urn:sha1:0b502ed4bc3bfe1dcb5052e5da9ca39e27a8338b</id>
<content type='text'>
Don't touch machine-id on the building host</content>
</entry>
<entry>
<title>Don't touch machine-id on the building host</title>
<updated>2020-07-12T10:20:15Z</updated>
<author>
<name>Chih-Hsuan Yen</name>
<email>yan12125@gmail.com</email>
</author>
<published>2020-07-06T05:53:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/compute-archlinux-image-builder/commit/?id=1e2be0ddf76b4db4b59d4fb1185871eb48eca2dd'/>
<id>urn:sha1:1e2be0ddf76b4db4b59d4fb1185871eb48eca2dd</id>
<content type='text'>
Since dbus 1.11.14 [1], /var/lib/dbus/machine-id is a symlink to
/etc/machine-id, so writing to "$mount_dir/var/lib/dbus/machine-id"
actually overwrites /etc/machine-id on the building host.

[1] https://gitlab.freedesktop.org/dbus/dbus/commit/ae7568facee0b0d93d7bd1433a0d8840e98f6fb6
</content>
</entry>
<entry>
<title>Starts google-oslogin-cache.timer.</title>
<updated>2020-04-19T00:03:13Z</updated>
<author>
<name>Lorenzo Castelli</name>
<email>lcastelli@gmail.com</email>
</author>
<published>2020-04-19T00:03:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/compute-archlinux-image-builder/commit/?id=7f63c59ff6179a5e41c9729756c2efb63fde00e6'/>
<id>urn:sha1:7f63c59ff6179a5e41c9729756c2efb63fde00e6</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
