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