~ubuntu-branches/ubuntu/saucy/cloud-init/saucy

« back to all changes in this revision

Viewing changes to upstart/cloud-init-nonet.conf

  • Committer: Scott Moser
  • Date: 2013-09-21 00:45:57 UTC
  • mfrom: (1.4.6)
  • Revision ID: smoser@ubuntu.com-20130921004557-o8zfowviyrqz02sd
* New upstream snapshot.
  * add 'disk_setup' config module for partitioning disks and
    creating filesystems. (LP: #1218506)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
   SLEEP_CHILD=""
15
15
 
16
16
   static_network_up() {
17
 
           local emitted="/run/network/static-network-up-emitted"
 
17
      local emitted="/run/network/static-network-up-emitted"
18
18
      # /run/network/static-network-up-emitted is written by
19
19
      # upstart (via /etc/network/if-up.d/upstart). its presense would
20
20
      # indicate that static-network-up has already fired.