b3cd7cbd2c58a390e4a15769ae9ea7fa65dd30b7
[grml-debootstrap.git] / debian / changelog
1 grml-debootstrap (0.23) unstable; urgency=low
2
3   * Improve look'n'feel of partition error dialog.
4
5  -- Michael Prokop <mika@grml.org>  Mon, 15 Sep 2008 19:51:57 +0200
6
7 grml-debootstrap (0.22) unstable; urgency=low
8
9   * Display meaningful information when no partitions could be found.
10
11  -- Michael Prokop <mika@grml.org>  Mon, 15 Sep 2008 19:46:20 +0200
12
13 grml-debootstrap (0.21) unstable; urgency=low
14
15   * Make sure it works on target directories also if they are
16     *not* mounted separately. Thanks for reporting, Tong.
17
18  -- Michael Prokop <mika@grml.org>  Tue, 02 Sep 2008 23:19:05 +0200
19
20 grml-debootstrap (0.20) unstable; urgency=low
21
22   * Use root=UUID=... by default if possible to avoid possible
23     race conditions with libata vs. pata.
24   * Fix setting hostname via interface.
25   * Provide interface in dialog for setting root password.
26
27  -- Michael Prokop <mika@grml.org>  Tue, 02 Sep 2008 14:02:43 +0200
28
29 grml-debootstrap (0.19) unstable; urgency=low
30
31   * Use dialog with --separate-output option to make sure mdadm
32     receives correct quoting for the RAID devices.
33
34  -- Michael Prokop <mika@grml.org>  Tue, 02 Sep 2008 13:36:12 +0200
35
36 grml-debootstrap (0.18) unstable; urgency=low
37
38   The "development sponsored by Sipwise GmbH" release.
39
40   * Provide interactive configuration dialog.
41   * Initial support for SW-RAID.
42   * Use stages based on target information, this gives us
43     the possibility to run multiple instance of grml-debootstrap.
44     [Closes: issue510]
45   * Use policy-rc.d inside chroot to avoid startup of daemons.
46     [Closes: issue509]
47   * Do not activate /sys by default anymore in /etc/fstab.
48   * Copy /etc/network/interfaces from running system to target
49     installation.
50   * Setting password via passwd does not work, use chpaswd instead.
51   * Remove stages after successful execution. [Closes: issue513]
52   * Make sure the configuration file inside the chroot provides
53     the same configuration as specified on the cmdline (thanks gebi
54     for reporting).
55   * Copy system's /etc/hosts to the target system.
56   * Move stages to /var/cache/grml-debootstrap (thanks for the idea,
57     gebi).
58   * Install devices using our own device tarball instead of running
59     MAKEDEV (which is just an ungly fork bomb).
60   * Install MTA postfix by default to avoid installation of unwanted
61     packages like citadel in lenny.
62   * Allow use of comments in file /etc/debootstrap/packages.
63   * Replace initrd-tools with initramfs-tools.
64   * Run aptitude with --without-recommends option.
65   * Run grub-install using --no-floppy, as requested by gebi.
66   * Support setting hostname via cmdline.
67   * Close issue in grml's BTS which showed up during development in hg:
68     Fix handling of config file inside chroot, thanks for spotting, gebi!
69     [Closes: issue512]
70   * Update debian/ to make lintian happy.
71
72  -- Michael Prokop <mika@grml.org>  Sat, 30 Aug 2008 02:01:14 +0200
73
74 grml-debootstrap (0.17) unstable; urgency=low
75
76   * Support "-r" option as well as "--release" as being documented.
77     Thanks for reporting, Jens Kubieziel.
78
79  -- Michael Prokop <mika@grml.org>  Wed, 26 Mar 2008 22:44:06 +0100
80
81 grml-debootstrap (0.16) unstable; urgency=low
82
83   * Drop the second passwd call.
84
85  -- Michael Prokop <mika@grml.org>  Wed, 19 Dec 2007 10:10:54 +0100
86
87 grml-debootstrap (0.15) unstable; urgency=low
88
89   * Make sure the passwd command succeeds.
90     Thanks, Wolfgang Karall! [Closes: issue363]
91
92  -- Michael Prokop <mika@grml.org>  Sun, 16 Dec 2007 16:30:37 +0100
93
94 grml-debootstrap (0.14) unstable; urgency=low
95
96   * Make sure variable ISO is unset variable if not used.
97     Thanks for the bugreport, Darsha! [Closes: issue352]
98
99  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 20:16:15 +0100
100
101 grml-debootstrap (0.13) unstable; urgency=low
102
103   * Fix manpage handling of xsltproc.
104
105  -- Michael Prokop <mika@grml.org>  Thu, 06 Dec 2007 23:47:09 +0100
106
107 grml-debootstrap (0.12) unstable; urgency=low
108
109   * Fixed some typos in the manpage.
110     Thanks for the patch, Alexander 'Stone' Steinböck!
111
112  -- Michael Prokop <mika@grml.org>  Wed, 24 Oct 2007 10:16:03 +0200
113
114 grml-debootstrap (0.11) unstable; urgency=low
115
116   * Better inform user about already executed stages.
117     [Closes: issue299]
118
119  -- Michael Prokop <mika@grml.org>  Sat,  6 Oct 2007 18:03:16 +0200
120
121 grml-debootstrap (0.10) unstable; urgency=low
122
123   * Add console-common to /etc/debootstrap/packages. Thanks for
124     the feature request, Thorsten Strusch!
125   * Support option -i/--iso: now it's possible to install packages
126     from a normal Debian ISO. Thanks for the idea and the basic
127     instructions to Thorsten Strusch!
128     http://www.thorstenstrusch.de/software/debian-linux/
129
130  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 10:13:32 +0200
131
132 grml-debootstrap (0.9) unstable; urgency=low
133
134   [ Alexander Wirt ]
135   * Add support for EXTRAPACKAGES that can be dropped in
136     /etc/debootstrap/extrapackages
137   * Add boot_append option to manpage
138   * Manpage reformatted
139
140   [ Michael Prokop ]
141   * Support grml-repository and installation of grml-kernel
142     via GRMLREPOS and GRMLPACKAGES.
143   * Use stage logic inside chroot-script as well.
144   * Activate zsh completion.
145   * Rewrote interfaces() code for handling of
146     /etc/network/interfaces. Thanks for the pointer, formorer.
147   * Make sure stopping a service inside chroot-script does not
148     fail chroot-script itself.
149
150  -- Michael Prokop <mika@grml.org>  Mon, 23 Apr 2007 00:23:19 +0200
151
152 grml-debootstrap (0.8) unstable; urgency=low
153
154   * Add BOOT_APPEND option for kernel appendline 
155
156  -- Alexander Wirt <formorer@grml.org>  Sat, 21 Apr 2007 11:19:06 +0200
157
158 grml-debootstrap (0.7) unstable; urgency=low
159
160   * Support setting some variables via cmdline.
161   * Support full automatic installation via debian2hd.
162   * Change logic of function execution and improved error handling
163     in some functions.
164   * Use aptitude instead of apt-get in chroot-script, but
165     only if it's available.
166   * Use DEBIAN_FRONTEND='noninteractive' so we avoid unnecessary
167     questions when installing. (Thanks, formorer!)
168   * Added additional check to grub code for running sed on
169     /boot/grub/menu.lst.
170   * Updated TODO file.
171   * Use asciidoc for manpage generation.
172   * Added basic zsh-completion (thanks, ft!), but do not install it yet.
173     We have to adjust $fpath in grml-etc-core first.
174
175  -- Michael Prokop <mika@grml.org>  Fri, 13 Apr 2007 17:57:29 +0200
176
177 grml-debootstrap (0.6) unstable; urgency=low
178
179   * Support Debian release with codename 'lenny'. Depend on
180     debootstrap/cdebootstrap versions supporting lenny therefore.
181   * Split all the code into separate functions.
182   * Export LANG=C and LC_ALL=C as we don't have the locales inside
183     the chroot when running grml-debootstrap. (Just a cosmetic
184     change as there aren't any errors but warning messages from
185     dpkg.)
186   * Always assume architecture of the running system (overwriting
187     via $ARCH is still supported of course).
188   * Write variables from grml-debootstrap to /etc/debootstrap/variables
189     and provide it to chroot-script.
190   * Support stages. [Closes: issue151]
191
192  -- Michael Prokop <mika@grml.org>  Mon,  9 Apr 2007 14:35:21 +0200
193
194 grml-debootstrap (0.5) unstable; urgency=low
195
196   * Changed Architecture from any to all.
197
198  -- Michael Prokop <mika@grml.org>  Sat, 24 Mar 2007 16:58:53 +0100
199
200 grml-debootstrap (0.4) unstable; urgency=low
201
202   * Support installation into directory.
203
204  -- Michael Prokop <mika@grml.org>  Fri, 17 Nov 2006 23:00:38 +0100
205
206 grml-debootstrap (0.3) unstable; urgency=low
207
208   * Initial support for $ARCH.
209   * Added function for clean exit (using trap).
210
211  -- Michael Prokop <mika@grml.org>  Fri, 10 Nov 2006 00:51:09 +0100
212
213 grml-debootstrap (0.2) unstable; urgency=low
214
215   * Support Sarge and Sid as "$RELEASE"s as well.
216   * Added 'debootstrap | cdebootstrap' and grml-etc-core to
217     depends.
218   * Added support for:
219     - cdebootstrap [broken for sarge as $RELEASE, see #390510]
220     - setting hostname via /etc/hostname
221     - /etc/kernel-img.conf
222     - support setting locales through /etc/debootstrap/locale.gen
223   * Added ssh, mdadm and lvm2 to default package list.
224   * Rewrote kernel package version handling (removed from package
225     list to be able to support sarge as well).
226
227  -- Michael Prokop <mika@grml.org>  Fri,  3 Nov 2006 19:05:19 +0100
228
229 grml-debootstrap (0.1) unstable; urgency=low
230
231   * Initial release.
232
233  -- Michael Prokop <mika@grml.org>  Fri,  3 Nov 2006 01:10:52 +0100
234