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