diff options
author | Chuck Short <zulcss@ubuntu.com> | 2009-05-14 12:11:49 +0200 |
---|---|---|
committer | Chuck Short <zulcss@ubuntu.com> | 2009-05-14 12:11:49 +0200 |
commit | ebfb2ed46dc72aa78e1477607ccf77b1f552fcf0 (patch) | |
tree | 43ac6c2aa8d16a1f6d8d9fbf596605a4a9c1c32a /debian/rules | |
parent | dd112c3afe50c75ae9b00f142b550c6e0d95f47b (diff) | |
download | vyos-cloud-init-ebfb2ed46dc72aa78e1477607ccf77b1f552fcf0.tar.gz vyos-cloud-init-ebfb2ed46dc72aa78e1477607ccf77b1f552fcf0.zip |
* 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.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |