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