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