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