From bb5711688e7f6b2abe4e82a5b5233194a323b99d Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Thu, 28 May 2009 06:04:31 +0200 Subject: * debian/init: Run update-motd regardless whether its a firstboot or not. * debian/init: Fix comments (LP: #373057) * debian/control: Add update-motd as a depends. * ec2-set-defaults.py: Wait for network to become available. (LP: #308530) --- ec2-set-apt-sources.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ec2-set-apt-sources.py') diff --git a/ec2-set-apt-sources.py b/ec2-set-apt-sources.py index 6327a78b..d48e5167 100755 --- a/ec2-set-apt-sources.py +++ b/ec2-set-apt-sources.py @@ -61,7 +61,6 @@ def updateList(filename): f.write('%s' %(t)) f.close() - if not os.path.exists("/etc/apt/sources.list-ec2-init"): os.system("mv /etc/apt/sources.list /etc/apt/sources.list-ec2-init") os.symlink("/var/ec2/sources.list", "/etc/apt/sources.list") cache = apt.Cache(apt.progress.OpProgress()) -- cgit v1.2.3