source: trunk/packages/invirt-autoinstaller/debian/changelog @ 2169

Last change on this file since 2169 was 2169, checked in by price, 15 years ago

unset root password in xen-create-image

Also don't bother in the installer image, because it doesn't help.

File size: 6.8 KB
Line 
1invirt-autoinstaller (0.0.17) unstable; urgency=low
2
3  * Unset root password in xen-create-image.
4  * Don't bother unsetting the password in the installer image, because it
5    doesn't actually affect the guest.
6
7 -- Greg Price <price@mit.edu>  Wed, 18 Feb 2009 22:12:26 -0500
8
9invirt-autoinstaller (0.0.16) unstable; urgency=low
10
11  * Unset root password in guest, so it's unset in autoinstalled images.
12
13 -- Greg Price <price@mit.edu>  Wed, 18 Feb 2009 02:39:29 -0500
14
15invirt-autoinstaller (0.0.15) unstable; urgency=low
16
17  * Poke policy-rc.d while using aptitude so we don't try to start daemons.
18
19 -- Greg Price <price@mit.edu>  Wed, 18 Feb 2009 00:30:45 -0500
20
21invirt-autoinstaller (0.0.14) jaunty; urgency=low
22
23  * Don't confuse MB with MiB.
24
25 -- Anders Kaseorg <andersk@mit.edu>  Tue, 17 Feb 2009 04:56:38 -0500
26
27invirt-autoinstaller (0.0.13) unstable; urgency=low
28
29  * Don't hang indefinitely waiting for input from a user that can't talk
30    to you.
31
32 -- Evan Broder <broder@mit.edu>  Sun, 15 Feb 2009 03:54:10 -0500
33
34invirt-autoinstaller (0.0.12) unstable; urgency=low
35
36  * TTANTS: Conflicts. Depends.
37
38 -- Evan Broder <broder@mit.edu>  Sat, 14 Feb 2009 22:38:48 -0500
39
40invirt-autoinstaller (0.0.11) unstable; urgency=low
41
42  * Require aptitude in the autoinstaller guest - and use it in
43    invirt-update-ai-guest.
44
45 -- Evan Broder <broder@mit.edu>  Sat, 14 Feb 2009 22:32:32 -0500
46
47invirt-autoinstaller (0.0.10) unstable; urgency=low
48
49  * Serial consoles are supposed to run at 115200 baud, not 115300.
50  * Install a more complete base system on Debian.
51
52 -- Evan Broder <broder@mit.edu>  Sat, 14 Feb 2009 21:29:07 -0500
53
54invirt-autoinstaller (0.0.9) unstable; urgency=low
55
56  * xen-utils recommends a Xen hypervisor. We don't want one.
57
58 -- Evan Broder <broder@mit.edu>  Sat, 31 Jan 2009 23:39:06 -0500
59
60invirt-autoinstaller (0.0.8) unstable; urgency=low
61
62  * Actually install a useful base system by pulling in ubuntu-minimal and
63    ubuntu-standard (sorry, Debian).
64
65 -- Evan Broder <broder@mit.edu>  Sat, 31 Jan 2009 22:51:00 -0500
66
67invirt-autoinstaller (0.0.7) unstable; urgency=low
68
69  * Add a script to update the autoinstaller disk from a host.
70  * Use a more stringent regexp and fail loudly if the match fails.
71  * Turn off transmission segmentation offloading instead of tx checksum
72    offloading
73
74 -- Evan Broder <broder@mit.edu>  Mon, 26 Jan 2009 20:57:09 -0500
75
76invirt-autoinstaller (0.0.6) unstable; urgency=low
77
78  * Correct for the checksumming issue in /etc/network/interfaces instead
79    of /etc/rc.local
80
81 -- Evan Broder <broder@mit.edu>  Mon, 26 Jan 2009 07:40:30 -0500
82
83invirt-autoinstaller (0.0.5) unstable; urgency=low
84
85  * Install Debian and Ubuntu compatible kernels without checking first
86
87 -- Evan Broder <broder@mit.edu>  Wed, 19 Nov 2008 20:51:20 -0500
88
89invirt-autoinstaller (0.0.4) unstable; urgency=low
90
91  * Figure out whether the autoinstaller is running on Debian or Ubuntu,
92    and install an appropriate kernel
93
94 -- Evan Broder <broder@mit.edu>  Wed, 19 Nov 2008 19:53:25 -0500
95
96invirt-autoinstaller (0.0.3) unstable; urgency=low
97
98  * Whoops - replace the right string in /etc/rc.local
99
100 -- Evan Broder <broder@mit.edu>  Fri, 14 Nov 2008 01:59:11 -0500
101
102invirt-autoinstaller (0.0.2) unstable; urgency=low
103
104  * Add hook to turn off checksumming in guests
105
106 -- Evan Broder <broder@mit.edu>  Fri, 14 Nov 2008 01:19:21 -0500
107
108invirt-autoinstaller (0.0.1) unstable; urgency=low
109
110  * sipb-xen-autoinstaler -> invirt-autoinstaller
111  * Punt DEB_AUTO_UPDATE_DEBIAN_CONTROL
112
113 -- Evan Broder <broder@mit.edu>  Sat, 01 Nov 2008 04:47:25 -0400
114
115sipb-xen-autoinstaller (2.11) unstable; urgency=low
116
117  * sipb-xen-dom0 -> invirt-xen-config
118
119 -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 18:18:51 -0400
120
121sipb-xen-autoinstaller (2.10) unstable; urgency=low
122
123  * Hide misleading harmless error message from dmsetup
124  * Start udev in guest, so /dev/hda[12] appear automatically
125  * understand 'noinstall=' rather than 'noinstall', so validator on
126    remote accepts it
127
128 -- Greg Price <price@mit.edu>  Sun, 19 Oct 2008 21:26:31 -0400
129
130sipb-xen-autoinstaller (2.9) unstable; urgency=low
131
132  * Run xen-create-image with --verbose so you actually get useful
133    output
134
135 -- Evan Broder <broder@mit.edu>  Tue, 14 Oct 2008 19:25:14 -0400
136
137sipb-xen-autoinstaller (2.8) unstable; urgency=low
138
139  * Correctly evaluate the kernel command line to deal with weird
140    potential quoting issues
141
142 -- Evan Broder <broder@mit.edu>  Mon, 13 Oct 2008 21:18:22 -0400
143
144sipb-xen-autoinstaller (2.7) unstable; urgency=low
145
146  * Skip kpartx call when running on physical devices
147
148 -- Evan Broder <broder@mit.edu>  Tue, 07 Oct 2008 00:25:18 -0400
149
150sipb-xen-autoinstaller (2.6) unstable; urgency=low
151
152  * Update dependencies for Hardy
153
154 -- Evan Broder <broder@mit.edu>  Mon, 06 Oct 2008 18:22:08 -0400
155
156sipb-xen-autoinstaller (2.5) unstable; urgency=low
157
158  * Add sipb-xen-autoinstaller-host binary package
159  * Put common files in both binary packages
160  * Add beginnings of an installer script in -host package
161
162 -- Greg Price <price@mit.edu>  Sun, 28 Sep 2008 17:07:51 -0400
163
164sipb-xen-autoinstaller (2.4) unstable; urgency=low
165
166  * Switch to using just sipb-database options on the host
167
168 -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Mon, 28 Jul 2008 03:18:00 -0400
169
170sipb-xen-autoinstaller (2.3) unstable; urgency=low
171
172  * Fix a couple bugs.
173
174 -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Mon, 28 Jul 2008 01:06:18 -0400
175
176sipb-xen-autoinstaller (2.2) unstable; urgency=low
177
178  * Divert /etc/init.d/rcS
179
180 -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Mon, 28 Jul 2008 00:28:54 -0400
181
182sipb-xen-autoinstaller (2.1) unstable; urgency=low
183
184  * Updates to the dependency lists.
185
186 -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Mon, 28 Jul 2008 00:02:39 -0400
187
188sipb-xen-autoinstaller (2.0) unstable; urgency=low
189
190  * Move the autoinstall inside a VM.
191
192 -- Eric Price <ecprice@mit.edu>  Sun, 27 Jul 2008 23:47:02 -0400
193
194sipb-xen-guest-installer (1.4) unstable; urgency=low
195
196  * sipb-xen-install, using xen-create-image, which uses debootstrap
197    (ecprice, neboat, and me, weeks ago)
198
199 -- Greg Price <price@mit.edu>  Wed, 23 Jul 2008 01:15:58 -0400
200
201sipb-xen-guest-installer (1.3) unstable; urgency=low
202
203  * Change sipb-xen-lvcopy so that it fails if you try to clone
204    anything but ice3
205
206 -- Evan Broder <broder@mit.edu>  Sat, 31 May 2008 13:38:37 -0700
207
208sipb-xen-guest-installer (1.2) unstable; urgency=low
209
210  * Work around bug in Python subprocess.
211
212 -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Thu, 15 May 2008 18:46:57 -0400
213
214sipb-xen-guest-installer (1.1) unstable; urgency=low
215
216  * All the changes since last October.  In particular:
217  * This system is in "production", using sx-lvcopy to replicate
218    a golden image on user request and frob it as necessary.
219
220 -- Greg Price <price@mit.edu>  Thu,  1 May 2008 01:09:11 -0400
221
222sipb-xen-guest-installer (1.0) unstable; urgency=low
223
224  * Initial release.
225
226 -- Greg Price <price@mega-man.mit.edu>  Tue, 16 Oct 2007 03:01:08 -0400
Note: See TracBrowser for help on using the repository browser.