diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-05-27 17:03:49 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-05-27 17:03:49 -0400 |
commit | b16533714e02fc71d463ca73abee5c9f6237f115 (patch) | |
tree | 259c4c6e5a5fdfa373ad107ba19c764702164598 /systemd | |
parent | 653676831e70192d4a0322ee453d6a4c3e6541da (diff) | |
download | vyos-cloud-init-b16533714e02fc71d463ca73abee5c9f6237f115.tar.gz vyos-cloud-init-b16533714e02fc71d463ca73abee5c9f6237f115.zip |
remove blocking udev functionality
This didn't really work. See bug for more info.
LP: #1577844
Diffstat (limited to 'systemd')
-rwxr-xr-x | systemd/cloud-init-generator | 3 |
1 files changed, 0 insertions, 3 deletions
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 |