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