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