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