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