From ebfb2ed46dc72aa78e1477607ccf77b1f552fcf0 Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Thu, 14 May 2009 12:11:49 +0200 Subject: * debian/init: Move init script to run before ssh and regenerate the ssh host kes in the init script rather than /etc/rc.local (LP: #370628) * ec2-set-apt-sources.py: - Move sources.list to /var/ec2 so it doesnt get removed after user reboots. * ec2-set-defaults.py: - Move locale to /var/ec2/ so it doesnt get remove after user reboots. * ec2-set-hostname.py - Create an /etc/hostname as well. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 641694d9..488b93d9 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk -DEB_UPDATE_RCD_PARAMS:= start 90 2 3 4 5 . stop 20 1 . +DEB_UPDATE_RCD_PARAMS:= start 15 2 3 4 5 . stop 20 1 . build/ec2-init:: install -d debian/tmp/usr/sbin -- cgit v1.2.3