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