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