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