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

image_commands failure #130

Closed osallou closed 10 years ago

osallou commented 10 years ago

After recent modifications on image_commands to manage manifest variables, previous commands fail with {root} variable:

 [ "/usr/sbin/chroot", "{root}", "touch", "/var/www/hello"]

info.root was mapped, before, to the root variable. Now manifest variables are mapped but we lost the info.root needed for chroot commands.

by the way, the README needs to be updated accordingly.