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