From b16533714e02fc71d463ca73abee5c9f6237f115 Mon Sep 17 00:00:00 2001
From: Scott Moser <smoser@ubuntu.com>
Date: Fri, 27 May 2016 17:03:49 -0400
Subject: remove blocking udev functionality

This didn't really work.  See bug for more info.

LP: #1577844
---
 systemd/cloud-init-generator | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'systemd/cloud-init-generator')

diff --git a/systemd/cloud-init-generator b/systemd/cloud-init-generator
index ae286d58..2d319695 100755
--- a/systemd/cloud-init-generator
+++ b/systemd/cloud-init-generator
@@ -107,9 +107,6 @@ main() {
                     "ln $CLOUD_SYSTEM_TARGET $link_path"
             fi
         fi
-        # this touches /run/cloud-init/enabled, which is read by 
-        # udev/cloud-init-wait.  If not present, it will exit quickly.
-        touch "$LOG_D/$ENABLE"
     elif [ "$result" = "$DISABLE" ]; then
         if [ -f "$link_path" ]; then
             if rm -f "$link_path"; then
-- 
cgit v1.2.3