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