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