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