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