Document --nopackages option usage screen.
[grml-debootstrap.git] / debian / changelog
1 grml-debootstrap (0.34) unstable; urgency=low
2
3   * Move the apt cache removal function to a later point of execution
4     so custom scripts still have access to the Debian packages.
5   * Display executed debootstrap cmdline when running it.
6   * Slightly improve checks for grub-install/update-grub and do
7     no set full path to the binaries.
8   * Revert "Updated grml-debootstrap parameter handling" which
9     breaks the way grml-debootstrap used to work. Instead:
10   * Introduce option --nopackages to skip installation of packages
11     defined in /etc/debootstrap/packages.
12   * Support config variable RM_APTCACHE to allow disabling removal
13     of apt-cache. Thanks for the idea and initial patch, Tong Sun.
14     [Closes: issue805]
15
16  -- Michael Prokop <mika@grml.org>  Mon, 22 Feb 2010 23:46:13 +0100
17
18 grml-debootstrap (0.33) unstable; urgency=low
19
20   [ Michael Prokop ]
21   * Do not provide the 'install bootloader into partition' feature in
22     the interactive menu.
23   * Install to directory: normalise the path to an absolute directory
24     name.
25   * remove cached debs to reduce diskpace during bootstrap (based on
26     patch by gebi, thanks).
27   * Fix sed usage for fall back to old behaviour in MBR handling.
28   * Bump Standards-Version to 3.8.4 (no further changes).
29
30   [ Ulrich Dangel ]
31   * Support and enable per default --keyring option. [Closes: issue746]
32   * Do not run MAKEDEV inside the chroot.
33   * Adjusted umount handling in bailout() to work with set -e
34   * Always execute install_policy_rcd in chroot [Closes: issue778]
35   * Install signal handler to always cleanup chroot.
36   * Replace /bin/true with true in chroot-script
37   * Remove duplicate : in getopt definition. Caused wrong parameter
38     handling.
39   * Adjusted Filename comment in cmdlineopts.clp
40   * Remove trailing whitespace from debian/rules
41   * Switched order of including cmdlineopts.clp, first check local
42     directory
43   * Only set PARTITION=1 if target is a block device.
44   * Apply patch by Tong Sun <suntong@cpan.org> which addresses
45     grml-debootstrap's parameter handling. Thanks!
46   * Added unit tests for cmddlineopts.clp.
47
48   [ Michael Gebetsroither ]
49   * introduce --pre-scripts to be executed before chroot-scripts
50
51  -- Michael Prokop <mika@grml.org>  Mon, 15 Feb 2010 22:32:33 +0100
52
53 grml-debootstrap (0.32) unstable; urgency=low
54
55   * Drop support for old-stable/etch.
56   * Simplify usage for grub handling, now it's just GRUB="/dev/sdX[#]".
57   * Execute blockdev to reread partition table.
58   * Replace vol_id command with blkid.
59   * Drop deprecated sarge specific code.
60
61  -- Michael Prokop <mika@grml.org>  Wed, 28 Oct 2009 23:29:47 +0100
62
63 grml-debootstrap (0.31) unstable; urgency=low
64
65   * Adjust grub handling and install grub-pc package for
66     supporting grub2. [Closes: issue747]
67   * Use cdn.debian.net as default mirror.
68   * Support config variable INSTALL_NOTES to catch information during
69     installation which is reported at the end of the installation process.
70
71  -- Michael Prokop <mika@grml.org>  Sat, 24 Oct 2009 02:47:00 +0200
72
73 grml-debootstrap (0.30) unstable; urgency=low
74
75   [ Ulrich Dangel ]
76   * Add cmdline option for specifying target architecture (--arch).
77     Allows to specify target architecture i386 if running on an amd64
78     system. [Closes: issue658]
79
80   [ Michael Prokop ]
81   * Add according documentation for new --arch option.
82   * Bump Standards-Version to 3.8.3 (no further changes).
83
84  -- Michael Prokop <mika@grml.org>  Fri, 11 Sep 2009 03:15:46 +0200
85
86 grml-debootstrap (0.29) unstable; urgency=low
87
88   The "thanks to gebi for the bugreports and feedback" release. :)
89   * Install busybox in kernel stage to be able to debug initramfs
90     problems.
91   * Check whether we are installing into a directory in stage mkfs
92     so we don't skip if the target is already mounted.
93   * Mention "default: lenny" instead of "default: stable" in help
94     text as "stable" is invalid.
95   * Use 'pri=0' as example for swap partition in /etc/fstab.
96   * Do not adjust mydestination and myhostname in /etc/postfix/main.cf as
97     mydestination defaults to "$myhostname, localhost.$mydomain, localhost",
98     myhostname defaults to gethostname() and mydomain to localdomain.
99   * Slightly improve wording of -t and -p options.
100   * Do not try to create /etc/debootstrap if it already exists (which
101     might be the case when installing to a directory).
102   * Mention hostname in configuration check dialog.
103   * Apply patch by Zoran Dzelajlija which addresses the partition
104     calculation problem when installing to /dev/cciss/c0d0*. Thanks!
105   * Use ls for locating /dev/md* devices instead of echo so we don't
106     have '/dev/md*' in the interactive partition dialog.
107   * Do not display mountpoint if we are using the default one.
108   * Avoid duplicate 'Running ... on a directory, nothing to mount.'
109     message.
110   * Do not continue execution if provided mirror doesn't work.
111     [Closes: issue711]
112   * Bump Standard Version to 3.8.2 (no further changes).
113
114  -- Michael Prokop <mika@grml.org>  Fri, 24 Jul 2009 09:47:47 +0200
115
116 grml-debootstrap (0.28) unstable; urgency=low
117
118   * Work around the chpasswd problem. [Closes: issue692]
119     Thanks to Ulrich Dangel <uli@spamt.net> for the patch!
120
121  -- Michael Prokop <mika@grml.org>  Tue, 16 Jun 2009 16:11:30 +0200
122
123 grml-debootstrap (0.27) unstable; urgency=low
124
125   * New features:
126     - support setting Debian suite components (like main, contrib,...)
127       through COMPONENTS so it's possible to use a simple 'main' mirror.
128     - support setting aptitude/apt-get options through $DPKG_OPTIONS.
129     - support selection of netinstall vs. local mirror in interactive menu
130   * Bugfixes:
131     - make sure to ignore /dev/md* devices if not using SW-RAID
132     - do not fail in chrootmirror() when using $ISO variable.
133     - change order of checkconfiguration() so we get the prompt/
134       display for checking configuration again.
135     - Drop 'do not prompt for partition dialog if swraid has been
136       configured already' which doesn't make any sense in most situations
137   * Minor changes:
138     - check for mounted target in mkfs() step already instead of mount_target()
139     - use '.. to the debootstrap command' in description of --debopt
140     - chroot-script: put installation of kernel before installing additional
141       packages so installation of kernel doesn't fail if the kernel directory
142       exists already
143   * Debian Package:
144     - bump Standard Version to 3.8.1 (no further changes).
145
146  -- Michael Prokop <mika@grml.org>  Fri, 08 May 2009 17:57:57 +0200
147
148 grml-debootstrap (0.26) unstable; urgency=low
149
150   * Do not use UUID on SW-RAID.
151   * Add /dev/md* to partition list. If /dev/md* is already
152     configured we don't want to re-run the SW-RAID setup
153     but instead just install on /dev/md*.
154
155  -- Michael Prokop <mika@grml.org>  Tue, 17 Mar 2009 10:47:53 +0100
156
157 grml-debootstrap (0.25) unstable; urgency=low
158
159   * Use configuration $RELEASE as well as default in interactive
160     setup script.
161   * Provide $MNTPOINT as environment variable for usage inside
162     /etc/debootstrap/scripts/.
163
164  -- Michael Prokop <mika@grml.org>  Sat, 07 Mar 2009 14:37:46 +0100
165
166 grml-debootstrap (0.24) unstable; urgency=low
167
168   * Update documentation.
169   * Use configuration of $MIRROR, $HOSTNAME as defaults in
170     interactive setup script.
171   * Add initial support for Debian/squeeze and drop sarge instead.
172   * Update VCS*-headers and long description of Debian package.
173   * Move asciidoc, docbook-xsl, xsltproc to Build-Depends-Indep.
174   * Drop $CHROOTMIRROR variable, instead use $MIRROR for debootstrap
175     as well as inside the chroot.
176   * Provide $MNTPOINT as environment variable for usage inside
177     /etc/debootstrap/scripts/.
178
179  -- Michael Prokop <mika@grml.org>  Sat, 07 Mar 2009 14:15:32 +0100
180
181 grml-debootstrap (0.23) unstable; urgency=low
182
183   The "hey, rocking - we get patches via git" release.
184
185   * Improve look'n'feel of partition error dialog.
186   * Improve documentation regarding installation of bootloader when
187     using directories as installation target. Thanks Tong Sun!
188     [Closes: issue539]
189   * Copy /etc/debootstrap/[s]bin as well to the chroot if they are
190     present. Suggestion by Tong Sun - thanks! [Closes: issue540]
191   * Apply several patches by Tong Sun (thanks!):
192     - allow symlinks when coping existing files to chroot.
193     - pre-seed packages using /etc/debootstrap/debconf-selections
194       [Closes: issue518]
195     - support DEBOOTSTRAP_OPT for passing extra parameters to the
196       debootstrap command
197     - support KEEP_SRC_LIST to allow user to provide their
198       own apt sources.list from /etc/debootstrap/etc/apt/sources.list
199     - provide cmdline processing in separate script
200     - added the '-d, --confdir=path' option
201     - added "--nodebootstrap": Skip debootstrap, only do configuration
202       to the target
203     - add -v, --verbose: Increase verbosity
204     - do not create stage file at finalize()
205   * Edit /etc/network/interfaces as well if the file exists already,
206     we definitely need at least a loopback interface.
207   * Adjust postfix configuration:
208     - modify hostname related options in /etc/postfix/main.cf
209     - listen on loopback interface by default (thanks for suggestion, gebi)
210   * Unify the --bootappend option, it's not --boot_append (thanks for
211     the hint, Tong Sun).
212   * Support execution of further scripts via options --scripts and
213     --chroot-scripts.
214   * Drop locales from RECONFIGURE list (thanks for hint, Tong Sun).
215     [Closes: issue560]
216
217  -- Michael Prokop <mika@grml.org>  Mon, 24 Nov 2008 23:29:30 +0100
218
219 grml-debootstrap (0.22) unstable; urgency=low
220
221   * Display meaningful information when no partitions could be found.
222
223  -- Michael Prokop <mika@grml.org>  Mon, 15 Sep 2008 19:46:20 +0200
224
225 grml-debootstrap (0.21) unstable; urgency=low
226
227   * Make sure it works on target directories also if they are
228     *not* mounted separately. Thanks for reporting, Tong.
229
230  -- Michael Prokop <mika@grml.org>  Tue, 02 Sep 2008 23:19:05 +0200
231
232 grml-debootstrap (0.20) unstable; urgency=low
233
234   * Use root=UUID=... by default if possible to avoid possible
235     race conditions with libata vs. pata.
236   * Fix setting hostname via interface.
237   * Provide interface in dialog for setting root password.
238
239  -- Michael Prokop <mika@grml.org>  Tue, 02 Sep 2008 14:02:43 +0200
240
241 grml-debootstrap (0.19) unstable; urgency=low
242
243   * Use dialog with --separate-output option to make sure mdadm
244     receives correct quoting for the RAID devices.
245
246  -- Michael Prokop <mika@grml.org>  Tue, 02 Sep 2008 13:36:12 +0200
247
248 grml-debootstrap (0.18) unstable; urgency=low
249
250   The "development sponsored by Sipwise GmbH" release.
251
252   * Provide interactive configuration dialog.
253   * Initial support for SW-RAID.
254   * Use stages based on target information, this gives us
255     the possibility to run multiple instance of grml-debootstrap.
256     [Closes: issue510]
257   * Use policy-rc.d inside chroot to avoid startup of daemons.
258     [Closes: issue509]
259   * Do not activate /sys by default anymore in /etc/fstab.
260   * Copy /etc/network/interfaces from running system to target
261     installation.
262   * Setting password via passwd does not work, use chpaswd instead.
263   * Remove stages after successful execution. [Closes: issue513]
264   * Make sure the configuration file inside the chroot provides
265     the same configuration as specified on the cmdline (thanks gebi
266     for reporting).
267   * Copy system's /etc/hosts to the target system.
268   * Move stages to /var/cache/grml-debootstrap (thanks for the idea,
269     gebi).
270   * Install devices using our own device tarball instead of running
271     MAKEDEV (which is just an ungly fork bomb).
272   * Install MTA postfix by default to avoid installation of unwanted
273     packages like citadel in lenny.
274   * Allow use of comments in file /etc/debootstrap/packages.
275   * Replace initrd-tools with initramfs-tools.
276   * Run aptitude with --without-recommends option.
277   * Run grub-install using --no-floppy, as requested by gebi.
278   * Support setting hostname via cmdline.
279   * Close issue in grml's BTS which showed up during development in hg:
280     Fix handling of config file inside chroot, thanks for spotting, gebi!
281     [Closes: issue512]
282   * Update debian/ to make lintian happy.
283
284  -- Michael Prokop <mika@grml.org>  Sat, 30 Aug 2008 02:01:14 +0200
285
286 grml-debootstrap (0.17) unstable; urgency=low
287
288   * Support "-r" option as well as "--release" as being documented.
289     Thanks for reporting, Jens Kubieziel.
290
291  -- Michael Prokop <mika@grml.org>  Wed, 26 Mar 2008 22:44:06 +0100
292
293 grml-debootstrap (0.16) unstable; urgency=low
294
295   * Drop the second passwd call.
296
297  -- Michael Prokop <mika@grml.org>  Wed, 19 Dec 2007 10:10:54 +0100
298
299 grml-debootstrap (0.15) unstable; urgency=low
300
301   * Make sure the passwd command succeeds.
302     Thanks, Wolfgang Karall! [Closes: issue363]
303
304  -- Michael Prokop <mika@grml.org>  Sun, 16 Dec 2007 16:30:37 +0100
305
306 grml-debootstrap (0.14) unstable; urgency=low
307
308   * Make sure variable ISO is unset variable if not used.
309     Thanks for the bugreport, Darsha! [Closes: issue352]
310
311  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 20:16:15 +0100
312
313 grml-debootstrap (0.13) unstable; urgency=low
314
315   * Fix manpage handling of xsltproc.
316
317  -- Michael Prokop <mika@grml.org>  Thu, 06 Dec 2007 23:47:09 +0100
318
319 grml-debootstrap (0.12) unstable; urgency=low
320
321   * Fixed some typos in the manpage.
322     Thanks for the patch, Alexander 'Stone' Steinböck!
323
324  -- Michael Prokop <mika@grml.org>  Wed, 24 Oct 2007 10:16:03 +0200
325
326 grml-debootstrap (0.11) unstable; urgency=low
327
328   * Better inform user about already executed stages.
329     [Closes: issue299]
330
331  -- Michael Prokop <mika@grml.org>  Sat,  6 Oct 2007 18:03:16 +0200
332
333 grml-debootstrap (0.10) unstable; urgency=low
334
335   * Add console-common to /etc/debootstrap/packages. Thanks for
336     the feature request, Thorsten Strusch!
337   * Support option -i/--iso: now it's possible to install packages
338     from a normal Debian ISO. Thanks for the idea and the basic
339     instructions to Thorsten Strusch!
340     http://www.thorstenstrusch.de/software/debian-linux/
341
342  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 10:13:32 +0200
343
344 grml-debootstrap (0.9) unstable; urgency=low
345
346   [ Alexander Wirt ]
347   * Add support for EXTRAPACKAGES that can be dropped in
348     /etc/debootstrap/extrapackages
349   * Add boot_append option to manpage
350   * Manpage reformatted
351
352   [ Michael Prokop ]
353   * Support grml-repository and installation of grml-kernel
354     via GRMLREPOS and GRMLPACKAGES.
355   * Use stage logic inside chroot-script as well.
356   * Activate zsh completion.
357   * Rewrote interfaces() code for handling of
358     /etc/network/interfaces. Thanks for the pointer, formorer.
359   * Make sure stopping a service inside chroot-script does not
360     fail chroot-script itself.
361
362  -- Michael Prokop <mika@grml.org>  Mon, 23 Apr 2007 00:23:19 +0200
363
364 grml-debootstrap (0.8) unstable; urgency=low
365
366   * Add BOOT_APPEND option for kernel appendline
367
368  -- Alexander Wirt <formorer@grml.org>  Sat, 21 Apr 2007 11:19:06 +0200
369
370 grml-debootstrap (0.7) unstable; urgency=low
371
372   * Support setting some variables via cmdline.
373   * Support full automatic installation via debian2hd.
374   * Change logic of function execution and improved error handling
375     in some functions.
376   * Use aptitude instead of apt-get in chroot-script, but
377     only if it's available.
378   * Use DEBIAN_FRONTEND='noninteractive' so we avoid unnecessary
379     questions when installing. (Thanks, formorer!)
380   * Added additional check to grub code for running sed on
381     /boot/grub/menu.lst.
382   * Updated TODO file.
383   * Use asciidoc for manpage generation.
384   * Added basic zsh-completion (thanks, ft!), but do not install it yet.
385     We have to adjust $fpath in grml-etc-core first.
386
387  -- Michael Prokop <mika@grml.org>  Fri, 13 Apr 2007 17:57:29 +0200
388
389 grml-debootstrap (0.6) unstable; urgency=low
390
391   * Support Debian release with codename 'lenny'. Depend on
392     debootstrap/cdebootstrap versions supporting lenny therefore.
393   * Split all the code into separate functions.
394   * Export LANG=C and LC_ALL=C as we don't have the locales inside
395     the chroot when running grml-debootstrap. (Just a cosmetic
396     change as there aren't any errors but warning messages from
397     dpkg.)
398   * Always assume architecture of the running system (overwriting
399     via $ARCH is still supported of course).
400   * Write variables from grml-debootstrap to /etc/debootstrap/variables
401     and provide it to chroot-script.
402   * Support stages. [Closes: issue151]
403
404  -- Michael Prokop <mika@grml.org>  Mon,  9 Apr 2007 14:35:21 +0200
405
406 grml-debootstrap (0.5) unstable; urgency=low
407
408   * Changed Architecture from any to all.
409
410  -- Michael Prokop <mika@grml.org>  Sat, 24 Mar 2007 16:58:53 +0100
411
412 grml-debootstrap (0.4) unstable; urgency=low
413
414   * Support installation into directory.
415
416  -- Michael Prokop <mika@grml.org>  Fri, 17 Nov 2006 23:00:38 +0100
417
418 grml-debootstrap (0.3) unstable; urgency=low
419
420   * Initial support for $ARCH.
421   * Added function for clean exit (using trap).
422
423  -- Michael Prokop <mika@grml.org>  Fri, 10 Nov 2006 00:51:09 +0100
424
425 grml-debootstrap (0.2) unstable; urgency=low
426
427   * Support Sarge and Sid as "$RELEASE"s as well.
428   * Added 'debootstrap | cdebootstrap' and grml-etc-core to
429     depends.
430   * Added support for:
431     - cdebootstrap [broken for sarge as $RELEASE, see #390510]
432     - setting hostname via /etc/hostname
433     - /etc/kernel-img.conf
434     - support setting locales through /etc/debootstrap/locale.gen
435   * Added ssh, mdadm and lvm2 to default package list.
436   * Rewrote kernel package version handling (removed from package
437     list to be able to support sarge as well).
438
439  -- Michael Prokop <mika@grml.org>  Fri,  3 Nov 2006 19:05:19 +0100
440
441 grml-debootstrap (0.1) unstable; urgency=low
442
443   * Initial release.
444
445  -- Michael Prokop <mika@grml.org>  Fri,  3 Nov 2006 01:10:52 +0100
446