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