aboutsummaryrefslogtreecommitdiff
path: root/build-arch-gce
AgeCommit message (Collapse)Author
2019-12-06Reverts to classic network interface names.0.4Lorenzo Castelli
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".
2019-12-06Removes rngd, since GCE machines now provide an rng device.Lorenzo Castelli
2019-10-29Makes sure e2fsprogs gets installed, for automatic filesystem resizing.Lorenzo Castelli
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.
2019-10-29Explicitly installs Linux after upstream base package reorganization.0.3Lorenzo Castelli
2019-05-03Removes nsswitch resolve workaround.0.2Lorenzo Castelli
This is no longer necessary with the new version of compute-image-packages.
2019-03-26Revert "fix MTU settings. MTU is 1460 on gce."Wèi Cōngruì
This reverts commit bb393b13c6c3d98ef5d80cf90501b32862a678b2. MTU is set by DHCP, it shouldn't be set by the udev rule.
2019-03-25fix MTU settings. MTU is 1460 on gce.Wèi Cōngruì
2018-10-24Brings the project up to date with a new bash implementation.Lorenzo Castelli
See the updated README for more information about images generated by the new script.