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