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