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