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