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