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