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