From: Iustin Pop Date: Wed, 16 Jan 2008 12:40:37 +0000 (+0000) Subject: Make a new 0.4 release for debian-etch-debootstrap X-Git-Tag: v0.5~15 X-Git-Url: http://git.equinoxoli.org/?p=ext%2Finstance-debootstrap.git;a=commitdiff_plain;h=51ea5f4187406230d3d02f60e3d78afb2a16a474 Make a new 0.4 release for debian-etch-debootstrap This patch makes a new release of the debian-etch instance OS that adds the instance renaming on import issue. It also adds a NEWS file (which steals content from the README). Reviewed-by: imsnah --- diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..52b44e4 --- /dev/null +++ b/NEWS @@ -0,0 +1,27 @@ +Version 0.4 +----------- + +This version fixes the problem of interface renaming at instance import +time, by removing the saved udev hotplug rules (if any). + +Version 0.3 +----------- + +The OS will cache the image of the first instance it installs using the +name "cache-$arch.tar" (where $arch is what dpkg --print-architecture +returns) on a node-by-node basis. This cache will be then used on the +future installs, speeding them greatly (even with a fast mirror). Feel +free to remove the cache at any time, or to copy it to all nodes. The +cache will be kept for two weeks, after which the first install will +recreate the cache (in order not to use old packages). If you don't care +about package age, remove the user write permission (chmod u-w) from the +cache and ganeti will continue to use the same file without refreshing +it. + +If you don't have enough space and don't want cache creation, just touch +the file 'no_cache' - this will prevent the creation, but the script +will continue to use a cache if it exists (but it will remove an +existing one after two weeks). + +Also note that if the image file is there, the script does not need +network access at all. diff --git a/README b/README index 4f7a558..fe2d22a 100644 --- a/README +++ b/README @@ -10,22 +10,3 @@ Notes: - no password for root; simply login at the console - no network interfaces defined (besides lo); add your own definitions to /etc/network/interfaces - -Since version 0.3, the OS will cache the image of the first instance it -installs using the name "cache-$arch.tar" (where $arch is what dpkg ---print-architecture returns). This cache will be then used on the -future installs, speeding them greatly (even with a fast mirror). Feel -free to remove the cache at any time, or to copy it to all nodes. The -cache will be kept for two weeks, after which the first install will -recreate the cache (in order not to use old packages). If you don't care -about package age, remove the user write permission (chmod u-w) from the -cache and ganeti will continue to use the same file without refreshing -it. - -If you don't have enough space and don't want cache creation, just touch -the file 'no_cache' - this will prevent the creation, but the script -will continue to use a cache if it exists (but it will remove an -existing one after two weeks). - -Also note that if the image file is there, the script does not need -network access at all. diff --git a/version b/version index be58634..bd73f47 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.3 +0.4