Michael Marineau 9d2774af3b fix(build_image): Use developer_data as a system config.
Evaluating this as a user config causes it to block on
coreos-environment-setup.service which will wait on networking. This
makes it hard to add extra tricks for testing/debugging situations where
networking is failing. For example, to trigger dhcpcd if networkd dies:

    #cloud-config

    write_files:
      - path: /etc/systemd/system/systemd-networkd.service.d/dhcpcd.conf
        content: |
          [Unit]
          OnFailure=dhcpcd.service

          [Service]
          Restart=no
2014-06-15 15:41:53 -07:00
2014-06-09 14:47:25 -07:00
2013-07-31 11:20:58 -07:00
Description
image build and composition scripts for Flatcar Container Linux
BSD-3-Clause 164 MiB
Languages
Shell 93.1%
Python 6.9%