c29578f6048248de14515d675b85cea6734902d9
[grml-debootstrap.git] / debian / changelog
1 grml-debootstrap (0.29) UNRELEASED; urgency=low
2
3   * Install busybox in kernel stage to be able to debug initramfs
4     problems (thanks, gebi).
5   * Check whether we are installing into a directory in stage mkfs
6     so we don't skip if the target is already mounted.
7   * Mention "default: lenny" instead of "default: stable" in help
8     text as "stable" is invalid. Thanks, gebi.
9   * Use 'pri=0' as example for swap partition in /etc/fstab (thanks,
10     gebi).
11
12  -- Michael Prokop <mika@grml.org>  Wed, 08 Jul 2009 01:41:46 +0200
13
14 grml-debootstrap (0.28) unstable; urgency=low
15
16   * Work around the chpasswd problem. [Closes: issue692]
17     Thanks to Ulrich Dangel <uli@spamt.net> for the patch!
18
19  -- Michael Prokop <mika@grml.org>  Tue, 16 Jun 2009 16:11:30 +0200
20
21 grml-debootstrap (0.27) unstable; urgency=low
22
23   * New features:
24     - support setting Debian suite components (like main, contrib,...)
25       through COMPONENTS so it's possible to use a simple 'main' mirror.
26     - support setting aptitude/apt-get options through $DPKG_OPTIONS.
27     - support selection of netinstall vs. local mirror in interactive menu
28   * Bugfixes:
29     - make sure to ignore /dev/md* devices if not using SW-RAID
30     - do not fail in chrootmirror() when using $ISO variable.
31     - change order of checkconfiguration() so we get the prompt/
32       display for checking configuration again.
33     - Drop 'do not prompt for partition dialog if swraid has been
34       configured already' which doesn't make any sense in most situations
35   * Minor changes:
36     - check for mounted target in mkfs() step already instead of mount_target()
37     - use '.. to the debootstrap command' in description of --debopt
38     - chroot-script: put installation of kernel before installing additional
39       packages so installation of kernel doesn't fail if the kernel directory
40       exists already
41   * Debian Package:
42     - bump Standard Version to 3.8.1 (no further changes).
43
44  -- Michael Prokop <mika@grml.org>  Fri, 08 May 2009 17:57:57 +0200
45
46 grml-debootstrap (0.26) unstable; urgency=low
47
48   * Do not use UUID on SW-RAID.
49   * Add /dev/md* to partition list. If /dev/md* is already
50     configured we don't want to re-run the SW-RAID setup
51     but instead just install on /dev/md*.
52
53  -- Michael Prokop <mika@grml.org>  Tue, 17 Mar 2009 10:47:53 +0100
54
55 grml-debootstrap (0.25) unstable; urgency=low
56
57   * Use configuration $RELEASE as well as default in interactive
58     setup script.
59   * Provide $MNTPOINT as environment variable for usage inside
60     /etc/debootstrap/scripts/.
61
62  -- Michael Prokop <mika@grml.org>  Sat, 07 Mar 2009 14:37:46 +0100
63
64 grml-debootstrap (0.24) unstable; urgency=low
65
66   * Update documentation.
67   * Use configuration of $MIRROR, $HOSTNAME as defaults in
68     interactive setup script.
69   * Add initial support for Debian/squeeze and drop sarge instead.
70   * Update VCS*-headers and long description of Debian package.
71   * Move asciidoc, docbook-xsl, xsltproc to Build-Depends-Indep.
72   * Drop $CHROOTMIRROR variable, instead use $MIRROR for debootstrap
73     as well as inside the chroot.
74   * Provide $MNTPOINT as environment variable for usage inside
75     /etc/debootstrap/scripts/.
76
77  -- Michael Prokop <mika@grml.org>  Sat, 07 Mar 2009 14:15:32 +0100
78
79 grml-debootstrap (0.23) unstable; urgency=low
80
81   The "hey, rocking - we get patches via git" release.
82
83   * Improve look'n'feel of partition error dialog.
84   * Improve documentation regarding installation of bootloader when
85     using directories as installation target. Thanks Tong Sun!
86     [Closes: issue539]
87   * Copy /etc/debootstrap/[s]bin as well to the chroot if they are
88     present. Suggestion by Tong Sun - thanks! [Closes: issue540]
89   * Apply several patches by Tong Sun (thanks!):
90     - allow symlinks when coping existing files to chroot.
91     - pre-seed packages using /etc/debootstrap/debconf-selections
92       [Closes: issue518]
93     - support DEBOOTSTRAP_OPT for passing extra parameters to the
94       debootstrap command
95     - support KEEP_SRC_LIST to allow user to provide their
96       own apt sources.list from /etc/debootstrap/etc/apt/sources.list
97     - provide cmdline processing in separate script
98     - added the '-d, --confdir=path' option
99     - added "--nodebootstrap": Skip debootstrap, only do configuration
100       to the target
101     - add -v, --verbose: Increase verbosity
102     - do not create stage file at finalize()
103   * Edit /etc/network/interfaces as well if the file exists already,
104     we definitely need at least a loopback interface.
105   * Adjust postfix configuration:
106     - modify hostname related options in /etc/postfix/main.cf
107     - listen on loopback interface by default (thanks for suggestion, gebi)
108   * Unify the --bootappend option, it's not --boot_append (thanks for
109     the hint, Tong Sun).
110   * Support execution of further scripts via options --scripts and
111     --chroot-scripts.
112   * Drop locales from RECONFIGURE list (thanks for hint, Tong Sun).
113     [Closes: issue560]
114
115  -- Michael Prokop <mika@grml.org>  Mon, 24 Nov 2008 23:29:30 +0100
116
117 grml-debootstrap (0.22) unstable; urgency=low
118
119   * Display meaningful information when no partitions could be found.
120
121  -- Michael Prokop <mika@grml.org>  Mon, 15 Sep 2008 19:46:20 +0200
122
123 grml-debootstrap (0.21) unstable; urgency=low
124
125   * Make sure it works on target directories also if they are
126     *not* mounted separately. Thanks for reporting, Tong.
127
128  -- Michael Prokop <mika@grml.org>  Tue, 02 Sep 2008 23:19:05 +0200
129
130 grml-debootstrap (0.20) unstable; urgency=low
131
132   * Use root=UUID=... by default if possible to avoid possible
133     race conditions with libata vs. pata.
134   * Fix setting hostname via interface.
135   * Provide interface in dialog for setting root password.
136
137  -- Michael Prokop <mika@grml.org>  Tue, 02 Sep 2008 14:02:43 +0200
138
139 grml-debootstrap (0.19) unstable; urgency=low
140
141   * Use dialog with --separate-output option to make sure mdadm
142     receives correct quoting for the RAID devices.
143
144  -- Michael Prokop <mika@grml.org>  Tue, 02 Sep 2008 13:36:12 +0200
145
146 grml-debootstrap (0.18) unstable; urgency=low
147
148   The "development sponsored by Sipwise GmbH" release.
149
150   * Provide interactive configuration dialog.
151   * Initial support for SW-RAID.
152   * Use stages based on target information, this gives us
153     the possibility to run multiple instance of grml-debootstrap.
154     [Closes: issue510]
155   * Use policy-rc.d inside chroot to avoid startup of daemons.
156     [Closes: issue509]
157   * Do not activate /sys by default anymore in /etc/fstab.
158   * Copy /etc/network/interfaces from running system to target
159     installation.
160   * Setting password via passwd does not work, use chpaswd instead.
161   * Remove stages after successful execution. [Closes: issue513]
162   * Make sure the configuration file inside the chroot provides
163     the same configuration as specified on the cmdline (thanks gebi
164     for reporting).
165   * Copy system's /etc/hosts to the target system.
166   * Move stages to /var/cache/grml-debootstrap (thanks for the idea,
167     gebi).
168   * Install devices using our own device tarball instead of running
169     MAKEDEV (which is just an ungly fork bomb).
170   * Install MTA postfix by default to avoid installation of unwanted
171     packages like citadel in lenny.
172   * Allow use of comments in file /etc/debootstrap/packages.
173   * Replace initrd-tools with initramfs-tools.
174   * Run aptitude with --without-recommends option.
175   * Run grub-install using --no-floppy, as requested by gebi.
176   * Support setting hostname via cmdline.
177   * Close issue in grml's BTS which showed up during development in hg:
178     Fix handling of config file inside chroot, thanks for spotting, gebi!
179     [Closes: issue512]
180   * Update debian/ to make lintian happy.
181
182  -- Michael Prokop <mika@grml.org>  Sat, 30 Aug 2008 02:01:14 +0200
183
184 grml-debootstrap (0.17) unstable; urgency=low
185
186   * Support "-r" option as well as "--release" as being documented.
187     Thanks for reporting, Jens Kubieziel.
188
189  -- Michael Prokop <mika@grml.org>  Wed, 26 Mar 2008 22:44:06 +0100
190
191 grml-debootstrap (0.16) unstable; urgency=low
192
193   * Drop the second passwd call.
194
195  -- Michael Prokop <mika@grml.org>  Wed, 19 Dec 2007 10:10:54 +0100
196
197 grml-debootstrap (0.15) unstable; urgency=low
198
199   * Make sure the passwd command succeeds.
200     Thanks, Wolfgang Karall! [Closes: issue363]
201
202  -- Michael Prokop <mika@grml.org>  Sun, 16 Dec 2007 16:30:37 +0100
203
204 grml-debootstrap (0.14) unstable; urgency=low
205
206   * Make sure variable ISO is unset variable if not used.
207     Thanks for the bugreport, Darsha! [Closes: issue352]
208
209  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 20:16:15 +0100
210
211 grml-debootstrap (0.13) unstable; urgency=low
212
213   * Fix manpage handling of xsltproc.
214
215  -- Michael Prokop <mika@grml.org>  Thu, 06 Dec 2007 23:47:09 +0100
216
217 grml-debootstrap (0.12) unstable; urgency=low
218
219   * Fixed some typos in the manpage.
220     Thanks for the patch, Alexander 'Stone' Steinböck!
221
222  -- Michael Prokop <mika@grml.org>  Wed, 24 Oct 2007 10:16:03 +0200
223
224 grml-debootstrap (0.11) unstable; urgency=low
225
226   * Better inform user about already executed stages.
227     [Closes: issue299]
228
229  -- Michael Prokop <mika@grml.org>  Sat,  6 Oct 2007 18:03:16 +0200
230
231 grml-debootstrap (0.10) unstable; urgency=low
232
233   * Add console-common to /etc/debootstrap/packages. Thanks for
234     the feature request, Thorsten Strusch!
235   * Support option -i/--iso: now it's possible to install packages
236     from a normal Debian ISO. Thanks for the idea and the basic
237     instructions to Thorsten Strusch!
238     http://www.thorstenstrusch.de/software/debian-linux/
239
240  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 10:13:32 +0200
241
242 grml-debootstrap (0.9) unstable; urgency=low
243
244   [ Alexander Wirt ]
245   * Add support for EXTRAPACKAGES that can be dropped in
246     /etc/debootstrap/extrapackages
247   * Add boot_append option to manpage
248   * Manpage reformatted
249
250   [ Michael Prokop ]
251   * Support grml-repository and installation of grml-kernel
252     via GRMLREPOS and GRMLPACKAGES.
253   * Use stage logic inside chroot-script as well.
254   * Activate zsh completion.
255   * Rewrote interfaces() code for handling of
256     /etc/network/interfaces. Thanks for the pointer, formorer.
257   * Make sure stopping a service inside chroot-script does not
258     fail chroot-script itself.
259
260  -- Michael Prokop <mika@grml.org>  Mon, 23 Apr 2007 00:23:19 +0200
261
262 grml-debootstrap (0.8) unstable; urgency=low
263
264   * Add BOOT_APPEND option for kernel appendline 
265
266  -- Alexander Wirt <formorer@grml.org>  Sat, 21 Apr 2007 11:19:06 +0200
267
268 grml-debootstrap (0.7) unstable; urgency=low
269
270   * Support setting some variables via cmdline.
271   * Support full automatic installation via debian2hd.
272   * Change logic of function execution and improved error handling
273     in some functions.
274   * Use aptitude instead of apt-get in chroot-script, but
275     only if it's available.
276   * Use DEBIAN_FRONTEND='noninteractive' so we avoid unnecessary
277     questions when installing. (Thanks, formorer!)
278   * Added additional check to grub code for running sed on
279     /boot/grub/menu.lst.
280   * Updated TODO file.
281   * Use asciidoc for manpage generation.
282   * Added basic zsh-completion (thanks, ft!), but do not install it yet.
283     We have to adjust $fpath in grml-etc-core first.
284
285  -- Michael Prokop <mika@grml.org>  Fri, 13 Apr 2007 17:57:29 +0200
286
287 grml-debootstrap (0.6) unstable; urgency=low
288
289   * Support Debian release with codename 'lenny'. Depend on
290     debootstrap/cdebootstrap versions supporting lenny therefore.
291   * Split all the code into separate functions.
292   * Export LANG=C and LC_ALL=C as we don't have the locales inside
293     the chroot when running grml-debootstrap. (Just a cosmetic
294     change as there aren't any errors but warning messages from
295     dpkg.)
296   * Always assume architecture of the running system (overwriting
297     via $ARCH is still supported of course).
298   * Write variables from grml-debootstrap to /etc/debootstrap/variables
299     and provide it to chroot-script.
300   * Support stages. [Closes: issue151]
301
302  -- Michael Prokop <mika@grml.org>  Mon,  9 Apr 2007 14:35:21 +0200
303
304 grml-debootstrap (0.5) unstable; urgency=low
305
306   * Changed Architecture from any to all.
307
308  -- Michael Prokop <mika@grml.org>  Sat, 24 Mar 2007 16:58:53 +0100
309
310 grml-debootstrap (0.4) unstable; urgency=low
311
312   * Support installation into directory.
313
314  -- Michael Prokop <mika@grml.org>  Fri, 17 Nov 2006 23:00:38 +0100
315
316 grml-debootstrap (0.3) unstable; urgency=low
317
318   * Initial support for $ARCH.
319   * Added function for clean exit (using trap).
320
321  -- Michael Prokop <mika@grml.org>  Fri, 10 Nov 2006 00:51:09 +0100
322
323 grml-debootstrap (0.2) unstable; urgency=low
324
325   * Support Sarge and Sid as "$RELEASE"s as well.
326   * Added 'debootstrap | cdebootstrap' and grml-etc-core to
327     depends.
328   * Added support for:
329     - cdebootstrap [broken for sarge as $RELEASE, see #390510]
330     - setting hostname via /etc/hostname
331     - /etc/kernel-img.conf
332     - support setting locales through /etc/debootstrap/locale.gen
333   * Added ssh, mdadm and lvm2 to default package list.
334   * Rewrote kernel package version handling (removed from package
335     list to be able to support sarge as well).
336
337  -- Michael Prokop <mika@grml.org>  Fri,  3 Nov 2006 19:05:19 +0100
338
339 grml-debootstrap (0.1) unstable; urgency=low
340
341   * Initial release.
342
343  -- Michael Prokop <mika@grml.org>  Fri,  3 Nov 2006 01:10:52 +0100
344