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