summaryrefslogtreecommitdiff
path: root/ec2-init
diff options
context:
space:
mode:
authorSoren Hansen <soren@canonical.com>2009-08-11 08:20:55 +0200
committerSoren Hansen <soren@canonical.com>2009-08-11 08:20:55 +0200
commit6103a0b6567f1a3bdcbac7fd005670676d61ddae (patch)
treefa127c25cae1ec93d37609dd8d4293708f3a6dab /ec2-init
parentd85c3f27482620927de6946e2e8d24c1dc31dfd2 (diff)
downloadvyos-cloud-init-6103a0b6567f1a3bdcbac7fd005670676d61ddae.tar.gz
vyos-cloud-init-6103a0b6567f1a3bdcbac7fd005670676d61ddae.zip
Remove call to update-motd from the init script. It is Ubuntu specific (and is possibly not even needed there)
Fix a bit of fallout due to code shuffling between EC2Init, ec2-set-apt-sources, and ec2-set-defaults.
Diffstat (limited to 'ec2-init')
-rwxr-xr-xec2-init2
1 files changed, 0 insertions, 2 deletions
diff --git a/ec2-init b/ec2-init
index 89446335..51d98c6e 100755
--- a/ec2-init
+++ b/ec2-init
@@ -78,8 +78,6 @@ case "$1" in
regenerate_ssh_host_keys
fi
- update-motd
-
if run_once_ever ec2-defaults
then
log_daemon_msg "Setting EC2 defaults"