diff options
author | Soren Hansen <soren@canonical.com> | 2009-08-11 08:20:55 +0200 |
---|---|---|
committer | Soren Hansen <soren@canonical.com> | 2009-08-11 08:20:55 +0200 |
commit | 6103a0b6567f1a3bdcbac7fd005670676d61ddae (patch) | |
tree | fa127c25cae1ec93d37609dd8d4293708f3a6dab /ec2-init | |
parent | d85c3f27482620927de6946e2e8d24c1dc31dfd2 (diff) | |
download | vyos-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-x | ec2-init | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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" |