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