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