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:
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user