Make sure debootstrap is present

debootstrap might not be installed on some systems. Add it to our
list of install requirements.

Change-Id: I642370d067e1623add9305f8e290b32f44fcf9ff
This commit is contained in:
stephane 2015-07-31 14:42:11 -07:00
parent 1d39d06160
commit cef6a98305
2 changed files with 2 additions and 0 deletions

View File

@ -38,3 +38,4 @@ required_packages:
- amtterm - amtterm
- sgabios - sgabios
- libvirt-bin - libvirt-bin
- debootstrap

View File

@ -38,3 +38,4 @@ required_packages:
- sgabios-bin - sgabios-bin
# NOTE(cinerama): amtterm is not currently packaged for RHEL/CentOS 7. # NOTE(cinerama): amtterm is not currently packaged for RHEL/CentOS 7.
- libvirt-daemon - libvirt-daemon
- debootstrap