docs
This commit is contained in:
parent
fd709d8049
commit
aab7eae0b9
1 changed files with 4 additions and 4 deletions
8
stack.sh
8
stack.sh
|
@ -675,10 +675,10 @@ screen_it dash "cd $DASH_DIR && sudo /etc/init.d/apache2 restart; sudo tail -f /
|
|||
# TTY also uses cloud-init, supporting login via keypair and sending scripts as
|
||||
# userdata. See https://help.ubuntu.com/community/CloudInit for more on cloud-init
|
||||
#
|
||||
# Override IMAGE_URLS if you would to launch a different image(s).
|
||||
# Specify IMAGE_URLS as a comma-separated list of uec urls. Some other options include:
|
||||
# natty: http://uec-images.ubuntu.com/natty/current/natty-server-cloudimg-amd64.tar.gz
|
||||
# oneiric: http://uec-images.ubuntu.com/oneiric/current/oneiric-server-cloudimg-amd64.tar.gz
|
||||
# Override ``IMAGE_URLS`` with a comma-seperated list of uec images.
|
||||
#
|
||||
# * **natty**: http://uec-images.ubuntu.com/natty/current/natty-server-cloudimg-amd64.tar.gz
|
||||
# * **oneiric**: http://uec-images.ubuntu.com/oneiric/current/oneiric-server-cloudimg-amd64.tar.gz
|
||||
|
||||
if [[ "$ENABLED_SERVICES" =~ "g-reg" ]]; then
|
||||
# Create a directory for the downloaded image tarballs.
|
||||
|
|
Loading…
Reference in a new issue