Adjust the sysvinit local script to provide 'cloud-init-local' and have

the cloud-config script depend on that as well.

This is a portion of revno 573 at lp:~harlowja/cloud-init/rework .
This commit is contained in:
Joshua Harlow 2012-07-09 16:21:34 -04:00 committed by Scott Moser
parent b11ac44a4a
commit 5e953fddfb
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
### BEGIN INIT INFO
# Provides: cloud-config
# Required-Start: cloud-init
# Required-Start: cloud-init cloud-init-local
# Should-Start: $time
# Required-Stop:
# Should-Stop:

View File

@ -25,7 +25,7 @@
### BEGIN INIT INFO
# Provides: cloud-final
# Required-Start: $all cloud-init cloud-config
# Required-Start: $all cloud-config
# Should-Start: $time
# Required-Stop:
# Should-Stop:

View File

@ -24,7 +24,7 @@
# Also based on dhcpd in RHEL (for comparison)
### BEGIN INIT INFO
# Provides: cloud-init
# Provides: cloud-init-local
# Required-Start: $local_fs $remote_fs
# Should-Start: $time
# Required-Stop: