Some extra example hooks
[ext/instance-debootstrap.git] / NEWS
diff --git a/NEWS b/NEWS
index 1562581..e78e76f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+Version 0.9
+-----------
+
+Changed the default CUSTOMIZE_DIR (under $sysconfdir, usually /etc) from
+ganeti/instance-debootstrap.d to ganeti/instance-debootstrap/hooks, to
+match better with the directory used for the variants file. Now
+customization of the instance-debootstrap is done either in the defaults
+file or under ganeti/instance-debootstrap.
+
+Fix serial console access for kvm instances (bind to ttyS0 rather than
+console). Please note that with this change if you toggle the serial
+console hypervisor parameter in Ganeti, but don't create the getty entry
+in /etc/inittab or /etc/event.d/ you won't have serial access. Before it
+used to work, but the serial console was slightly broken (no ctrl+c for
+example).
+
+Also start shipping the examples in the tar archive, to ease packaging.
+
+Version 0.8
+-----------
+
+Added support for OS API 15 (with OS variants) that is supported by
+Ganeti 2.1.
+
+blktype is now supported as an alternative to vol_id; this is needed for
+newer Debian-based operating systems.
+
+Added an example grub script, that can be used for automatically
+installing grub inside new instances.
+
 Version 0.7
 -----------
 
@@ -78,3 +108,9 @@ existing one after two weeks).
 
 Also note that if the image file is there, the script does not need
 network access at all.
+
+.. vim: set textwidth=72 :
+.. Local Variables:
+.. mode: rst
+.. fill-column: 72
+.. End: