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