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