mdraids for lenny need to use metadata format 0.90
[grml-debootstrap.git] / debian / changelog
1 grml-debootstrap (0.40) unstable; urgency=low
2
3   * Create md raids with metadata format 0.90 when installing lenny, as
4     grub from lenny can not boot from md with newer metadata versions.
5     [Closes: issue878].
6
7  -- Christian Hofstaedtler <ch@grml.org>  Mon, 18 Oct 2010 15:53:20 +0200
8
9 grml-debootstrap (0.39) unstable; urgency=low
10
11   [ Tong Sun ]
12   * remove 'umount -a' in bailout(). [Closes: issue806].
13
14   [ Christian Hofstaedtler ]
15   * Remove "read -s" bashism from target chroot script.
16     [Closes: issue912].
17
18   [ Michael Prokop ]
19   * Bump Standards-Version to 3.9.1.
20
21  -- Michael Prokop <mika@grml.org>  Mon, 18 Oct 2010 14:51:16 +0200
22
23 grml-debootstrap (0.38) unstable; urgency=low
24
25   * Source specified configuration file at according stage.
26   * Make sure to reread the correct partition table if using SW-RAID.
27   * Cosmetic: fix comment regarding local CHOOSE_MIRROR.
28
29  -- Michael Prokop <mika@grml.org>  Fri, 28 May 2010 00:45:20 +0200
30
31 grml-debootstrap (0.37) unstable; urgency=low
32
33   * Do not unmount ISO loopback mount point in finalize().
34
35  -- Michael Prokop <mika@grml.org>  Tue, 02 Mar 2010 02:30:32 +0100
36
37 grml-debootstrap (0.36) unstable; urgency=low
38
39   * Add support for specifying filesystem that should be created
40     when installing to directories through --filesystem.
41     [Closes: issue596]
42   * Provide /etc/network/interfaces.examples file.
43     [Closes: issue495]
44
45  -- Michael Prokop <mika@grml.org>  Sat, 27 Feb 2010 21:39:57 +0100
46
47 grml-debootstrap (0.35) unstable; urgency=low
48
49   * Do NOT execute 'umount -a' in chroot script for cleanup. This
50     can cause problems with installations to directories.
51     Thanks for the bugreport and debugging, Tong Sun.
52     [Closes: issue806]
53   * Replace vol_id command with blkid.
54
55  -- Michael Prokop <mika@grml.org>  Fri, 26 Feb 2010 15:19:10 +0100
56
57 grml-debootstrap (0.34) unstable; urgency=low
58
59   * Move the apt cache removal function to a later point of execution
60     so custom scripts still have access to the Debian packages.
61   * Display executed debootstrap cmdline when running it.
62   * Slightly improve checks for grub-install/update-grub and do
63     no set full path to the binaries.
64   * Revert "Updated grml-debootstrap parameter handling" which
65     breaks the way grml-debootstrap used to work. Instead:
66   * Introduce option --nopackages to skip installation of packages
67     defined in /etc/debootstrap/packages.
68   * Support config variable RM_APTCACHE to allow disabling removal
69     of apt-cache. Thanks for the idea and initial patch, Tong Sun.
70     [Closes: issue805]
71
72  -- Michael Prokop <mika@grml.org>  Mon, 22 Feb 2010 23:46:13 +0100
73
74 grml-debootstrap (0.33) unstable; urgency=low
75
76   [ Michael Prokop ]
77   * Do not provide the 'install bootloader into partition' feature in
78     the interactive menu.
79   * Install to directory: normalise the path to an absolute directory
80     name.
81   * remove cached debs to reduce diskpace during bootstrap (based on
82     patch by gebi, thanks).
83   * Fix sed usage for fall back to old behaviour in MBR handling.
84   * Bump Standards-Version to 3.8.4 (no further changes).
85
86   [ Ulrich Dangel ]
87   * Support and enable per default --keyring option. [Closes: issue746]
88   * Do not run MAKEDEV inside the chroot.
89   * Adjusted umount handling in bailout() to work with set -e
90   * Always execute install_policy_rcd in chroot [Closes: issue778]
91   * Install signal handler to always cleanup chroot.
92   * Replace /bin/true with true in chroot-script
93   * Remove duplicate : in getopt definition. Caused wrong parameter
94     handling.
95   * Adjusted Filename comment in cmdlineopts.clp
96   * Remove trailing whitespace from debian/rules
97   * Switched order of including cmdlineopts.clp, first check local
98     directory
99   * Only set PARTITION=1 if target is a block device.
100   * Apply patch by Tong Sun <suntong@cpan.org> which addresses
101     grml-debootstrap's parameter handling. Thanks!
102   * Added unit tests for cmddlineopts.clp.
103
104   [ Michael Gebetsroither ]
105   * introduce --pre-scripts to be executed before chroot-scripts
106
107  -- Michael Prokop <mika@grml.org>  Mon, 15 Feb 2010 22:32:33 +0100
108
109 grml-debootstrap (0.32) unstable; urgency=low
110
111   * Drop support for old-stable/etch.
112   * Simplify usage for grub handling, now it's just GRUB="/dev/sdX[#]".
113   * Execute blockdev to reread partition table.
114   * Replace vol_id command with blkid.
115   * Drop deprecated sarge specific code.
116
117  -- Michael Prokop <mika@grml.org>  Wed, 28 Oct 2009 23:29:47 +0100
118
119 grml-debootstrap (0.31) unstable; urgency=low
120
121   * Adjust grub handling and install grub-pc package for
122     supporting grub2. [Closes: issue747]
123   * Use cdn.debian.net as default mirror.
124   * Support config variable INSTALL_NOTES to catch information during
125     installation which is reported at the end of the installation process.
126
127  -- Michael Prokop <mika@grml.org>  Sat, 24 Oct 2009 02:47:00 +0200
128
129 grml-debootstrap (0.30) unstable; urgency=low
130
131   [ Ulrich Dangel ]
132   * Add cmdline option for specifying target architecture (--arch).
133     Allows to specify target architecture i386 if running on an amd64
134     system. [Closes: issue658]
135
136   [ Michael Prokop ]
137   * Add according documentation for new --arch option.
138   * Bump Standards-Version to 3.8.3 (no further changes).
139
140  -- Michael Prokop <mika@grml.org>  Fri, 11 Sep 2009 03:15:46 +0200
141
142 grml-debootstrap (0.29) unstable; urgency=low
143
144   The "thanks to gebi for the bugreports and feedback" release. :)
145   * Install busybox in kernel stage to be able to debug initramfs
146     problems.
147   * Check whether we are installing into a directory in stage mkfs
148     so we don't skip if the target is already mounted.
149   * Mention "default: lenny" instead of "default: stable" in help
150     text as "stable" is invalid.
151   * Use 'pri=0' as example for swap partition in /etc/fstab.
152   * Do not adjust mydestination and myhostname in /etc/postfix/main.cf as
153     mydestination defaults to "$myhostname, localhost.$mydomain, localhost",
154     myhostname defaults to gethostname() and mydomain to localdomain.
155   * Slightly improve wording of -t and -p options.
156   * Do not try to create /etc/debootstrap if it already exists (which
157     might be the case when installing to a directory).
158   * Mention hostname in configuration check dialog.
159   * Apply patch by Zoran Dzelajlija which addresses the partition
160     calculation problem when installing to /dev/cciss/c0d0*. Thanks!
161   * Use ls for locating /dev/md* devices instead of echo so we don't
162     have '/dev/md*' in the interactive partition dialog.
163   * Do not display mountpoint if we are using the default one.
164   * Avoid duplicate 'Running ... on a directory, nothing to mount.'
165     message.
166   * Do not continue execution if provided mirror doesn't work.
167     [Closes: issue711]
168   * Bump Standard Version to 3.8.2 (no further changes).
169
170  -- Michael Prokop <mika@grml.org>  Fri, 24 Jul 2009 09:47:47 +0200
171
172 grml-debootstrap (0.28) unstable; urgency=low
173
174   * Work around the chpasswd problem. [Closes: issue692]
175     Thanks to Ulrich Dangel <uli@spamt.net> for the patch!
176
177  -- Michael Prokop <mika@grml.org>  Tue, 16 Jun 2009 16:11:30 +0200
178
179 grml-debootstrap (0.27) unstable; urgency=low
180
181   * New features:
182     - support setting Debian suite components (like main, contrib,...)
183       through COMPONENTS so it's possible to use a simple 'main' mirror.
184     - support setting aptitude/apt-get options through $DPKG_OPTIONS.
185     - support selection of netinstall vs. local mirror in interactive menu
186   * Bugfixes:
187     - make sure to ignore /dev/md* devices if not using SW-RAID
188     - do not fail in chrootmirror() when using $ISO variable.
189     - change order of checkconfiguration() so we get the prompt/
190       display for checking configuration again.
191     - Drop 'do not prompt for partition dialog if swraid has been
192       configured already' which doesn't make any sense in most situations
193   * Minor changes:
194     - check for mounted target in mkfs() step already instead of mount_target()
195     - use '.. to the debootstrap command' in description of --debopt
196     - chroot-script: put installation of kernel before installing additional
197       packages so installation of kernel doesn't fail if the kernel directory
198       exists already
199   * Debian Package:
200     - bump Standard Version to 3.8.1 (no further changes).
201
202  -- Michael Prokop <mika@grml.org>  Fri, 08 May 2009 17:57:57 +0200
203
204 grml-debootstrap (0.26) unstable; urgency=low
205
206   * Do not use UUID on SW-RAID.
207   * Add /dev/md* to partition list. If /dev/md* is already
208     configured we don't want to re-run the SW-RAID setup
209     but instead just install on /dev/md*.
210
211  -- Michael Prokop <mika@grml.org>  Tue, 17 Mar 2009 10:47:53 +0100
212
213 grml-debootstrap (0.25) unstable; urgency=low
214
215   * Use configuration $RELEASE as well as default in interactive
216     setup script.
217   * Provide $MNTPOINT as environment variable for usage inside
218     /etc/debootstrap/scripts/.
219
220  -- Michael Prokop <mika@grml.org>  Sat, 07 Mar 2009 14:37:46 +0100
221
222 grml-debootstrap (0.24) unstable; urgency=low
223
224   * Update documentation.
225   * Use configuration of $MIRROR, $HOSTNAME as defaults in
226     interactive setup script.
227   * Add initial support for Debian/squeeze and drop sarge instead.
228   * Update VCS*-headers and long description of Debian package.
229   * Move asciidoc, docbook-xsl, xsltproc to Build-Depends-Indep.
230   * Drop $CHROOTMIRROR variable, instead use $MIRROR for debootstrap
231     as well as inside the chroot.
232   * Provide $MNTPOINT as environment variable for usage inside
233     /etc/debootstrap/scripts/.
234
235  -- Michael Prokop <mika@grml.org>  Sat, 07 Mar 2009 14:15:32 +0100
236
237 grml-debootstrap (0.23) unstable; urgency=low
238
239   The "hey, rocking - we get patches via git" release.
240
241   * Improve look'n'feel of partition error dialog.
242   * Improve documentation regarding installation of bootloader when
243     using directories as installation target. Thanks Tong Sun!
244     [Closes: issue539]
245   * Copy /etc/debootstrap/[s]bin as well to the chroot if they are
246     present. Suggestion by Tong Sun - thanks! [Closes: issue540]
247   * Apply several patches by Tong Sun (thanks!):
248     - allow symlinks when coping existing files to chroot.
249     - pre-seed packages using /etc/debootstrap/debconf-selections
250       [Closes: issue518]
251     - support DEBOOTSTRAP_OPT for passing extra parameters to the
252       debootstrap command
253     - support KEEP_SRC_LIST to allow user to provide their
254       own apt sources.list from /etc/debootstrap/etc/apt/sources.list
255     - provide cmdline processing in separate script
256     - added the '-d, --confdir=path' option
257     - added "--nodebootstrap": Skip debootstrap, only do configuration
258       to the target
259     - add -v, --verbose: Increase verbosity
260     - do not create stage file at finalize()
261   * Edit /etc/network/interfaces as well if the file exists already,
262     we definitely need at least a loopback interface.
263   * Adjust postfix configuration:
264     - modify hostname related options in /etc/postfix/main.cf
265     - listen on loopback interface by default (thanks for suggestion, gebi)
266   * Unify the --bootappend option, it's not --boot_append (thanks for
267     the hint, Tong Sun).
268   * Support execution of further scripts via options --scripts and
269     --chroot-scripts.
270   * Drop locales from RECONFIGURE list (thanks for hint, Tong Sun).
271     [Closes: issue560]
272
273  -- Michael Prokop <mika@grml.org>  Mon, 24 Nov 2008 23:29:30 +0100
274
275 grml-debootstrap (0.22) unstable; urgency=low
276
277   * Display meaningful information when no partitions could be found.
278
279  -- Michael Prokop <mika@grml.org>  Mon, 15 Sep 2008 19:46:20 +0200
280
281 grml-debootstrap (0.21) unstable; urgency=low
282
283   * Make sure it works on target directories also if they are
284     *not* mounted separately. Thanks for reporting, Tong.
285
286  -- Michael Prokop <mika@grml.org>  Tue, 02 Sep 2008 23:19:05 +0200
287
288 grml-debootstrap (0.20) unstable; urgency=low
289
290   * Use root=UUID=... by default if possible to avoid possible
291     race conditions with libata vs. pata.
292   * Fix setting hostname via interface.
293   * Provide interface in dialog for setting root password.
294
295  -- Michael Prokop <mika@grml.org>  Tue, 02 Sep 2008 14:02:43 +0200
296
297 grml-debootstrap (0.19) unstable; urgency=low
298
299   * Use dialog with --separate-output option to make sure mdadm
300     receives correct quoting for the RAID devices.
301
302  -- Michael Prokop <mika@grml.org>  Tue, 02 Sep 2008 13:36:12 +0200
303
304 grml-debootstrap (0.18) unstable; urgency=low
305
306   The "development sponsored by Sipwise GmbH" release.
307
308   * Provide interactive configuration dialog.
309   * Initial support for SW-RAID.
310   * Use stages based on target information, this gives us
311     the possibility to run multiple instance of grml-debootstrap.
312     [Closes: issue510]
313   * Use policy-rc.d inside chroot to avoid startup of daemons.
314     [Closes: issue509]
315   * Do not activate /sys by default anymore in /etc/fstab.
316   * Copy /etc/network/interfaces from running system to target
317     installation.
318   * Setting password via passwd does not work, use chpaswd instead.
319   * Remove stages after successful execution. [Closes: issue513]
320   * Make sure the configuration file inside the chroot provides
321     the same configuration as specified on the cmdline (thanks gebi
322     for reporting).
323   * Copy system's /etc/hosts to the target system.
324   * Move stages to /var/cache/grml-debootstrap (thanks for the idea,
325     gebi).
326   * Install devices using our own device tarball instead of running
327     MAKEDEV (which is just an ungly fork bomb).
328   * Install MTA postfix by default to avoid installation of unwanted
329     packages like citadel in lenny.
330   * Allow use of comments in file /etc/debootstrap/packages.
331   * Replace initrd-tools with initramfs-tools.
332   * Run aptitude with --without-recommends option.
333   * Run grub-install using --no-floppy, as requested by gebi.
334   * Support setting hostname via cmdline.
335   * Close issue in grml's BTS which showed up during development in hg:
336     Fix handling of config file inside chroot, thanks for spotting, gebi!
337     [Closes: issue512]
338   * Update debian/ to make lintian happy.
339
340  -- Michael Prokop <mika@grml.org>  Sat, 30 Aug 2008 02:01:14 +0200
341
342 grml-debootstrap (0.17) unstable; urgency=low
343
344   * Support "-r" option as well as "--release" as being documented.
345     Thanks for reporting, Jens Kubieziel.
346
347  -- Michael Prokop <mika@grml.org>  Wed, 26 Mar 2008 22:44:06 +0100
348
349 grml-debootstrap (0.16) unstable; urgency=low
350
351   * Drop the second passwd call.
352
353  -- Michael Prokop <mika@grml.org>  Wed, 19 Dec 2007 10:10:54 +0100
354
355 grml-debootstrap (0.15) unstable; urgency=low
356
357   * Make sure the passwd command succeeds.
358     Thanks, Wolfgang Karall! [Closes: issue363]
359
360  -- Michael Prokop <mika@grml.org>  Sun, 16 Dec 2007 16:30:37 +0100
361
362 grml-debootstrap (0.14) unstable; urgency=low
363
364   * Make sure variable ISO is unset variable if not used.
365     Thanks for the bugreport, Darsha! [Closes: issue352]
366
367  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 20:16:15 +0100
368
369 grml-debootstrap (0.13) unstable; urgency=low
370
371   * Fix manpage handling of xsltproc.
372
373  -- Michael Prokop <mika@grml.org>  Thu, 06 Dec 2007 23:47:09 +0100
374
375 grml-debootstrap (0.12) unstable; urgency=low
376
377   * Fixed some typos in the manpage.
378     Thanks for the patch, Alexander 'Stone' Steinböck!
379
380  -- Michael Prokop <mika@grml.org>  Wed, 24 Oct 2007 10:16:03 +0200
381
382 grml-debootstrap (0.11) unstable; urgency=low
383
384   * Better inform user about already executed stages.
385     [Closes: issue299]
386
387  -- Michael Prokop <mika@grml.org>  Sat,  6 Oct 2007 18:03:16 +0200
388
389 grml-debootstrap (0.10) unstable; urgency=low
390
391   * Add console-common to /etc/debootstrap/packages. Thanks for
392     the feature request, Thorsten Strusch!
393   * Support option -i/--iso: now it's possible to install packages
394     from a normal Debian ISO. Thanks for the idea and the basic
395     instructions to Thorsten Strusch!
396     http://www.thorstenstrusch.de/software/debian-linux/
397
398  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 10:13:32 +0200
399
400 grml-debootstrap (0.9) unstable; urgency=low
401
402   [ Alexander Wirt ]
403   * Add support for EXTRAPACKAGES that can be dropped in
404     /etc/debootstrap/extrapackages
405   * Add boot_append option to manpage
406   * Manpage reformatted
407
408   [ Michael Prokop ]
409   * Support grml-repository and installation of grml-kernel
410     via GRMLREPOS and GRMLPACKAGES.
411   * Use stage logic inside chroot-script as well.
412   * Activate zsh completion.
413   * Rewrote interfaces() code for handling of
414     /etc/network/interfaces. Thanks for the pointer, formorer.
415   * Make sure stopping a service inside chroot-script does not
416     fail chroot-script itself.
417
418  -- Michael Prokop <mika@grml.org>  Mon, 23 Apr 2007 00:23:19 +0200
419
420 grml-debootstrap (0.8) unstable; urgency=low
421
422   * Add BOOT_APPEND option for kernel appendline
423
424  -- Alexander Wirt <formorer@grml.org>  Sat, 21 Apr 2007 11:19:06 +0200
425
426 grml-debootstrap (0.7) unstable; urgency=low
427
428   * Support setting some variables via cmdline.
429   * Support full automatic installation via debian2hd.
430   * Change logic of function execution and improved error handling
431     in some functions.
432   * Use aptitude instead of apt-get in chroot-script, but
433     only if it's available.
434   * Use DEBIAN_FRONTEND='noninteractive' so we avoid unnecessary
435     questions when installing. (Thanks, formorer!)
436   * Added additional check to grub code for running sed on
437     /boot/grub/menu.lst.
438   * Updated TODO file.
439   * Use asciidoc for manpage generation.
440   * Added basic zsh-completion (thanks, ft!), but do not install it yet.
441     We have to adjust $fpath in grml-etc-core first.
442
443  -- Michael Prokop <mika@grml.org>  Fri, 13 Apr 2007 17:57:29 +0200
444
445 grml-debootstrap (0.6) unstable; urgency=low
446
447   * Support Debian release with codename 'lenny'. Depend on
448     debootstrap/cdebootstrap versions supporting lenny therefore.
449   * Split all the code into separate functions.
450   * Export LANG=C and LC_ALL=C as we don't have the locales inside
451     the chroot when running grml-debootstrap. (Just a cosmetic
452     change as there aren't any errors but warning messages from
453     dpkg.)
454   * Always assume architecture of the running system (overwriting
455     via $ARCH is still supported of course).
456   * Write variables from grml-debootstrap to /etc/debootstrap/variables
457     and provide it to chroot-script.
458   * Support stages. [Closes: issue151]
459
460  -- Michael Prokop <mika@grml.org>  Mon,  9 Apr 2007 14:35:21 +0200
461
462 grml-debootstrap (0.5) unstable; urgency=low
463
464   * Changed Architecture from any to all.
465
466  -- Michael Prokop <mika@grml.org>  Sat, 24 Mar 2007 16:58:53 +0100
467
468 grml-debootstrap (0.4) unstable; urgency=low
469
470   * Support installation into directory.
471
472  -- Michael Prokop <mika@grml.org>  Fri, 17 Nov 2006 23:00:38 +0100
473
474 grml-debootstrap (0.3) unstable; urgency=low
475
476   * Initial support for $ARCH.
477   * Added function for clean exit (using trap).
478
479  -- Michael Prokop <mika@grml.org>  Fri, 10 Nov 2006 00:51:09 +0100
480
481 grml-debootstrap (0.2) unstable; urgency=low
482
483   * Support Sarge and Sid as "$RELEASE"s as well.
484   * Added 'debootstrap | cdebootstrap' and grml-etc-core to
485     depends.
486   * Added support for:
487     - cdebootstrap [broken for sarge as $RELEASE, see #390510]
488     - setting hostname via /etc/hostname
489     - /etc/kernel-img.conf
490     - support setting locales through /etc/debootstrap/locale.gen
491   * Added ssh, mdadm and lvm2 to default package list.
492   * Rewrote kernel package version handling (removed from package
493     list to be able to support sarge as well).
494
495  -- Michael Prokop <mika@grml.org>  Fri,  3 Nov 2006 19:05:19 +0100
496
497 grml-debootstrap (0.1) unstable; urgency=low
498
499   * Initial release.
500
501  -- Michael Prokop <mika@grml.org>  Fri,  3 Nov 2006 01:10:52 +0100
502