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