Rebuild initramfs
[grml-live.git] / debian / changelog
1 grml-live (0.9.1) unstable; urgency=low
2
3   * Rebuild initramfs to make sure that the up2date /etc/grml_version
4     is available in the live initramfs. [Closes: issue516]
5
6  -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 23:51:50 +0200
7
8 grml-live (0.9.0) unstable; urgency=low
9
10   * Update to kernel 2.6.26-grml[64].
11   * Drop sysutils and cupsys-common from package lists.
12   * Add ext3grep to GRML_FULL.
13   * Integrate /etc/grml/fai/config/package_config/GRML_FORENSIC.
14   * Move ssdeep and scrounge-ntfs from grml's repository list to
15     Debian's one.
16   * Drop syslog-ng in all classes and use rsyslog in GRMLBASE.
17   * Document classes in more details. Thanks to Pawel Sadkowski
18     for pointing out. [Closes: issue490]
19   * Drop qtparted from GRML_FULL, we have better maintained
20     gparted now.
21   * Get rid of /etc/grml/fai/config/class/GRML_FULL.var,
22     /etc/grml/fai/config/class/GRML_MEDIUM.var,
23     /etc/grml/fai/config/class/GRML_POWERPC.var and
24     /etc/grml/fai/config/class/GRML_SMALL.var - we manage the
25     configuration through GRMLBASE.var and this way it's much
26     easier to adjust settings according to your needs.
27   * Improve error handling in grml-live, including a check
28     for pipestatus of fai command.
29   * Output grml version in grml's live-initramfs script
30     Thanks for the idea, Marc Haber. [Closes: issue488]
31   * Drop glimpse from GRML_FULL due to license problems, see #474322.
32   * Display SQUASHFS_OPTIONS in configuration overview.
33   * Make sure it's possible to get usage information without being
34     root or actually executing the script.
35   * Improve usage information screen.
36   * Display progress of squashfs, when building via a buildsystem
37     just set -no-progress in $SQUASHFS_OPTIONS instead.
38   * Use linux-kernel-headers-grml in grml-medium.
39   * Use vim.basic as alternative setting for 'vi'.
40   * 
41
42  -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 15:17:39 +0200
43
44 grml-live (0.8) unstable; urgency=low
45
46   * Remove packages from GRML_FULL:
47     - apmd (the package is just borken, see #475432)
48     - raggle (#479562)
49   * Remove scandelay bootoption from grml-cheatcodes.txt (thanks
50     for mentioning in a bugreport, Marc Haber!)
51   * Add packages to GRML_FULL:
52     - ent (thanks, gebi)
53   * Add packages to GRML_MEDIUM:
54     - xfsdump (thanks, George Hartlieb)
55   * Mention "grml debug=noscreen" in grml-cheatcodes.txt.
56
57  -- Michael Prokop <mika@grml.org>  Mon, 12 May 2008 19:13:32 +0200
58
59 grml-live (0.7) unstable; urgency=low
60
61   * Update templates/boot/addons/allinone.img to current version
62     from http://home.arcor.de/mschierlm/bootdisk/
63     Thanks, Michael Schierl.
64   * Add packages to GRML_FULL:
65     - gnuit
66     - i2c-tools [thanks to Mario Holbe]
67     - iotop
68     - keynav
69   * Remove packages from GRML_FULL:
70     - emelfm (#364442)
71     - nufw (#468245)
72     - sound-recorder (#288211)
73   * Readd libewf to GRML_FULL.
74   * buildd: use RELEASE-class in all build scripts
75   * Mention noquick bootoption in bootsplash and cheatcode file.
76   * Fix typo in bootsplash f3, thanks to Daniel Martin for reporting.
77   * Make sure username is adjusted in /etc/inittab.grml if username
78     not being "grml". Thanks for reporting, Thomas Lehmann.
79     [Testing: issue436]
80   * Add check for existence of -nolzma option. If squashfs-tools
81     doesn't support it at all then just get rid of the option.
82
83  -- Michael Prokop <mika@grml.org>  Sun, 11 May 2008 18:28:12 +0200
84
85 grml-live (0.6) unstable; urgency=low
86
87   * Write squashfs filename to /live/filesystem.module.
88   * Adjust grml-live-remaster for new file system layout
89     and add support for working on a booted USB device.
90
91  -- Michael Prokop <mika@grml.org>  Sat, 23 Feb 2008 11:12:10 +0100
92
93 grml-live (0.5) unstable; urgency=low
94
95   * Make sure we use ${GRML_NAME}.squashfs instead of hardcoded
96     grml.squashfs.
97   * Update bootsplashes to current implementation, based on
98     live-initramfs and grml-autoconfig.
99   * Get rid of gnu-fdisk in GRML_FULL (it's causing just too many
100     headaches, see #461888, #463720 and #445304 for example).
101   * Add sshfs to GRML_MEDIUM.
102
103  -- Michael Prokop <mika@grml.org>  Wed, 20 Feb 2008 16:41:06 +0100
104
105 grml-live (0.4) unstable; urgency=low
106
107   * Add new packages to GRML_FULL:
108     - linux-uvc-modules-2.6.23-grml
109     - luvcview
110   * Add new packages to GRML_MEDIUM:
111     - at76-usb-modules-2.6.23-grml
112     - atl2-modules-2.6.23-grml
113     - firmware-ralink
114     - rt2400-modules-2.6.23-grml
115     - rt2500-modules-2.6.23-grml
116     - rt73-module-2.6.23-grml
117   * Finally fixed the "isolinux does not boot on old hardware" problem.
118     The problem was a too big boot/isolinux directory. Thanks a lot
119     for all the testing to Andrea Mayr and Wernfried Haas!
120     - use /boot/addons/* for allinone.img, balder10.imz, chain.c32,
121       menu.c32 and memtest
122     - place $GRML_NAME in /boot/$GRML_NAME/ - this should easify
123       support of several grml flavours on one single usb pen for the future
124     - adjust grub's menu.lst and isolinux.cfg as well as grml-live itself
125       for new directory layout
126   * Make sure $GRML_NAME does not contain known problematic characters.
127
128  -- Michael Prokop <mika@grml.org>  Fri, 15 Feb 2008 16:08:38 +0100
129
130 grml-live (0.3) unstable; urgency=low
131
132   * Add virtualbox-ose-guest-utils [x86-only] to GRML_MEDIUM.
133   * Update isolinux.bin to "ISOLINUX 3.61 Debian-2008-02-05" again. Versions
134     older than 3.51 don't work with recent kernel versions like 2.6.23
135     anymore. :(
136   * Update templates/boot/isolinux/memdisk from syslinux package
137     version 2:3.61+dfsg-1.
138
139  -- Michael Prokop <mika@grml.org>  Wed, 13 Feb 2008 10:33:43 +0100
140
141 grml-live (0.2) unstable; urgency=low
142
143   * Revert isolinux.bin to version 3.31. Newer versions (like 3.55-1)
144     just fail on several old boxes. [Testing: issue400]
145   * Add new packages to GRML_FULL:
146     - auctex
147     - loop-aes-testsuite
148   * Add new packages to GRML_MEDIUM:
149     - atl2-modules-2.6.23-grml
150     - firmware-iwlwifi
151     - madwifi-modules-2.6.23-grml[64]
152     - madwifi-tools
153   * Set 'confirm=1' in /etc/apt/listchanges.conf.
154   * Add /etc/grml/fai/config/scripts/GRMLBASE/36-cpufrequtils
155     for providing default /etc/default/loadcpufreq configuration.
156   * Move sourcing /etc/grml/grml-live.local *before* the cmdline
157     option parsing so we can override already set defaults interative.
158   * Grep using the quiet option for squashfs features.
159
160  -- Michael Prokop <mika@grml.org>  Mon, 14 Jan 2008 22:54:10 +0100
161
162 grml-live (0.1) unstable; urgency=low
163
164   * Bump version number to 0.1 as we ship grml-live with the
165     upcoming stable versions.
166   * Source /etc/grml/grml-live.local before parsing command line
167     options to be able to override configuration on the commandline.
168   * Use /usr/bin/vim.tiny as alternativ for vi.
169   * Add new packages to GRML_FULL:
170     - at76-usb-modules-2.6.23-grml64
171     - bluez-audio
172     - conky (thanks, shehu)
173     - epdfview
174     - gfs2-tools
175     - sslscan
176     - truecrypt-2.6.23-grml64
177     - unsort
178   * Remove bluetooth-alsa from GRML_FULL.
179   * Add new packages to GRML_MEDIUM:
180     - ntfs-3g
181     - truecrypt-2.6.23-grml64
182   * templates/boot/grub/menu.lst, templates/boot/isolinux/*.cfg:
183     - drop deprecated entries
184     - add debian2hd for isolinux/syslinux
185     - fix serial bootoption
186     - add grml2hd template for grub
187   * /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot:
188     remove packages via dpkg instead of apt-get. Thanks for the
189     bugreport and the patch, Lupe Christoph! [Closes: issue367]
190   * Use -no-progress option for mksquashfs only if it's supported.
191
192  -- Michael Prokop <mika@grml.org>  Fri, 11 Jan 2008 01:56:01 +0100
193
194 grml-live (0.0.14) unstable; urgency=low
195
196   * Include initial version of the grml-live-remaster script,
197     contributed by Michael Schierl (thanks!) [Closes: issue331]
198   * Bump Standard-Version to 3.7.3 (no further changes).
199   * Set debconf configuration for postfix via
200     /etc/grml/fai/config/scripts/GRMLBASE/05-hostname
201   * Improve check for presence of FAI log directory in
202     /etc/grml/fai/config/scripts/GRMLBASE/95-package-information
203   * Configure apt-listchanges via new script
204     /etc/grml/fai/config/scripts/GRMLBASE/97-apt-listchanges
205   * Make sure packages are being removed before docs are being
206     deleted in /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
207   * Create grml-live.log-file with permissions 664.
208   * Adjust buildd/functions.sh for new logging.
209   * Fix kernel related packages for GRML_MEDIUM and GRML_FULL
210     on AMD64 architecture. Add several new kernel packages for amd64
211     to GRML_FULL.
212   * Split grml + grml-files into x86 vs. amd64 (grml64 + grml-files64).
213   * Drop packages from GRML_FULL:
214     - findimagedupes: too many new dependencies, being:
215       libgraphics-magick-perl libgraphicsmagick1 libwmf0.2-7
216     - netpipes: conflicts with timelimit (see #457444) and does
217       not support IPv6 yet
218   * Add new packages to GRML_FULL:
219     - asql
220     - at76-usb-modules-2.6.23-grml
221     - edac-utils
222     - ifupdown-extra
223     - opencryptoki
224     - pmailq
225     - r6040-modules-2.6.23-grml
226     - scamper
227     - timelimit
228     - virtualbox-ose-guest-modules-2.6.23-grml
229     - virtualbox-ose-guest-utils
230
231  -- Michael Prokop <mika@grml.org>  Mon, 17 Dec 2007 00:51:05 +0100
232
233 grml-live (0.0.13) unstable; urgency=low
234
235   * New option '-b' for "build-only".
236   * Replace mailx with bsd-mailx in GRML_FULL.
237     http://packages.qa.debian.org/b/bsd-mailx/news/20071209T135336Z.html
238   * Store package list in /usr/share/doc/grml-docs/packages/dpkg_list
239   * Document grml2ram bootoption in grml-cheatcodes.txt
240   * Use -no-progress for Squashfs build process.
241   * Improve /etc/resolv.conf handling in
242     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
243   * Adjust hostname in /etc/postfix/main.cf.
244   * Make sure /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan does not fail.
245   * Fix typo in /etc/grml/fai/config/scripts/GRMLBASE/32-xorg
246   * Make sure $HOSTNAME is unset by default.
247   * Disable Recommends for aptitude as well.
248   * Check for presence of live-initramfs in 10-build-initramfs.
249   * Install aptitude in softupdate if not present.
250   * Always drop groff-base, man-db, info, man-db, manpages and nano from grml-small.
251   * Fix snort setup (/etc/default/snort.dpkg-dist) via
252     /etc/grml/fai/grml/grml_cleanup_chroot
253   * Do some further cleanups via /etc/grml/fai/grml/grml_cleanup_chroot.deborphan
254   * Remove hwtools from GRML_FULL, see #397723
255   * Remove several packages from GRMLBASE and integrate them in GRML_MEDIUM
256     instead so we keep grml-small as small as possible:
257     acpi-support, aumix, alsa-utils, dctrl-tools, debconf-utils,
258     grml-debian-keyring, grml-debugtools, grml-files, grml-hwinfo, grml-laptop,
259     grml-mercurial-utils, grml-pylib, grml-sectools, grml-templates,
260     grml-terminalserver, htop, iptstate, locales, multitail, postfix, powernowd, 
261   * Add new packages to GRML_MEDIUM:
262     - truecrypt-2.6.23-grml
263   * Add new packages to GRML_FULL:
264     - git-svn (thanks for the suggestion, Brad Cable) [Closes: issue361]
265     - gnupg-pkcs11-scd
266     - gparted
267     - grml-paste
268     - iscsitarget-module-2.6.23-grml (replaces iscsitarget-2.6.23-grml)
269     - unhide
270   * buildd:
271     - store_iso(): move md5sum file as well
272     - support providing options via grml_live_run() so we can disable
273       LZMA for grml-small builds
274
275  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 22:38:31 +0100
276
277 grml-live (0.0.12) unstable; urgency=low
278
279   * Log mkisofs command with quotes around version number for easier
280     copy/paste.
281   * Ship syslinux files via template directory because the syslinux
282     version (1:3.31-4) in Debian/etch is broken. :(
283     Drop syslinux from Depends.
284   * Mention -u option if using the option by accident and the chroot
285     does not exist yet.
286   * Update buildd/cleanup.sh and add buildd/files/.logo.png, 
287     buildd/files/.style.css, buildd/files/HEADER.html and
288     buildd/link_latest.sh (create symlinks for latest snapshot ISOs)
289     and provide upload_logs().
290   * Generate md5sum of ISO if using class 'RELEASE'.
291   * Do not install package 'grml' via GRMLBASE because we want
292     to use grml-small in GRML_SMALL and GRML_MEDIUM.
293   * Remove and recreate /root directory in 98-clean-chroot.
294   * Skip stage updatebase when using softupdate and handle upgrade
295     on our own via hooks.
296   * Execute removal of log files after sourcing config files.
297
298  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 17:28:01 +0100
299
300 grml-live (0.0.11) unstable; urgency=low
301
302   * New option -z to use ZLIB instead of LZMA compression and
303     support SQUASHFS_OPTIONS in configuration file.
304   * Add new class XORG.
305   * Add X.org packages to GRML_MEDIUM.
306   * Make sure /etc/X11/X is not a symlink to /bin/true. Check and fix
307     via /etc/grml/fai/config/scripts/GRMLBASE/32-xorg.
308   * Adjust grml-buildd for new logdir structure.
309   * Add new script /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan
310     which adds shadowfs and bsdtar to the 'never report'-list of deborphan.
311   * Diplay use of $LOCAL_CONFIG in configuration dialog.
312   * Remove fai's last-dirinstall and last-softupdate when using
313     ZERO_FAI_LOGFILE as well.
314   * Depend on fai-client (>= 3.2.4), fai-server (>= 3.2.4) as version
315     3.2.3 has a serious bug.
316   * Add new packages to GRML_FULL:
317     - atl2-modules-2.6.23-grml
318     - firmware-ralink (replaces firmware-rt61 and firmware-rt73)
319     - firmware-rt61
320     - firmware-rt73
321     - mlocate
322     - open-vm-tools
323     - pcaputils
324     - xrestop
325     - xserver-xorg-video-radeonhd
326     - yatm
327   * Remove tinysnmp-tools from GRML_{SMALL,FULL,MEDIUM}, see #444723.
328
329  -- Michael Prokop <mika@grml.org>  Mon, 26 Nov 2007 15:07:54 +0100
330
331 grml-live (0.0.10) unstable; urgency=low
332
333   * Drop patches which are part of FAI 3.2.3 now. Depend on
334     FAI version 3.2.3 therefor.
335   * FAI 3.2.3 has a new log schema, adjusted grml-live accordingly.
336     Quoting the NEWS file of FAI:
337     - LOGDIR is now /var/log/fai/$HOSTNAME/$FAI_ACTION_date+time
338     - LOGDIR is /tmp/fai during an installation (not dirinstall), and
339       will be copied to the path above at the end of an installation
340   * Log the executed FAI, squashfs and mkisofs command lines to
341     /var/log/grml-live.log.
342   * New option '-C <configuration_file>' for specifying a configuration
343     file. Needs heavy testing though, because the files are updated
344     during runtime it isn't as easy as expected to be. :-/
345   * Support $ZERO_FAI_LOGFILE inside grml-live configuration for removing
346     old FAI logs.
347   * Do not enable apt-listbugs if the binary is not available.
348     [Testing: issue340]
349   * Add keychain package to GRML_SMALL.
350   * Add new packages to GRML_MEDIUM:
351     - grml-live
352     - keychain
353     - lzma-modules-2.6.23-grml
354     - squashfs-modules-2.6.23-grml (we build the module external now)
355   * Add new packages to GRML_FULL:
356     - aosd-cat
357     - grml-live
358     - lzma-modules-2.6.23-grml
359     - squashfs-modules-2.6.23-grml (we build the module external now)
360   * Support loading of squashfs module via
361     /etc/grml/fai/live-initramfs/grml-script.init-top
362   * Make sure we have pinning for grml-stable and grml-testing
363     repositories via /etc/grml/fai/apt/preferences, not matter where
364     the packages come from (web vs. local mirror/cache for example).
365   * Remove base.tgz from chroot directory.
366   * Do not create /etc/sysconfig/network-scripts and
367     /etc/sysconfig/provider any longer in cleanup script.
368   * Fix typo in bootsplash f3 (thanks, jimmy).
369   * Switch order of 'lang=us apm=power-off' to 'apm=poweroff' in
370     isolinyx/syslinux/grub configuration because getbootparam
371     of grml-autoconfig requires a whitespace inside /proc/cmdline.
372   * Support grml2ram bootoption inside isolinyx/syslinux/grub
373     configuration.
374
375  -- Michael Prokop <mika@grml.org>  Mon, 19 Nov 2007 12:49:37 +0100
376
377 grml-live (0.0.9) unstable; urgency=low
378
379   * Remove all files inside /root/ when using class RELEASE.
380   * Disable apt-listbugs in [soft]update.
381   * Fix 'dependency problems' handling in buildd functions.
382   * Add buildd/remove_isos.sh to remove generated ISOs.
383   * Support kernel upgrades via according /etc/kernel-img.conf configuration.
384   * Set hostname in instsoft-hook already.
385   * Add user (grml) to all relevant groups.
386   * Improve initrd+kernel copy process: ignore .bak files (and get rid
387     of them) and copy always exactly one image.
388   * Add new packages to GRML_FULL:
389     - awesome
390     - cereal
391     - etckeeper
392     - hdapsd
393     - hdaps-utils
394     - libstdc++2.10-glibc2.2 [for better support of
395       binaries from commercial vendors; thanks to
396       Christian Hofstaedtler]
397     - mkelfimage
398     - runit
399     - rutilt
400     - supercat
401     - truecrypt-2.6.23-grml
402   * Drop centericq-common, centerim-common, irssi-text, rt2400
403     and rt2500 from GRML_FULL package list.
404
405  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 22:37:11 +0100
406
407 grml-live (0.0.8) unstable; urgency=low
408
409   * Copy /etc/resolv.conf to chroot in
410     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs and
411     /etc/grml/fai/config/hooks/instsoft.GRMLBASE as well.
412   * Remove /var/run/fai/fai_softupdate_is_running and
413     /var/run/fai/FAI_INSTALLATION_IN_PROGRESS if we exit grml-live.
414     (FAI's softupdate currently does not clean up when canceling
415     the process.)
416   * Set EXITSTATUS in /etc/policy-rc.d.conf of chroot to 101 for
417     softupdate action.
418   * Remove /var/log/fai/* in class RELEASE.
419   * Generate md5sum of windows binaries.
420   * Upgrade via aptitude [safe-]upgrade in update process.
421   * Rename /etc/grml/fai/grml/grml_cleanup_chroot.no_online into
422     /etc/grml/fai/grml/grml_cleanup_chroot.online
423   * Edit /etc/apt/apt.conf inside
424     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build only
425     once.
426   * Make the log checks inside grml-live aware of the update
427     log-directory /var/log/fai/current.
428   * Use strings instead of --help to detect support of safe-upgrade
429     inside aptitude, otherwise it might fail due to unavailable shared libs.
430   * Configure (enable) apt-listchanges + apt-listbugs via
431     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
432   * Purge removed packages via /etc/grml/fai/grml/grml_cleanup_chroot
433   * Add new packages to GRML_FULL:
434     - acx100-2.6.23-grml
435     - bcm5700-module-2.6.23-grml
436     - dzen2
437     - drbd8-2.6.23-grml
438     - exmap-modules-2.6.23-grml
439     - fglrx-kernel-2.6.23-grml
440     - iscsitarget-2.6.23-grml
441     - ivtv-modules-2.6.23-grml
442     - ivtv-utils
443     - libacme-bleach-perl
444     - libacme-eyedrops-perl
445     - libacme-smirch-perl
446     - libpam-chroot
447     - libpam-devperm
448     - libpam-dotfile
449     - libpam-krb5
450     - libpam-modules
451     - libpam-mount
452     - libpam-pwgen
453     - libpam-smbpass
454     - libpam-ssh
455     - libpam-tmpdir
456     - libtool
457     - ndiswrapper-modules-2.6.23-grml
458     - openafs-modules-2.6.23-grml
459     - tp-smapi-modules-2.6.23-grml
460   * Add portmap to GRML_SMALL and GRML_MEDIUM (thanks for the feedback,
461     Tom Asbury).
462   * Remove trapdoor2 from GRML_FULL (the Debian package isn't
463     in a very smooth shape).
464
465  -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2007 01:43:06 +0100
466
467 grml-live (0.0.7) unstable; urgency=low
468
469   The "holidays? what? are you joking?!"-release.
470
471   * Added FAI patches to /usr/share/grml-live/patches/ - it's
472     recommended to apply the patches to FAI until they are accepted
473     upstream. See Debian's BTS for more details: #444210, #447080
474     and #448426.
475   * Support option '-u' for updating system.
476   * Reworked buildd concept.
477     - Now we have a seperate
478       /usr/share/grml-live/buildd/functions.sh for generic stuff
479       and /etc/grml/grml-buildd.conf as configuration file.
480     - Use grml-buildd.{stdout,stderr} instead of
481       grml-live.{stdout,stderr} as log files.
482     - buildd/functions.sh: do not mv files if there was an error
483       during grml-live execution
484     - do not re-execute grml-live is the target ISO exists already
485   * Update zsh completion - thanks to Frank Terbeck!
486   * Set /etc/grml_version of live-system to the according value.
487     [Closes: issue322]
488   * Support setting /etc/debian_chroot inside chroot (useful if
489     building fails and manual interaction is needed).
490   * Log to /var/log/grml-live.log by default now and support
491     $ZERO_LOGFILE for cleaning up logs.
492   * Added new grml-repository named grml-live which is intented
493     to fix issues from Debian for grml-live builds. It is automatically
494     activated if you are building against unstable/sid and should
495     be used manually only if you realy know what you are doing.
496     Notice: if something fails inside building the base chroot/
497     debootstrap system we can't do anything via grml-live for you
498     right now. Instead grab the base.tgz from http://daily.grml.org/
499   * Add /usr/share/grml-live/scripts/repodiff.pl (by formorer, thx!)
500     for comparing two repositories.
501   * Replaced /etc/grml/fai/files/etc/apt/preferences
502     with /etc/grml/fai/apt/preferences so grml-live repository
503     can be used and configured at a single place.
504   * Use apt-pinning via /etc/grml/fai/config/hooks/instsoft.GRMLBASE
505     and drop it from /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
506     later again.
507   * Display version number of grml-live.
508   * Log executed grml-live command line.
509   * Set FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info"
510     by default.
511   * Disable Recommends inside chroot installation.
512   * Set shared/default-x-server and xserver-xorg/config/monitor/identifier
513     for xserver-xorg package via debconf to work around #448863.
514   * Use "newest" kernel only if two kernels are present in the chroot.
515   * Set $SECONDS to unknown if $start_seconds is not set.
516   * Log closing signs (----...) via bailout to make sure they are
517     always set - even when exiting with an error.
518   * Check for presence of /bin/zsh before setting default shell in
519     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
520   * Check for locales/localepurge before using them in
521     /etc/grml/fai/config/scripts/GRMLBASE/25-locales
522   * Add new packages to GRML_FULL:
523     - bittwist
524     - ldnsutils
525     - libpam-thinkfinger
526     - linux-wlan-ng-modules-2.6.23-grml
527     - madwifi-modules-2.6.23-grml
528     - netrw
529     - rt73-module-2.6.23-grml
530     - thinkfinger-tools
531     - tra
532   * Drop idn from GRML_FULL.
533   * Add new packages to GRML_MEDIUM:
534     - alsa-base
535     - alsa-tools
536     - alsa-utils
537     - ed
538     - pcmciautils
539     - Update kernel version to 2.6.23-grml
540     - replace dhcp-client with dhcp3-client
541   * Add ed package to GRML_SMALL and replace dhcp-client with
542     dhcp3-client.
543   * Use new kernel version 2.6.23-grml64 for amd64.
544
545  -- Michael Prokop <mika@grml.org>  Sat, 20 Oct 2007 12:12:33 +0200
546
547 grml-live (0.0.6) unstable; urgency=low
548
549   * New option "-a" for setting architecture. This allows building
550     grml(32) on amd64.
551   * Fix stderr redirection in "/usr/sbin/fai already running..."
552   * Update /etc/grml/fai/make-fai-nfsroot.conf
553   * Use /var/log/fai/dirinstall/${HOSTNAME}/grml-live.log as logfile
554     for grml-live instead of /var/log/grml-live.log so it's easier
555     to track.
556   * Update of buildd scripts: main configuration file main.sh
557     which provides all the build stuff inside separate functions.
558   * Fall back to blackhole.pca.dfn.de as keyserver if retreiving
559     from subkeys.pgp.net fails.
560   * Improve check for kernel version inside
561     /etc/grml/fai/config/scripts/GRMLBASE/10-build-initramfs
562   * Work around #353967 for Debian/etch in
563     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
564   * Add new packages to GRML_FULL:
565     - ghostscript (and get rid of gs, gs-common, gs-esp)
566     - mr
567
568  -- Michael Prokop <mika@grml.org>  Wed, 17 Oct 2007 22:59:08 +0200
569
570 grml-live (0.0.5) unstable; urgency=low
571
572   * Add new scripts to /usr/share/grml-live/examples/buildd/:
573     - grml-live_autobuild_grml-small_etch.sh
574     - grml-live_autobuild_grml-small_sid.sh
575     - grml-live_autobuild_grml64-small_etch.sh
576     - grml-live_autobuild_grml64-small_sid.sh
577   * Some more FAI error checking.
578   * Updated buildd scripts (better subject handling).
579   * Re-enable 'Acquire::http::Pipeline-Depth' workaround'.
580     Restore usual Debian behaviour at the end using
581     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build
582   * Add new scripts for retreiving bugs via apt-listbugs
583     and storing package selection inside log directory.
584     This has been integrated in a new class named "RELEASE".
585   * Added support for new kernel version 2.6.23-grml to
586     GRML_FULL.
587   * Use uxterm as x-terminal-emulator and fall back to xterm
588     only it uxterm is not available.
589   * Support /etc/locale.gen.grml - it's used by default in
590     class GRML_FULL and a new class named LOCALES.
591   * Work around #443481 (bug inside snort) for Debian etch
592     via using /etc/snort/snort.common.parameters (thanks for
593     the idea, Thomas Lange!)
594   * Do not exit with an error code if /usr/include/linux is NOT
595     a symlink to /usr/src/linux/include/linux but keep it as
596     a warning instead.
597   * Log executed grml-live command.
598   * Re-enable problematic packages that have been fixed:
599     - apt-listbugs (fixed via manual interaction in scripts)
600     - gsm-utils (#353967)
601     - snort (#443481)
602     - wvdial (fixed via debconf)
603   * Add new packages to GRML_FULL:
604     - ack-grep
605     - mailplate
606     - pristine-tar
607
608  -- Michael Prokop <mika@grml.org>  Sun, 07 Oct 2007 23:06:28 +0200
609
610 grml-live (0.0.4) unstable; urgency=low
611
612   * The -t option for specifying the output directory has been
613     renamed into -o. The option -t now specifies the place where
614     templates for building the ISO can be found.
615   * Option -t can be used for specifying the template directory.
616     TEMPLATE_DIRECTORY can be used in /etc/grml/grml-live.conf
617   * Check for /var/run/fai/FAI_INSTALLATION_IN_PROGRESS and exit then.
618   * /etc/grml/fai/config/hooks/instsoft.GRMLBASE:
619     - disable pipeline workaround 
620     - create /dev/MAKEDEV in chroot to work around the
621       "./MAKEDEV: No such file or directory" problem of some packages
622   * Use /var/log/grml-live.log as log file as /var/log/fai/* is too
623     dangerous because of automatic removal of the files/dirs via fai.
624   * Use class GRML_MEDIUM by default and document GRMLBASE, GRML_* plus
625     I386/AMD64 classes in the docs.
626   * Add new packages to GRML_FULL:
627     - tgt: Linux target framework user-space tools
628     - paperkey: extract just the secret information out ouf OpenPGP keys
629     - gitpkg: helper scripts for maintaining packages with git
630     - iscsitarget: iSCSI Enterprise Target userland tools
631     - iscsitarget-module-2.6.22-grml: kernel module for iscsitarget
632   * Set $HOSTNAME to according hostname via
633     /etc/grml/fai/config/scripts/GRMLBASE/34-hosts
634   * Adjust filename in header of /etc/grml/fai/config/scripts/GRMLBASE/*.
635   * Use iceweasel/firefox as x-www-browser and w3m as www-browser (if
636     available). 
637   * Check for presence of the initrd.
638   * Improve adjustment of suite for $FAI_DEBOOTSTRAP.
639   * Add /usr/share/grml-live/examples/buildd/
640
641  -- Michael Prokop <mika@grml.org>  Thu, 04 Oct 2007 22:16:34 +0200
642
643 grml-live (0.0.3) unstable; urgency=low
644
645   * Support for setting GRML_NAME (like grml vs. grml-small
646     vs grml64 vs...)
647   * Drop the character limits of $VERSION and $RELEASENAME.
648   * Make sure $SECONDS is set before outputting the runtime.
649   * Unify usage of i386_files, place all template files in
650     directory templates now.
651   * Improve portability of linux headers cleanup inside
652     grml_cleanup_chroot.
653   * Provide class GRML_SMALL and rename old GRML_SMALL into
654     GRML_MEDIUM.
655   * Do not install kernel via GRMLBASE but via GRML_* classes
656     instead so we have only one single kernel on the system
657     with something like 'GRMLBASE,GRML_SMALL,REMOVE_DOCS,I386'.
658   * Use grml-live.log as logfile.
659   * Added vim to GRML_MEDIUM package list.
660
661  -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 12:58:15 +0200
662
663 grml-live (0.0.2) unstable; urgency=low
664
665   * Add support for amd64.
666   * Update and extend documentation.
667   * Bugfix: Make sure $LOGDIR exists.
668   * fai dirinstall: set hostname via $HOSTNAME
669
670  -- Michael Prokop <mika@grml.org>  Fri, 21 Sep 2007 11:46:17 +0200
671
672 grml-live (0.0.1) unstable; urgency=low
673
674   * Initial release.
675
676  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 15:35:34 +0200
677