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