[lxc-devel] [PATCH] ubuntu-cloud-prep: cleanup, fix bug with userdata

2013-08-10 Thread Scott Moser
ubuntu-cloud-prep: cleanup, fix bug with userdata --userdata was broken, completely missing an implementation. This adds that implementation back in, makes 'debug' logic correct, and then also improves the doc at the top. Signed-off-by: Scott Moser diff --git a/hooks/ubuntu-cloud-prep b/hooks/u

[lxc-devel] [PATCH] ubuntu-cloud-prep: cleanup, fix bug with userdata

2013-08-10 Thread Scott Moser
--userdata was broken, completely missing an implementation. This adds that implementation back in, makes 'debug' logic correct, and then also improves the doc at the top. Signed-off-by: Scott Moser diff --git a/hooks/ubuntu-cloud-prep b/hooks/ubuntu-cloud-prep index 159fd02..7985a73 100755 ---