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