From: Guido Trotter Date: Tue, 17 Feb 2009 13:51:51 +0000 (+0000) Subject: Update NEWS file and release 0.7 X-Git-Tag: v0.7~3 X-Git-Url: http://git.equinoxoli.org/?p=ext%2Finstance-debootstrap.git;a=commitdiff_plain;h=e855c1f9820e09aa19ad259fa8046232009040e6 Update NEWS file and release 0.7 Reviewed-by: iustinp --- diff --git a/NEWS b/NEWS index 47deb09..1562581 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +Version 0.7 +----------- + +Fix Ganeti 1.2 compatibility (0.6 was broken) and force the scripts to be +executed under /bin/bash (rather than /bin/sh). This fixes compatibility with +distributions where /bin/sh is not bash. + +Support 'msdos' partition style, in which the instance disk gets a partition +table, and one big partition, rather than creating the filesytem directly on +the block device. This requires kpartx to be installed, and is the default when +installing under Ganeti 2.0. + +Added the possibility to customize the installation without having to patch the +os directly, by executing the scripts in CUSTOMIZE_DIR and giving them a chance +to change the instance filesystem. As an example a script that sets the first +nic to request a dhcp address is provided. + Version 0.6 ----------- diff --git a/configure.ac b/configure.ac index f46591a..d40fca0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(ganeti-instance-debootstrap, 0.6, ganeti@googlegroups.com) +AC_INIT(ganeti-instance-debootstrap, 0.7, ganeti@googlegroups.com) AC_CONFIG_AUX_DIR(autotools) AC_CONFIG_SRCDIR(configure)