While updating the debian packaging for the 0.8 release, I found two issues:
- two different but closely named directories in /etc - examples not being shipped The attached patches fix this and make a new release (0.9). Iustin Pop (3): Change the customization directory Distribute examples in the archive Make 0.9 release with the recent changes Makefile.am | 4 +- NEWS | 17 ++++++++ README | 29 +++++++++----- common.sh.in | 2 +- configure.ac | 2 +- defaults | 4 +- example/instance-debootstrap.d/grub | 59 ----------------------------- example/instance-debootstrap.d/interfaces | 53 -------------------------- examples/hooks/grub | 59 +++++++++++++++++++++++++++++ examples/hooks/interfaces | 53 ++++++++++++++++++++++++++ 10 files changed, 154 insertions(+), 128 deletions(-) delete mode 100755 example/instance-debootstrap.d/grub delete mode 100644 example/instance-debootstrap.d/interfaces create mode 100755 examples/hooks/grub create mode 100755 examples/hooks/interfaces
