andsens / build-debian-cloud

This project has been superseeded by andsens/bootstrap-vz and is no longer maintained - Script to create Debian Squeeze & Wheezy Amazon Machine Images (AMIs) and Google Compute Engine images
Other
116 stars 43 forks source link

user packages install can fail #119

Closed osallou closed 10 years ago

osallou commented 10 years ago

In python branch, packages installed via plugin user_packages ("remote") are added to image packages and installed with the debootstrap command.

The issue is debootstrap does not manage the install of any package [0] and can fail. An example is added mysql-server which fails to configure with debootstrap.

To manage any Debian package, the user packages should be installed after the completion of deboostrap.

[0] http://lists.debian.org/debian-boot/2009/08/msg00040.html