Use root=UUID=... by default, provide interface for root passwd, fix hostname problem
[grml-debootstrap.git] / debian / changelog
1 grml-debootstrap (0.19) unstable; urgency=low
2
3   * Use dialog with --separate-output option to make sure mdadm
4     receives correct quoting for the RAID devices.
5   * Use root=UUID=... by default if possible to avoid possible
6     race conditions with libata vs. pata.
7   * Fix setting hostname via interface.
8   * Provide interface in dialog for setting root password.
9
10  -- Michael Prokop <mika@grml.org>  Tue, 02 Sep 2008 13:36:12 +0200
11
12 grml-debootstrap (0.18) unstable; urgency=low
13
14   The "development sponsored by Sipwise GmbH" release.
15
16   * Provide interactive configuration dialog.
17   * Initial support for SW-RAID.
18   * Use stages based on target information, this gives us
19     the possibility to run multiple instance of grml-debootstrap.
20     [Closes: issue510]
21   * Use policy-rc.d inside chroot to avoid startup of daemons.
22     [Closes: issue509]
23   * Do not activate /sys by default anymore in /etc/fstab.
24   * Copy /etc/network/interfaces from running system to target
25     installation.
26   * Setting password via passwd does not work, use chpaswd instead.
27   * Remove stages after successful execution. [Closes: issue513]
28   * Make sure the configuration file inside the chroot provides
29     the same configuration as specified on the cmdline (thanks gebi
30     for reporting).
31   * Copy system's /etc/hosts to the target system.
32   * Move stages to /var/cache/grml-debootstrap (thanks for the idea,
33     gebi).
34   * Install devices using our own device tarball instead of running
35     MAKEDEV (which is just an ungly fork bomb).
36   * Install MTA postfix by default to avoid installation of unwanted
37     packages like citadel in lenny.
38   * Allow use of comments in file /etc/debootstrap/packages.
39   * Replace initrd-tools with initramfs-tools.
40   * Run aptitude with --without-recommends option.
41   * Run grub-install using --no-floppy, as requested by gebi.
42   * Support setting hostname via cmdline.
43   * Close issue in grml's BTS which showed up during development in hg:
44     Fix handling of config file inside chroot, thanks for spotting, gebi!
45     [Closes: issue512]
46   * Update debian/ to make lintian happy.
47
48  -- Michael Prokop <mika@grml.org>  Sat, 30 Aug 2008 02:01:14 +0200
49
50 grml-debootstrap (0.17) unstable; urgency=low
51
52   * Support "-r" option as well as "--release" as being documented.
53     Thanks for reporting, Jens Kubieziel.
54
55  -- Michael Prokop <mika@grml.org>  Wed, 26 Mar 2008 22:44:06 +0100
56
57 grml-debootstrap (0.16) unstable; urgency=low
58
59   * Drop the second passwd call.
60
61  -- Michael Prokop <mika@grml.org>  Wed, 19 Dec 2007 10:10:54 +0100
62
63 grml-debootstrap (0.15) unstable; urgency=low
64
65   * Make sure the passwd command succeeds.
66     Thanks, Wolfgang Karall! [Closes: issue363]
67
68  -- Michael Prokop <mika@grml.org>  Sun, 16 Dec 2007 16:30:37 +0100
69
70 grml-debootstrap (0.14) unstable; urgency=low
71
72   * Make sure variable ISO is unset variable if not used.
73     Thanks for the bugreport, Darsha! [Closes: issue352]
74
75  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 20:16:15 +0100
76
77 grml-debootstrap (0.13) unstable; urgency=low
78
79   * Fix manpage handling of xsltproc.
80
81  -- Michael Prokop <mika@grml.org>  Thu, 06 Dec 2007 23:47:09 +0100
82
83 grml-debootstrap (0.12) unstable; urgency=low
84
85   * Fixed some typos in the manpage.
86     Thanks for the patch, Alexander 'Stone' Steinböck!
87
88  -- Michael Prokop <mika@grml.org>  Wed, 24 Oct 2007 10:16:03 +0200
89
90 grml-debootstrap (0.11) unstable; urgency=low
91
92   * Better inform user about already executed stages.
93     [Closes: issue299]
94
95  -- Michael Prokop <mika@grml.org>  Sat,  6 Oct 2007 18:03:16 +0200
96
97 grml-debootstrap (0.10) unstable; urgency=low
98
99   * Add console-common to /etc/debootstrap/packages. Thanks for
100     the feature request, Thorsten Strusch!
101   * Support option -i/--iso: now it's possible to install packages
102     from a normal Debian ISO. Thanks for the idea and the basic
103     instructions to Thorsten Strusch!
104     http://www.thorstenstrusch.de/software/debian-linux/
105
106  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 10:13:32 +0200
107
108 grml-debootstrap (0.9) unstable; urgency=low
109
110   [ Alexander Wirt ]
111   * Add support for EXTRAPACKAGES that can be dropped in
112     /etc/debootstrap/extrapackages
113   * Add boot_append option to manpage
114   * Manpage reformatted
115
116   [ Michael Prokop ]
117   * Support grml-repository and installation of grml-kernel
118     via GRMLREPOS and GRMLPACKAGES.
119   * Use stage logic inside chroot-script as well.
120   * Activate zsh completion.
121   * Rewrote interfaces() code for handling of
122     /etc/network/interfaces. Thanks for the pointer, formorer.
123   * Make sure stopping a service inside chroot-script does not
124     fail chroot-script itself.
125
126  -- Michael Prokop <mika@grml.org>  Mon, 23 Apr 2007 00:23:19 +0200
127
128 grml-debootstrap (0.8) unstable; urgency=low
129
130   * Add BOOT_APPEND option for kernel appendline 
131
132  -- Alexander Wirt <formorer@grml.org>  Sat, 21 Apr 2007 11:19:06 +0200
133
134 grml-debootstrap (0.7) unstable; urgency=low
135
136   * Support setting some variables via cmdline.
137   * Support full automatic installation via debian2hd.
138   * Change logic of function execution and improved error handling
139     in some functions.
140   * Use aptitude instead of apt-get in chroot-script, but
141     only if it's available.
142   * Use DEBIAN_FRONTEND='noninteractive' so we avoid unnecessary
143     questions when installing. (Thanks, formorer!)
144   * Added additional check to grub code for running sed on
145     /boot/grub/menu.lst.
146   * Updated TODO file.
147   * Use asciidoc for manpage generation.
148   * Added basic zsh-completion (thanks, ft!), but do not install it yet.
149     We have to adjust $fpath in grml-etc-core first.
150
151  -- Michael Prokop <mika@grml.org>  Fri, 13 Apr 2007 17:57:29 +0200
152
153 grml-debootstrap (0.6) unstable; urgency=low
154
155   * Support Debian release with codename 'lenny'. Depend on
156     debootstrap/cdebootstrap versions supporting lenny therefore.
157   * Split all the code into separate functions.
158   * Export LANG=C and LC_ALL=C as we don't have the locales inside
159     the chroot when running grml-debootstrap. (Just a cosmetic
160     change as there aren't any errors but warning messages from
161     dpkg.)
162   * Always assume architecture of the running system (overwriting
163     via $ARCH is still supported of course).
164   * Write variables from grml-debootstrap to /etc/debootstrap/variables
165     and provide it to chroot-script.
166   * Support stages. [Closes: issue151]
167
168  -- Michael Prokop <mika@grml.org>  Mon,  9 Apr 2007 14:35:21 +0200
169
170 grml-debootstrap (0.5) unstable; urgency=low
171
172   * Changed Architecture from any to all.
173
174  -- Michael Prokop <mika@grml.org>  Sat, 24 Mar 2007 16:58:53 +0100
175
176 grml-debootstrap (0.4) unstable; urgency=low
177
178   * Support installation into directory.
179
180  -- Michael Prokop <mika@grml.org>  Fri, 17 Nov 2006 23:00:38 +0100
181
182 grml-debootstrap (0.3) unstable; urgency=low
183
184   * Initial support for $ARCH.
185   * Added function for clean exit (using trap).
186
187  -- Michael Prokop <mika@grml.org>  Fri, 10 Nov 2006 00:51:09 +0100
188
189 grml-debootstrap (0.2) unstable; urgency=low
190
191   * Support Sarge and Sid as "$RELEASE"s as well.
192   * Added 'debootstrap | cdebootstrap' and grml-etc-core to
193     depends.
194   * Added support for:
195     - cdebootstrap [broken for sarge as $RELEASE, see #390510]
196     - setting hostname via /etc/hostname
197     - /etc/kernel-img.conf
198     - support setting locales through /etc/debootstrap/locale.gen
199   * Added ssh, mdadm and lvm2 to default package list.
200   * Rewrote kernel package version handling (removed from package
201     list to be able to support sarge as well).
202
203  -- Michael Prokop <mika@grml.org>  Fri,  3 Nov 2006 19:05:19 +0100
204
205 grml-debootstrap (0.1) unstable; urgency=low
206
207   * Initial release.
208
209  -- Michael Prokop <mika@grml.org>  Fri,  3 Nov 2006 01:10:52 +0100
210