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