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
117 stars 43 forks source link

Add LVM Root Volume Support #78

Closed ssgelm closed 11 years ago

ssgelm commented 11 years ago

This plugin adds a plugin for an LVM Root Volume. It creates 1 GB of swap then fills the rest. On first boot it will create a 3rd partition if there is extra space (e.g. by having specified a larger disk size), add it to the LVM VG and expand the volume.

andsens commented 11 years ago

Holy balls, this is amazing! Looks like a huge amount of work, nicely done!
I don't have the time to verify this right now, so it might take a while before I merge, but I'd like you to know that this is greatly appreciated.

ssgelm commented 11 years ago

@andsens I believe I have fixed the issues I raised. How does it look now?

andsens commented 11 years ago

This looks great, I don't think another testrun is needed. A rebase would be great though, currently the commits are not very logically ordered and there are quite a few "fix" commits.