Fix openstack-debian-images usage

There's a mistake in the doc concerning the URL of the Debian
repository when using openstack-debian-images. It misses the
/debian folder.

Change-Id: Ie1a401f534f2eae70604f35acdc14c1089b25903
This commit is contained in:
Thomas Goirand 2019-09-29 19:35:22 +02:00
parent 68d8ed143a
commit 356a228424

@ -223,8 +223,8 @@ More parameters can be added to further customize the image:
# build-openstack-debian-image --release stretch \
--hook-script /root/my-hook-script.sh \
--debootstrap-url http://ftp.fr.debian.org \
--sources.list-mirror http://ftp.fr.debian.org \
--debootstrap-url http://ftp.fr.debian.org/debian \
--sources.list-mirror http://ftp.fr.debian.org/debian \
--login myusername \
--extra-packages vim,emacs