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