Update for release 0.9.34.
[grml-live.git] / debian / changelog
1 grml-live (0.9.34) unstable; urgency=low
2
3   * Add scripts/GRMLBASE/38-udev to get rid of automatically generated
4     udev rules file.
5   * Fix architecture option in error message (-a instead of -i).
6   * Add ia32-libs [amd64] to Depends to make sure building i386 on amd64
7     works OOTB.
8   * Use $TEMPLATE_DIRECTORY for checking for precense of bsd4grml.
9   * Drop keyword package from squashfs binary exit code.
10   * Update docs regarding squashfs-tools 1:4.0-1.
11   * Support for logging to database via grml-live-db.
12     Thanks to formorer for his work on dpkg-to-db.
13   * Changed logic of ZERO_LOGFILE to PRESERVE_LOGFILE (though integrated
14     a backwared compatibility layer so existing installations still continue
15     to work) and clear logs after prompting for execution.
16
17   * Software related changes:
18     - Add acpi-support-base to GRML_SMALL [Closes: issue791]
19     - Add netsniff-ng to GRML_FULL (thanks Daniel Borkmann).
20     - Add ufsutils to GRML{SMALL,MEDIUM,FULL} [thanks, chaitat].
21     - Drop aufs-tools from GRML_FULL (deprecated, see #555638).
22     - Drop firescope from GRML_FULL - it is unmaintained upstream.
23     - Drop package config file GRML_FORENSIC as it is developed and
24       maintained as part of Grml-Forensic nowadays.
25     - Move scsiadd from GRML_* to GRMLBASE.
26     - Remove dynamic-disk from GRML_FULL (unmaintained upstream).
27     - Remove lame from GRML_FULL (not available from official Debian pool).
28     - Remove salvage-ntfs from GRML_FULL (unmaintained upstream).
29
30  -- Michael Prokop <mika@grml.org>  Sat, 30 Jan 2010 19:56:32 +0100
31
32 grml-live (0.9.33) unstable; urgency=low
33
34   [ Michael Prokop ]
35   * Switch order of mirror configuration in example config.
36     Thanks for the hint, formorer.
37   * Write current date to last output line of grml-live so the user
38     knows how "old" his build is while sitting at the shell prompt.
39   * Integrate /etc/grml/fai/config/scripts/GRMLBASE/01-packages
40     as package installation validator.
41   * Update sources.list handling:
42     - Disable deb-src by default in sources.list. People usually
43       won't need this and the ones that want it know how to enable
44       it. Therefore let's save traffic on the mirrors.
45     - Note usage of GeoIP-selected mirrors.
46     - Add commented examples for DE/AT mirrors.
47     Thanks for the suggestions to Sedat Dilek. [Closes: issue756]
48   * Use /sbin/mount.ntfs-3g as default handler for ntfs. Thanks
49     for bringing this issue up, Richard Hartmann.
50   * templates/boot/grub/menu.lst: drop bootoption lang=us, we
51     specify the default within grml-autoconfig nowadays.
52   * Support configuration variable EXIT_ON_MISSING_PACKAGES to exit
53     with returncode != 0 if a requested package isn't available on the
54     resulting ISO.
55   * Drop memtest86+ from Depends as it's shipped by grml-live-addons
56     nowadays (see issue717). Instead be more verbose in the warning
57     message if neither the one from grml-live-addons nor memtest86+
58     can be found.
59   * Software related changes:
60     - Main GRML* classes:
61       + add grml-udev-config (we use Debian's udev from now on and
62         provide our own udev stuff through grml-udev-config)
63       + drop grml-scanpartitions
64       + move all grml-* packages that used to be part of all Grml
65         flavours to GRMLBASE and drop them from the flavour
66         specific configuration instead
67     - GRML_FULL:
68       + Add fsarchiver
69       + Add gdisk
70       + Add infiniband-diags
71       + Add iscsitarget-module-2.6.31-grml64
72       + Add mbuffer
73       + Add modem-cmd
74       + Add nbd-server + nbd-client (thanks to Xuân Baldauf).
75       + Drop dvi2tty (so we don't pull tex-common and texlive-binaries
76         into the system).
77       + Drop lomoco (bad state, unnecessary)
78     - GRML_MEDIUM:
79       + Add iptraf (thanks, thermoman)
80       + Drop (unavailable) at76-usb-modules-2.6.31-grml
81     - Mixed:
82       + Add kexec-tools to GRML_SMALL + GRML_MEDIUM (thanks,
83         Christoph Biedl)
84       + Add lcrack to GRML_FORENSIC
85       + Drop fakechroot from GRML_FULL + GRML_FORENSIC (the package is
86         in a bad shape since several months)
87       + Drop grml-mercurial-utils from GRML_FULL and GRML_MEDIUM as
88         we use git nowadays
89
90   [ Thorsten Glaser ]
91   * Update MirOS bsd4grml to 20091226.
92
93  -- Michael Prokop <mika@grml.org>  Wed, 30 Dec 2009 02:34:38 +0100
94
95 grml-live (0.9.32) unstable; urgency=low
96
97   * Update docs to reflect current FAI_CONFIG_* setup.
98   * Set FAI_CONFIGDIR=/etc/grml/fai/config in /etc/grml/fai/fai.conf
99     so FAI versions older than 3.3 still work. Thanks for the bugreport,
100     Christian Hofstaedtler.
101
102  -- Michael Prokop <mika@grml.org>  Sun, 08 Nov 2009 11:50:46 +0100
103
104 grml-live (0.9.31) unstable; urgency=low
105
106   [ Michael Prokop ]
107   * Fix the 'Memtest86+ bootentry doesn't work within GRUB2' issue.
108   * Update main fai config (update to what's shipped by FAI 3.3):
109     * Move 'FAI_CONFIGDIR=/etc/grml/fai/config' from fai.conf
110       to make-fai-nfsroot.conf and disable it by default as
111       only FAI_CONFIG_SRC is relevant nowadays.
112     * Disable irrelevant 'FAI=/etc/grml/fai/config' in fai.conf by
113       default.
114     * Drop dhcp-client from exclude option in $FAI_DEBOOTSTRAP_OPTS
115       in file make-fai-nfsroot.conf (sync with FAI upstram).
116
117   [ Thorsten Glaser ]
118   * Update bootgrub.mksh to 20091104.
119   * Change manifold-boot ISO patch logic slightly to work better on
120     certain HP machines. [Closes: issue757]
121
122  -- Michael Prokop <mika@grml.org>  Wed, 04 Nov 2009 20:30:30 +0100
123
124 grml-live (0.9.30) unstable; urgency=low
125
126   [ Michael Prokop ]
127   * Support new option '-d <date>' to use specified date as build date
128     information on the ISO instead of the default.
129   * Fix posix violation in grml-live-remaster.
130   * Add jfsutils to GRML_MEDIUM and GRML_SMALL.
131   * Apply patch by Christian Hofstaedtler <ch+git@zeha.at> (thanks!):
132     Ensure /etc/mtab is always present. Newer debootstrap versions
133     no longer create /etc/mtab, so we need to provide our own.
134   * config/hooks/instsoft.GRMLBASE:
135     - force installation of file-rc using aptitude's
136       Aptitude::ProblemResolver::Keep-All-Tier option.
137     - drop insserv package.
138   * Replaced 'FAI_CONFIG_SRC=file:///etc/grml/fai' with
139     'FAI_CONFIG_SRC=file:///etc/grml/fai/config' so it works with
140     fai >=3.2.23.
141
142   [ Ulrich Dangel ]
143   * Remove denglish phrase from help file. Thanks to Andreas Gredler.
144     [Closes: issue758]
145
146  -- Michael Prokop <mika@grml.org>  Sun, 01 Nov 2009 17:48:21 +0100
147
148 grml-live (0.9.29) unstable; urgency=low
149
150   [ Ulrich Dangel ]
151   * Renamed stage2_eltorito to stage2 to get rid of name mangling
152     problems with fat.
153
154   [ Michael Prokop ]
155   * Adjust stage2{,_eltorito} code in grml-live.
156
157  -- Michael Prokop <mika@grml.org>  Thu, 29 Oct 2009 01:17:59 +0100
158
159 grml-live (0.9.28) unstable; urgency=low
160
161   * Drop grub from all classes and add grub-pc to GRMLBASE.
162   * Add guymager to GRML_FULL.
163   * Add gcc to GRML_MEDIUM.
164   * Adjust grub variable in *all* /boot/isolinux/*.cfg files.
165   * Update memtest86+ binary to 4.00-2.
166   * Update isolinux/syslinux files to version 2:3.83+dfsg-1:
167     - templates/boot/addons/chain.c32
168     - templates/boot/addons/hdt.c32
169     - templates/boot/addons/memdisk
170     - templates/boot/addons/menu.c32
171     - templates/boot/isolinux/ifcpu64.c32
172     - templates/boot/isolinux/isolinux.bin
173     - templates/boot/isolinux/vesamenu.c32
174   * Update templates/boot/addons/pci.ids to version 2009.10.22.
175   * Adjust label text for grub1 boot entry.
176   * Update bsd4grml to version 20091027.
177
178  -- Michael Prokop <mika@grml.org>  Tue, 27 Oct 2009 20:54:33 +0100
179
180 grml-live (0.9.27) unstable; urgency=low
181
182   [ Michael Prokop ]
183   * Adjust grub variable in boot/isolinux/{addons,grub}.cfg as well.
184   * Add fio to GRML_FULL (thanks for the hint, Ulrich). [Closes: issue703]
185   * Add 'noquick' to the serial bootoption.
186   * Add ewf-tools to GRML_FULL and GRML_FORENSIC.
187
188   [ Ulrich Dangel ]
189   * Refactored addon menu handling for syslinux. The menu is now dynamically
190     generated by grml-live to allow more convenient adjustments to the addon
191     menu.
192
193  -- Michael Prokop <mika@grml.org>  Mon, 26 Oct 2009 15:10:35 +0100
194
195 grml-live (0.9.26) unstable; urgency=low
196
197   [ Michael Prokop ]
198   * Update templates/boot/grub to grub2 version 1.97~beta4-1.
199   * Add templates/boot/isolinux/ifcpu64.c32.
200   * Add templates/boot/addons/gpxe.lkrn.
201   * Document 'Shortcut keys of vesamenu bootsplash' in isolinux.cfg.
202   * templates/boot/isolinux/{addons,syslinux}.cfg: Use new ldbsd.com
203     feature (command line) to chain into GRUB2 directly from isolinux
204     or syslinux without an intermediate interactive/menu prompt.
205     Thanks to Thorsten for implementing and help.
206
207   [ Thorsten Glaser ]
208   * Update MirOS bsd4grml to 20091024 (ldbsd.com and ldbsd.txt only).
209
210  -- Michael Prokop <mika@grml.org>  Sat, 24 Oct 2009 21:10:17 +0200
211
212 grml-live (0.9.25) unstable; urgency=low
213
214   [ Ulrich Dangel ]
215   * Switched order between isoprompt and hd menu entry to generate more
216     easily the same bootmenu for generated cd images.
217   * Changed grub.cfg and menu.lst to use new template names.
218     Thanks to Michael Schierl for his bug report.
219   * Clear at first the screen if bootparam quiet is set.
220     Thanks again to Michael Schierl for his bug report.
221
222   [ Michael Prokop ]
223   * Support mksquashfs-lzma and $MKSQUASHFS in remaster/grml-live-remaster.
224   * Add fbterm to GRML_FULL. [Closes: issue563]
225   * Add parted to GRML_SMALL (thanks for the suggestion, Marc Haber).
226   * Add pyneighborhood to GRML_FULL. [Closes: issue580]
227   * Drop grml-ddcxinfo from GRML_FULL. [Closes: issue62]
228
229  -- Michael Prokop <mika@grml.org>  Sat, 24 Oct 2009 14:12:33 +0200
230
231 grml-live (0.9.24) unstable; urgency=low
232
233   [ Ulrich Dangel ]
234   * Update templates/GRML/grml-cheatcodes.txt: mention nodhcphostname.
235   * Changed isolinux vesamenu layout to support better multiiso layout.
236
237   [ Thorsten Glaser ]
238   * Update MirOS bsd4grml to 20091019.
239
240   [ Michael Prokop ]
241   * Software related changes:
242     - Add openvas-client, openvas-plugins-base, openvas-plugins-dfsg +
243       openvas-server to GRML_FORENSIC.
244     - Add stressapptest to GRML_FULL + GRML_FORENSIC.
245     - Drop lcap (package is gone) from GRML_FORENSIC.
246     - Drop isic + lcap (packages gone) from GRML_FULL.
247     - Drop ipset from GRML_FULL + GRML_FORENSIC (it's part of
248       xtables-addons-common).
249     - Drop harden-remoteaudit + openvas-server from GRML_FULL (they
250       are pretty useless without plugins which need just too much space).
251   * Rework variable replacements in templates. Now the %VAR% strings
252     in the templates match with the ones used inside grml-live ($VAR),
253     currently ARCH, DATE, DISTRI_INFO, DISTRI_NAME, DISTRI_SPLASH,
254     GRML_NAME, SQUASHFS_NAME, RELEASE_INFO, SHORT_NAME and VERSION
255     are supported. If you use your own templates from older grml-live
256     versions please make sure to adjust them.
257     Thanks to Ulrich for helping with integration within grml2usb.
258   * /etc/grml/fai/config/debconf/GRMLBASE: add configuration for
259     portmap to not listen on the loopback interface only by default.
260     [Closes: issue737]
261   * Update templates/GRML/grml-cheatcodes.txt: mention ethdevice.
262
263  -- Michael Prokop <mika@grml.org>  Wed, 21 Oct 2009 00:12:27 +0200
264
265 grml-live (0.9.23) unstable; urgency=low
266
267   * Software related changes:
268     - GRML_SMALL, GRML_MEDIUM and GRML_FULL: switch from kernel
269       2.6.28-grml[64] to 2.6.31-grml[64].
270     - Drop ash from GRML_FULL (unrelevant for Grml).
271     - Drop crack-common from GRML_FULL (it's a dependency of crack*).
272     - Drop ddccontrol-db from GRML_FULL (it's a dependency of ddccontrol).
273     - Drop dhcp3-common from GRML_FULL (it's a dependency of dhcp3*).
274     - Drop defrag from GRML_FULL + GRML_FORENSIC (see #446691).
275     - Drop emacs22/-common specific packages from GRML_FULL (dependencies).
276     - Drop libpam-krb5 from GRML_FULL (related to #545824).
277     - Drop mktemp from GRML_* (transitional package).
278     - Drop openbsd-inetd from GRML_FULL (we're using xinetd).
279     - Drop replicator from GRML_FULL (orphaned, see #474131).
280     - Drop rt2400-modules-2.6.31-grml, rt2500-modules-2.6.31-grml and
281       rt73-modules-2.6.31-grml from GRML_MEDIUM.
282     - Drop rt2400-modules-2.6.31-grml, rt73-modules-2.6.31-grml and
283       rt2400-modules-2.6.31-grml64 from GRML_FULL.
284     - Drop timeout from GRML_* (it is part of coreutils nowadays).
285     - Drop vim-python + vim-ruby from GRML_FULL (not available anymore).
286     - Drop version specific dependency on -mysql-client-5.0.
287     - Drop e2fslibs, esound-common, espeak-data, ettercap-common (all being
288       dependencies), fileutils and gcom (both transitional package) from
289       GRML_FULL.
290     - Drop 915resolution, bazaar, cracklib2, dbishell, gmailfs,
291       igal, nmapfe, python-pyogg, weechat-common, xdialog,
292       xserver-xorg-video-i810, xserver-xorg-video-nsc and zeroconf from
293       GRML_FULL (all being deprecated packages).
294     - Drop cracklib2 from GRML_FORENSIC (deprecated).
295     - Drop xserver-xorg-video-i810 + xserver-xorg-video-nsc from GRML_MEDIUM
296       and XORG (deprecated packages).
297     - Replace diff with diffutils and move it to GRMLBASE.
298     - Replace dvb-utils with dvb-apps in GRML_FULL.
299     - Replace postgresql-client-8.2 + postgresql-client-common with
300       postgresql-client in GRML_FULL.
301     - Move eject, file-rc, gawk, gpm, grep, grml-hwinfo, gzip, hostname,
302       initramfs-tools, initscripts, klibc-utils + laptop-detect to GRMLBASE.
303     - Add febootstrap to GRML_FULL.
304     - Add guymager to GRML_FORENSIC.
305     - Add extract and libextractor-plugins to GRML_FORENSIC (thanks to
306       Dennis Schreiber for the hint).
307     - Add iw to GRMLBASE. Thanks to Christian Hofstaedtler for the hint.
308     - Add libnss-mdns to GRML_FULL (thanks to mrud).
309   * Add backwards compatibility check for old sources.list layout
310     (we're using /etc/apt/sources.list.d now) to script
311     /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
312   * Assume 'lenny' as default SUITE instead of 'stable' as
313     debootstrap doesn't know how to handle 'stable'.
314     Thanks to Ulrich Dangel.
315   * Use blocksize of 256 when running mksquashfs-lzma binary.
316   * Update documentation regarding recent lzma development.
317   * Some minor cosmetic corrections in grml-live's output.
318   * Add missing test call in $FORCE_ISO_REBUILD code.
319   * scripts/GRMLBASE/15-initsetup: assume safe GRML_NAME default.
320   * Use menu hide in templates/boot/isolinux/prompt.cfg
321
322  -- Michael Prokop <mika@grml.org>  Sat, 17 Oct 2009 16:14:51 +0200
323
324 grml-live (0.9.22) unstable; urgency=low
325
326   * Send 'Find FAI build logs at' message to grml-live.log as well.
327   * Software related changes:
328     - Add comgt to GRML_FULL.
329     - Add fatattr to GRML_FULL.
330     - Add libsmbios-bin to GRML_FULL (thanks to Christian Bricart).
331     - Add qla-tools to GRML_FULL.
332     - Add xmount to GRML_FULL.
333     - Drop edac-utils from GRML_FULL (it's in a bad shape within Debian).
334     - Drop deprecated firmware-ipw3945 + ipw3945d from GRML_SMALL,
335       GRML_MEDIUM and GRML_FULL.
336     - Drop lanmap (abandonned upstream, see #542376).
337     - Move dmidecode from GRML_SMALL, GRML_MEDIUM and GRML_FULL to GRMLBASE.
338     - Replace nessusclient, nessusd and nessus-plugins with
339       openvas-client and openvas-server in GRML_FULL.
340   * Do not use /etc/grml_version but instead use /etc/debian_version
341     as check whether the chroot exists. If grml-live execution
342     itself succeded but was interrupted during task_configure it should
343     be fine to re-run grml-live with -u/-b options.
344   * Fix usage of exclude option in $SQUASHFS_OPTIONS.
345   * Always remove temporary squashfs stderr file.
346   * Fix usage of /etc/runlevel.conf in 15-initsetup.
347   * Add wicd configuration to /etc/grml/fai/config/debconf/GRMLBASE.
348   * Temporarly move /etc/apt/sources.list.d/grml.list in instsoft.GRMLBASE
349     to /etc/apt/sources.list.d/grml.unused and restore in 33-aptsetup
350     again then. This should should prevent us from duplicated sources
351     list entries.
352   * New cmdline option: "-n" skips generation of the ISO file.
353   * Introduce support for squashfs-lzma-tools 4.0-1 and support
354     configuration variable SQUASHFS_BINARY.
355   * Modify update-initramfs call in grml-live script as the
356     'update-initramfs -u -t' might fail with linux images which have been
357     build using kernel-package.
358   * templates/boot/isolinux/grml.cfg: add space char at end of lines in entries
359     that are meant for manual editing (so user just has to press <tab>
360     and edit).
361   * Add 'pci=nomsi' to failsafe bootoption (thanks to Marc 'HE' Brockschmidt).
362   * Fix grml2usb bootoption in templates/boot/isolinux/grml.cfg.
363   * Display "Finished execution of stage 'WINDOWS_BINARIES'" only if the
364     according code has been executed (and do not display if skipping).
365   * Completely remove /lib/modules/${KERNEL}/kernel/drivers/isdn/hisax on
366     grml-small as there will be unresolved symbols without hisax.ko.
367
368  -- Michael Prokop <mika@grml.org>  Mon, 07 Sep 2009 15:59:47 +0200
369
370 grml-live (0.9.21) unstable; urgency=low
371
372   [ Michael Prokop ]
373
374   * New features:
375     - Split the single /etc/apt/sources.list file into structured files
376       in /etc/apt/sources.list.d/. We are using:
377       - /etc/apt/sources.list.d/grml.list for all grml related repositories
378       - /etc/apt/sources.list.d/debian.list for official Debian repositories
379       [Closes: issue349]
380     - Provide information about grml-live version and Debian/suite
381       through /etc/grml_live_version in the generated ISO. [Closes: issue637]
382     - New graphical boot menu. Can be disabled via ISOLINUX_METHOD=console.
383     - New configuration variables DISTRI_NAME and DISTRI_INFO which should allow
384       easier rebranding of grml-live based distributions.
385     - Support installation of local files (not being part of any Debian package)
386       through $CHROOT_INSTALL.
387     - Display path of FAI logs during execution of grml-live.
388     - Replace all references to ftp.de.debian.org with cdn.debian.org,
389       see http://wiki.debian.org/DebianGeoMirror for details.
390       Thanks for the idea, Marc Haber!
391
392   * Bug fixes and improvements:
393     - When adjusting postfix configuration: make sure to execute newaliases
394       command after adjusting configuration, otherwise the old hostname
395       will be left inside /etc/aliases.db.
396     - grml_cleanup_chroot: get rid of /etc/lvm/cache/.cache and
397       /etc/lvm/backup/main as well.
398     - grml_cleanup_chroot: drop the /usr/include/linux checks.
399     - 90-update-alternatives: use wm-ng as default x-window-manager.
400       [Closes: issue716]
401     - Check for existence of $target/etc/apt/important_note.txt before
402       operating on it.
403     - buildd: drop GRML_LIVE_ARCH but instead use default architecture
404       if not specified.
405     - Set UTC=no by default. See http://bts.grml.org/grml/issue708 for
406       details. Credits to Ulrich Zehl for debugging. [Closes: issue708]
407     - Improve check for architecture which should be build: if not specified
408       assume a safe default and check this one.
409     - Unify variable default checks, always assume sane defaults.
410     - Always run $SUITE checks, so grml-live repository is used also
411       if suite isn't manually specified.
412     - Detect existence of stage 'boot' using boot/isolinux so grml-live
413       executed with options '-q -B' and empty boot/isolinux works as well.
414     - Introduce $NO_WINDOWS_BINARIES which replaces $WINDOWS_BINARIES so
415       we can improve sanity checks and easify configuration.
416     - Integrate memtest86+ binary so we don't ship old versions from
417       the build host. [Closes: issue717]
418     - Check whether rebuild of ISO is needed even though the ISO exists already.
419       [Closes: issue719]
420
421   * Debian packaging related changes:
422     - Bump to Standard-Version 3.8.3 (no further changes).
423     - Improve long description.
424     - Update copyright file (make lintian happy).
425     - Register grml-live html docs using doc-base.
426
427   * Documentation:
428     - grml-cheatcodes: document bootoption 'nostartx'.
429     - Apply patch from Marc Haber (thanks!) for new grml cheatcodes
430       (new DCS directory feature).
431
432   * Software related changes:
433     - Add git-email to GRML_FULL (thanks to Joerg Woelke for mentioning).
434     - Add aesfix, aeskeyfind, bios-memimage, chaosreader, ext3grep, fatback,
435       myrescue, pipebench, safecopy, shed and xmount to GRML_FORENSIC. The
436       packages are either already available or should be available soon.
437     - Add scsitools to GRML_MEDIUM.
438     - Drop bar from GRML_FULL (no release since 2007, consider using
439       for example cpipe instead).
440     - Drop grml-saveconfig as it is replaced with recent versions
441       of grml-autoconfig.
442     - Drop hydra from GRML_FULL (the license is not a clean GPL one).
443     - Drop icedax from GRML_FULL (we have schilyutils available).
444
445   [ Thorsten Glaser ]
446   * Update MirOS bsd4grml to 20090812 and sync menu.lst, grub.cfg,
447     isolinux.cfg, syslinux.cfg with each other; provide a fallback
448     way to boot MirOS bsd4grml from both GRUB versions using modules.
449   * Fix going back to GNU GRUB from ldbsd.com via alternative boot method;
450     while here, add the grml release info to the appropriate file.
451
452  -- Michael Prokop <mika@grml.org>  Tue, 18 Aug 2009 00:33:48 +0200
453
454 grml-live (0.9.20) unstable; urgency=low
455
456   * Add gnupg2 to GRML_FULL. Thanks to Walter Haidinger.
457   * Drop all references to xserver-xorg-input-elo2300 (see #527699).
458   * Cleanups in GRML_FULL:
459     - Drop cheops (depends on libgtk1.2).
460     - Drop dviutils ("Note: selecting "texlive-extra-utils" instead of the
461       virtual package "dviutils" -> non-existing package)
462     - Drop ext2resize (see #400797).
463     - Drop fcoretools (see #534542).
464     - Drop gdk-imlib11 (see #522810).
465     - Drop gqcam (still depends on gtk1.2).
466     - Drop hping2 (hping3 is available in all relevant Debian releases
467       nowadays, see #533275).
468     - Drop libpam-pwgen (see #511613).
469     - Drop rgpsp (owner set to Debian QA Group and package doesn't seem
470       to be that important for grml).
471     - Drop windowlab (see #410618).
472     - Drop workbone (see #429178).
473   * Add check for valid Debian suite name to avoid breakage of sources.list
474     if someone calls grml-live with a typo in the -s option.
475   * Add exception for libewf1 and libstdc++2.10-glibc2.2 in
476     /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan.
477   * buildd:
478     - add support for building squeeze based ISOs.
479     - add cronjob based on what the grml team is using at daily.grml.org
480     - use '-a' instead of '-rltD' as rsync option to sync logs
481     - use timestamp with hour, minute and second to match with FAI style
482   * /etc/grml/fai/config/hooks/updatebase.GRMLBASE: install apt configuration
483     also when updating the chroot (this happens if we have a base.tgz available
484     on fresh installations).
485   * Document usage of STOP_ON_ERROR in /etc/grml/fai/fai.conf.
486   * Really add support for genisoimage (thanks for the bugreport, Worf).
487   * Set subdirectories of $OUTPUT independent of cmdline parsing so
488     it is possible to set it via conffile as well.
489   * Validate whether the specified architecture class matches the
490     architecture (option), otherwise installation of kernel will fail.
491   * Add 'How do I deploy grml-live on a plain Debian installation' to FAQ.
492   * Build grml-live documentation with table of content.
493
494  -- Michael Prokop <mika@grml.org>  Wed, 05 Aug 2009 00:34:53 +0200
495
496 grml-live (0.9.19) unstable; urgency=low
497
498   * Software related changes in GRML_FULL:
499     - add btrfs-tools
500     - add conkeror (thanks to Axel Beckert) [Closes: issue698]
501     - add gptsync
502     - add nfswatch
503     - add nilfs2-tools
504     - add pigz
505     - add postmark
506     - add tableau-parm
507     - drop all LaTeX related packages (following the result
508       of the recent "Removal of LaTeX on grml" poll):
509       auctex catdvi ctioga dvipng gnuhtml2latex lacheck latex-beamer
510       latexmk latex-mk latextug latex-xcolor pdfjam pgf
511       preview-latex-style tex-common texify texlive-base
512       texlive-base-bin texlive-common texlive-doc-base
513       texlive-fonts-recommended texlive-lang-german texlive-latex-base
514       texlive-latex-recommended texpower tth tthsum vim-latexsuite
515    - Add class LATEX which provides all the LaTeX (related) packages
516      that have been removed from GRML_FULL.
517   * Software related changes in GRML_FORENSIC:
518     - drop stegdetect (see #507908)
519     - add several further packages:
520       acpi apache2 apache2-utils at bluez-utils cpufrequtils cryptcat
521       cups cups-pdf dc dsniff dvd+rw-tools gphoto2 hdparm hping3
522       mysql-client netdiscover nmap os-prober poppler-utils pppconfig
523       rdesktop readahead readpst recoverdm rifiuti rifiuti2 rpm samba
524       samdump2 sdparm sg3-utils smbclient socat sqlite3 tcpdump
525       tcpflow tcpreplay tcptrace tcptrack tcpxtract tct time unhide
526       untex uuid-runtime vinetto w3m wamerican whois wireshark wv
527       wvdial zfs-fuse
528     Thanks also to Hans-Peter Merkel for his tool list.
529   * Drop hdparm from GRML_FULL, GRML_MEDIUM and GRML_SMALL as it
530     is part of GRMLBASE already.
531   * Bump Standard Version to 3.8.2 (no further changes).
532
533  -- Michael Prokop <mika@grml.org>  Tue, 28 Jul 2009 15:23:51 +0200
534
535 grml-live (0.9.18) unstable; urgency=low
536
537   * Integrate grub2 for hybrid boot. Big thanks to Thorsten Glaser
538     for his work and help.
539   * Add safecopy to GRML_FULL (thanks to Wernfried Haas for the hint).
540   * grml-cheatcodes: mention libata specific bootoptions.
541     Thanks to Christian Vogel! [Closes: issue685]
542   * Apply patches by Thorsten Glaser <tg@mirbsd.org>:
543     - Fix jumping back from the bsd4grml loader (ldbsd.com) to GNU GRUB
544     - Update bootgrub.mksh from MirBSD
545     - Pad official ISOs to multiples of 256 KiB for partition table support.
546   * Add bc to Depends as bootgrub.mksh requires it.
547
548  -- Michael Prokop <mika@grml.org>  Sat, 13 Jun 2009 12:11:19 +0200
549
550 grml-live (0.9.17) unstable; urgency=low
551
552   [ Frank Terbeck ]
553   * grml-live-remaster: Support $VISUAL and fall back to 'vi' if
554     EDITOR is empty. [Closes: issue664]
555
556   [ Michael Prokop ]
557   * Mention speakup.synth=... and hwspeak in grml-cheatcodes.txt.
558   * 15-initsetup: warn if /etc/runlevel.conf (and therefore live-rc)
559     does not exist and skip rest of the script then.
560   * Software related changes:
561     - Drop package snort from GRML_FULL and all the workarounds for it.
562       It's once again uninstallable in Debian/unstable.
563     - Drop package sing from GRML_FULL (removed from Debian, see #530487).
564     - Drop package nemesis from GRML_FULL (unmaintained upstream and
565       uninstallable in Debian, see #423201 and #529508).
566     - Drop package paketto from GRML_FULL (removed from Debian, see #530486).
567     - Drop package ifupdown-scripts-zg2 from GRML_FULL.
568   * Set APT_LISTCHANGES_FRONTEND and APT_LISTBUGS_FRONTEND to 'none'
569     on upgrade actions in /etc/grml/fai/config/hooks/instsoft.GRMLBASE.
570   * Update /boot/grub/* files in build output on every invocation of
571     grml-live (as we do it for isolinux stuff too), so the variables
572     inside menu.cfg are up2date if rebuilding the ISO. [Testing: issue676]
573   * Use variable for $FLAVOUR.squashfs in grub's menu.lst as well.
574
575  -- Michael Prokop <mika@grml.org>  Fri, 29 May 2009 12:55:05 +0200
576
577 grml-live (0.9.16) unstable; urgency=low
578
579   * Software related changes:
580     - Add u3-tool to GRML_FULL.
581     - Disable nttcp and lmbench (both non-free) in GRML_FULL.
582     - Drop ttf-bitstream-vera from GRML_FULL (superseeded by its
583       improved version named ttf-dejavu, see #461308).
584     - Drop snownews from GRML_FULL (orphaned, inactive upstream,
585       better alternatives like newsbeuter, see #468778).
586   * Mention persistent bootoption in grml-cheatcodes.txt.
587
588  -- Michael Prokop <mika@grml.org>  Tue, 19 May 2009 20:52:31 +0200
589
590 grml-live (0.9.15) unstable; urgency=low
591
592   The "hey, let's have a grml release party" Release.
593   * As dillo isn't available in Debian/unstable due to removal
594     of libgtk1.2 we'll replace it with xlinks2 from package links2:
595     - GRML_FULL: drop dillo
596     - GRML_MEDIUM: replace links with links2 and drop dillo
597     - XORG: replace dillo with links2
598   * Drop cpp-4.1 and g++-4.1 from GRML_FULL.
599   * Drop bzr from GRML_FULL (19MB is just too much).
600   * Drop all kernel related packages that aren't available overall.
601   * Drop linux-wlan-ng, as its module can't be built.
602
603  -- Michael Prokop <mika@grml.org>  Mon, 18 May 2009 10:09:22 +0200
604
605 grml-live (0.9.14) unstable; urgency=low
606
607   The "hey, let's have a post-lenny drop-party" Release.
608   * Update /usr/share/locale handling: restore *empty* directories
609     because otherwise installation/upgrade of packages might fail.
610   * Document findiso bootoption in grml-cheatcodes.txt.
611   * Software related changes:
612     - Readd clive as the dependency on libterm-progressbar-perl was
613       dropped (see #526999)
614     - Drop airsnort (unmaintained upstream, #429507)
615     - Drop array-util (unmaintained in Debian, #456648)
616     - Drop automake1.8 (cleanup of automake packages, #473365)
617     - Drop biew (old, no users, depends on debmake, #460636)
618     - Drop cpp-2.95 (deprecated)
619     - Drop db4.3-util (deprecated)
620     - Drop debmake (obsolete, #462978)
621     - Drop dynafont (upstream obsoleted by fonty-rg, #474125)
622     - Drop eciadsl (unmaintained, broken with recent kernels, #470680)
623     - Drop elfkickers (RC buggy; abandoned upstream, #523811)
624     - Drop fragroute (out of date, orphaned, inactive, #487127)
625     - Drop fttools (not available in any repos)
626     - Drop funionfs (replaced by unionfs-fuse, #515955)
627     - Drop gscanbus (obsolete, unmaintained, #429559)
628     - Drop hdaps-utils (out of date, obsolete, #526172)
629     - Drop hpijs (saving us 1352kB + 27,0MB from its dependencies disk space)
630     - Drop ipxripd (obsolete, few users, #462178)
631     - Drop jmon (orphaned, better alternatives, dead upstream, #510520)
632     - Drop linneighborhood (unmaintained, better alternatives, #466489)
633     - Drop mobilemesh (obsolete, #452102)
634     - Drop ms-sys (contains non-free code, #470678)
635     - Drop mutella (abandoned upstream, #489422)
636     - Drop ndiswrapper-common (dep. only) + ndiswrapper-utils (dummy package)
637     - Drop ndiswrapper-utils-1.1 (replaced by ndiswrapper-utils-1.9)
638     - Drop o3read (abandoned upstream; superseded by odt2txt, #477311)
639     - Drop potion (orphaned, out of date, low popcon, #499262)
640     - Drop powertweakd, powertweak-gtk and lspowertweak
641       (unmaintained upstream, #515588)
642     - Drop scsi-idle (RC-buggy, useless, #385285)
643     - Drop sjog (dead upstream, depends on legacy libs, unmaintained, #509403)
644     - Drop stegdetect / xsteg (orphaned, inactive upstream, GTK+ 1.2, #507908)
645     - Drop traceproto (not maintained upstream; alternative available, #495759)
646     - Drop type1inst (orphaned and useless, #158476)
647     - Drop unionfs-tools (buggy, replaced by aufs*, #515959)
648     - Drop unison2.9.1 (obsolete, #443244)
649     - Drop upstreamdev (alpha quality; abandoned upstream; low popcon, #494565)
650     - Drop vnc-common (dead upstream, superseded by vnc4, #469247)
651     - Drop vncommand (not available in any repos)
652     - Drop xmove (buggy, orphaned, dead upstream, #486772)
653     - Drop xserver-xorg-video-imstt (abandoned, #523683)
654     - Drop xserver-xorg-video-vga (abandoned, #523687)
655     - Drop xwatchwin (orphaned, no rdepends, #491903)
656
657  -- Michael Prokop <mika@grml.org>  Fri, 15 May 2009 10:06:42 +0200
658
659 grml-live (0.9.13) unstable; urgency=low
660
661   * Split package into grml-live and grml-live-addons.
662     Add grml-live-addons to Recommends of package grml-live.
663     Package grml-live-addons provides the templates/boot/addons
664     files that require >7MB of disk space overall so we don't
665     want to ship it with default grml:
666     - allinone.img
667     - balder10.imz
668     - bsd4grml/
669     - chain.c32
670     - hdt.c32
671     - memdisk
672     - menu.c32
673     - pci.ids
674   * Add ${misc:Depends} to binary packages' depend.
675   * Bump Standard-Version to 3.8.1 (no further changes).
676   * Install /etc/grml/fai/live-initramfs/live.conf only if
677     /etc/live.conf does not exist in the target yet.
678   * Update isolinux.bin to version 2:3.75+dfsg-1 (3.75 Debian-2009-04-17)
679     from Debian.
680   * Integrate HDT ("Hardware Detection Tool") as bootoption 'hdt'.
681     http://syslinux.zytor.com/wiki/index.php/Hdt_(Hardware_Detection_Tool)
682     Thanks for the point, formorer!
683     Use pci.ids from http://pciids.sourceforge.net/
684   * Mention bsd and hdt in isolinux' bootsplash f3.
685   * Mention readonly, hdt and bsd bootoptions in grml-cheatcodes.txt.
686   * Slightly improve 'grml2ram' vs 'grml toram' description in bootsplash.
687   * Software related changes:
688     - Add virtualbox-ose-guest-x11 to GRML_FULL and GRML_MEDIUM.
689     - Add virtualbox-ose-guest-modules-2.6.28-grml to GRML_MEDIUM.
690     - Add speakup-tools to GRML_FULL.
691     - Replace cupsys-bsd with cups-bsd and cupsys-client with cups-client.
692     - Drop atl2-modules-2.6.28* from package list (merged in mainline).
693     - Drop cupsys transitional package.
694     - Drop clive from GRML_FULL as it depends on a fscking large perl
695       package (see #526999).
696     - Drop gcc-4.1 gcc-4.1-base, gcc-4.2-base, gettext-base, groff-base,
697       imlib11, imlib-base and perl-base from GRML_FULL (deprecated and
698       unnecessary packages).
699
700  -- Michael Prokop <mika@grml.org>  Tue, 05 May 2009 09:46:26 +0200
701
702 grml-live (0.9.12) unstable; urgency=low
703
704   * Add noapic, noresume, selinux=0 and edd=off to 'failsafe'
705     bootoption and use maxcpus=0 instead of maxcpus=1.
706   * Add dvtm to GRML_FULL (thanks to plh).
707   * GRML_FULL and GRML_FORENSIC: replace libewf with libewf1.
708   * Add packages to GRML_MEDIUM:
709     - nfs-kernel-server [Closes: issue471]
710     - aufs-tools (thanks for suggestion, Tong Sun) [Closes: issue652]
711   * Remove madwifi* from GRML_FULL and GRML_MEDIUM (being replaced
712     by ath5k and ath9k of linux kernel 2.6.28, see #519446).
713   * Update bsd4grml to version 20090411.
714
715  -- Michael Prokop <mika@grml.org>  Sat, 11 Apr 2009 12:26:02 +0200
716
717 grml-live (0.9.11) unstable; urgency=low
718
719   * Remove base64 from GRML_FULL as coreutils (>= 6.0-1) provide
720     a base64 binary now.
721   * Use 'user' instead of 'users' again after discussing the issue
722     in issue582.
723
724  -- Michael Prokop <mika@grml.org>  Sun, 01 Mar 2009 20:23:49 +0100
725
726 grml-live (0.9.10) unstable; urgency=low
727
728   * buildd:
729     - Add workaround to get around the mkisofs volume label limit.
730       Otherwise with something like 'grml64-medium-daily-squeeze 20090223'
731       we would get:
732       "mkisofs: Volume ID string too long (cur. XX max. 32 chars)."
733     - add buildd/execute.sh to further simplify buildd/*.sh setup
734     - send_mail(): do not append /var/log/grml-buildd.stdout by default
735     - add shebang line to buildd/[execute|functions].sh to make lintian happy
736   * Replace placeholder %GRML_NAME_SQUASHFS% with according value in
737     bootsplash f5. [Closes: issue619]
738   * Drop dropbear from GRML_FULL. The "ssh server inside initramfs"
739     is just too annoying for us. [Closes: issue617]
740
741  -- Michael Prokop <mika@grml.org>  Fri, 27 Feb 2009 13:11:31 +0100
742
743 grml-live (0.9.9) unstable; urgency=low
744
745   * Update to kernel 2.6.28-grml[64].
746   * Changes in GRML_FULL:
747     - drop package tspc (see #462738 and #515193)
748     - replace gqview with geeqie (thanks, Spida)
749   * Changes in GRML_MEDIUM:
750     - add beep (on request by gebi)
751     - add dstat (on request by gebi)
752     - add mc (on request by Christian Kuehlborn)
753   * Document noautoconfig in grml-cheatcodes. Thanks to Ralf Moll!
754   * buildd:
755     - rename all etch* related scripts to lenny*
756     - adjust scripts to use "lenny" instead of "stable" for building
757       [to avoid that "etch" is used as build name but lenny is used]
758     - use "$NAME-daily-$SUITE" in functions.sh as build name so
759       identifying ISOs while running them is easier
760   * Support squeeze as valid suite name.
761   * Comment Debian/unstable in /etc/grml/fai/apt/preferences by default.
762     This should avoid issues with something like
763     'apt-get -t experimental ...'
764   * Consequently drop 'Latest change' lines from all files.
765   * Support generation of sha1sum [Testing: issue622]
766   * Drop first, unnecessary APPEND line in isolinux.cfg and syslinux.cfg.
767     [Closes: issue492]
768   * Do no longer use the bootoption lang=us by default. We use it by default
769     in grml-autoconfig anyway and this shortens our /proc/cmdline.
770   * Run commands requiring network access through 'timeout 10' by default
771     if possible. [Closes: issue396]
772   * Do not use build server's hostname for /etc/mailname and
773     /etc/bacula/bacula-fd.conf. [Testing: issue412]
774   * Add "forensic" to the append line when using the forensic kerneloption
775     so we can grep for it in any case.
776   * 15-initsetup: keep a backup of the original runlevel.conf file.
777     Thanks to Thomas Lehmann for the idea! [Closes: issue570]
778   * instsoft.GRMLBASE: support installation of multiple gpg keys
779     via /etc/grml/fai/files/etc/apt/*.key
780   * isolinux.cfg/syslinux.cfg: Drop duplicated 'MENU DEFAULT'.
781     Thanks to Thomas Lehmann for the bugreport!
782   * Move /etc/grml/fai/apt/preferences to /etc/grml/fai/files/etc/apt/.
783     This simplifies the directory layout a bit. Clarify its usage
784     in /etc/grml/fai/apt/important_note.txt
785   * Install all files from /etc/grml/fai/files/etc/apt. This supports
786     usage of directories like /etc/apt/apt.conf.d. Thanks for the
787     hint to Thomas Lehmann. [Closes: issue632]
788   * Replace all "sed -i 's/././' foo" calls with
789     'sed -i 's/././' foo | sponge foo' instead inside main grml-live script
790     so we don't destroy any existing symlinks. Depend on moreutils therefor.
791     [Closes: issue631]
792   * Integrate bsd4grml [hash: 987ce9a6f9ce205ba64794ed3fcac603]. This
793     provides MirBSD as bootoption 'bsd' at grml's bootprompt. Thanks to
794     Thorsten "mirabilos" Glaser for his work! Add support for
795     configuring NO_ADDONS_BSD4GRML via configuration file.
796   * Add informational header to /etc/grml/fai/apt/sources.list and
797     update docs regarding the file.
798   * If specified SUITE is unstable use 'sid' instead (to avoid breakages
799     with debootstrap).
800   * Support NO_ADDONS via configuration file.
801   * Always skip mksquashfs part when using -q option.
802   * Adjust configuration files on the fly only when the according lines
803     aren't comments.
804
805  -- Michael Prokop <mika@grml.org>  Mon, 23 Feb 2009 12:43:18 +0100
806
807 grml-live (0.9.8) unstable; urgency=low
808
809   * Improve help text of the release option in usage info.
810   * Drop fblog from GRML_FULL (obsolete with 2.6 kernels, #427139).
811   * Add libcap2-bin to GRML_FULL.
812   * Upgrade isolinux.bin to version from syslinux-common 2:3.73+dfsg-1.
813     [Testing: issue569]
814   * Integrate /etc/grml/fai/config/scripts/GRMLBASE/18-timesetup to
815     improve UTC handling. Thanks for the script, Thomas Lehmann!
816
817  -- Michael Prokop <mika@grml.org>  Thu, 12 Feb 2009 14:20:39 +0100
818
819 grml-live (0.9.7) unstable; urgency=low
820
821   * Add packages to GRML_FULL:
822     - aiccu (thanks, Christian Vogel)
823     - genext2fs
824     - radvd (thanks, Christian Vogel)
825     - tf (thanks, Rhonda)
826   * Add genext2fs to GRML_MEDIUM (for use within live-snapshot).
827   * Support execution without touching the chroot at all using option "-B".
828     Thanks for the patch, Jimmy.
829   * Update current state section of documentation.
830   * Update cheatcode documentation (thanks to Moritz Augsburger).
831   * Drop cryopid from GRML_FULL, see #507882.
832
833  -- Michael Prokop <mika@grml.org>  Fri, 12 Dec 2008 12:17:35 +0100
834
835 grml-live (0.9.6) unstable; urgency=low
836
837   * Add new packages to GRML_FULL:
838     - cciss-vol-status (HP SmartArray RAID Volume Status Checker)
839     - dwdiff (front-end for the diff program that operates word by word)
840     - espeakup (connector between espeak and speakup)
841     - faketime (report faked system time to programs)
842     - fcoretools (Tools to advise the IO scheduler)
843     - latencytop (A tool for developers to visualize system latencies)
844     - qiv (A quick image viewer for X)
845     - speakup-modules-2.6.26-grml64 (support speakup on amd64 as well)
846   * Add irqbalance to GRML_MEDIUM.
847     - irqbalance (Daemon to balance interrupts for SMP systems)
848     - latencytop (A tool for developers to visualize system latencies)
849     - powertop (Linux tool to find out what is using power on a laptop)
850   * Remove localepurge from GRML_SMALL.
851   * Remove mozilla-imagezoom from GRML_FULL (the "extension installed"
852   * Execute dpkg-reconfigure for localepurge with noninteractive frontend.
853     [Closes: issue554]
854   * Rework locale handling. From now on /usr/share/locale gets removed
855     by default (though /usr/share/i18n/locales won't be touched for
856     now), unless using class LOCALES. Reason: We have >70MB inside
857     /usr/share/locale on GRML_FULL, just too much to ship by default,
858     message at startup sucks).
859   * Update grml-cheatcodes.txt.
860   * Provide grml's gpg key via /etc/grml/fai/files/etc/apt/grml.key
861     so we support offline operation as well. Based on an idea by
862     Thomas Lehmann, thanks!
863   * Generate ISO with volume label "${GRML_NAME} ${VERSION}" instead of
864     "grml $VERSION" so we propagate the according grml-name. Thanks to
865     Thomas Lehmann!
866   * Support -q option to build the ISO without (re-)creating the squashfs
867     compressed file using mksquashfs.
868
869  -- Michael Prokop <mika@grml.org>  Wed, 19 Nov 2008 11:13:05 +0100
870
871 grml-live (0.9.5) unstable; urgency=low
872
873   * Drop "root (cd)" from grub/menu.lst. Thanks, Tong Sun. [Closes: issue552]
874   * Drop xserver-xorg-video-newport from all flavours.
875   * Replace all unzoo package references with zoo, see #497775.
876   * Handle policy-rc.d in /etc/grml/fai/config/hooks/updatebase.GRMLBASE
877     because we have to skip FAI's updatebase task and lack /proc therefore.
878     New packages that are being installed and want to start any daemons
879     might fail, let's try to do our best to avoid that.
880   * Try to get rid of any hanging $CHROOT_OUTPUT/dev[/pts] mountpoints.
881   * Drop clamav-getfiles from GRML_FULL.
882   * Update debian/control:
883     - move from XS-Vcs-* to Vcs-*
884     - use Build-Depends-Indep
885
886  -- Michael Prokop <mika@grml.org>  Sat, 25 Oct 2008 12:18:37 +0200
887
888 grml-live (0.9.4) unstable; urgency=low
889
890   * Update docs (some minor fixes, migration from hg to git,..)
891   * Use squashfs-lzma-tools instead of squashfs-tools:
892     Depend on squashfs-lzma-tools - but allow usage
893     of squashfs-tools as well).
894   * Activate grml-testing repository for devel releases and
895     daily snapshots. [Testing: issue531]
896   * All flavours:
897     - drop lzma-modules-2.6.26-grml[64] and
898       squashfs-modules-2.6.26-grml[64] as we have it
899       in-tree of kernel 2.6.26-grml[64].
900   * GRML_FULL:
901     - add ipset
902     - drop wodim and genisoimage as we have a fully functional
903       cdrtools suite in grml
904   * GRML_MEDIUM:
905     - replace rt73-module-2.6.26-grml with rt73-modules-2.6.26-grml.
906   * GRML_SMALL:
907     - several improvements to keep the ISO size as small as possible
908     - use kernel 2.6.26-grml instead of 2.6.26-grml-small
909     - remove grml-small package
910     - remove fuse-utils
911     - remove nvi (see #490361)
912     - remove ppoeconf (just too big with its dependencies)
913     - remove prism54-firmware (for saving disk space)
914   * Support environment variable NO_ADDONS to avoid usage of
915     addons directory.
916   * Initial support for SQUASHFS_EXCLUDES_FILE.
917   * Do not include vmlinuz and initrd when building grml-small.
918   * We switched from Mercurial to Git - replaced all hg-URLs
919     with git.grml.org
920
921  -- Michael Prokop <mika@grml.org>  Wed, 01 Oct 2008 21:34:43 +0200
922
923 grml-live (0.9.3) unstable; urgency=low
924
925   * Improve the way deborphan works in
926     /etc/grml/fai/grml/grml_cleanup_chroot.deborphan and
927     get rid of aptitude via
928     /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
929   * Add PREREQ header to grml's initramfs-tools script, otherwise
930     booting fails with "PANIC: Circular dependancy.  Exiting."
931     Thanks for debugging help, maximilian attems.
932   * Use apt-get instead of dpkg in removal of packages in grml-small.
933   * Add tig to GRML_FULL, thanks Rhonda.
934
935  -- Michael Prokop <mika@grml.org>  Thu, 25 Sep 2008 20:05:19 +0200
936
937 grml-live (0.9.2) unstable; urgency=low
938
939   * Improve checks for -[no]lzma for different squashfs-tools.
940
941  -- Michael Prokop <mika@grml.org>  Thu, 04 Sep 2008 13:28:48 +0200
942
943 grml-live (0.9.1) unstable; urgency=low
944
945   * Rebuild initramfs to make sure that the up2date /etc/grml_version
946     is available in the live initramfs. [Closes: issue516]
947
948  -- Michael Prokop <mika@grml.org>  Thu, 04 Sep 2008 13:27:35 +0200
949
950 grml-live (0.9.0) unstable; urgency=low
951
952   * Update to kernel 2.6.26-grml[64].
953   * Drop sysutils and cupsys-common from package lists.
954   * Add ext3grep to GRML_FULL.
955   * Integrate /etc/grml/fai/config/package_config/GRML_FORENSIC.
956   * Move ssdeep and scrounge-ntfs from grml's repository list to
957     Debian's one.
958   * Drop syslog-ng in all classes and use rsyslog in GRMLBASE.
959   * Document classes in more details. Thanks to Pawel Sadkowski
960     for pointing out. [Closes: issue490]
961   * Drop qtparted from GRML_FULL, we have better maintained
962     gparted now.
963   * Get rid of /etc/grml/fai/config/class/GRML_FULL.var,
964     /etc/grml/fai/config/class/GRML_MEDIUM.var,
965     /etc/grml/fai/config/class/GRML_POWERPC.var and
966     /etc/grml/fai/config/class/GRML_SMALL.var - we manage the
967     configuration through GRMLBASE.var and this way it's much
968     easier to adjust settings according to your needs.
969   * Improve error handling in grml-live, including a check
970     for pipestatus of fai command.
971   * Output grml version in grml's live-initramfs script
972     Thanks for the idea, Marc Haber. [Closes: issue488]
973   * Drop glimpse from GRML_FULL due to license problems, see #474322.
974   * Display SQUASHFS_OPTIONS in configuration overview.
975   * Make sure it's possible to get usage information without being
976     root or actually executing the script.
977   * Improve usage information screen.
978   * Display progress of squashfs, when building via a buildsystem
979     just set -no-progress in $SQUASHFS_OPTIONS instead.
980   * Use linux-kernel-headers-grml in grml-medium.
981   * Use vim.basic as alternative setting for 'vi'.
982
983  -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 15:17:39 +0200
984
985 grml-live (0.8) unstable; urgency=low
986
987   * Remove packages from GRML_FULL:
988     - apmd (the package is just borken, see #475432)
989     - raggle (#479562)
990   * Remove scandelay bootoption from grml-cheatcodes.txt (thanks
991     for mentioning in a bugreport, Marc Haber!)
992   * Add packages to GRML_FULL:
993     - ent (thanks, gebi)
994   * Add packages to GRML_MEDIUM:
995     - xfsdump (thanks, George Hartlieb)
996   * Mention "grml debug=noscreen" in grml-cheatcodes.txt.
997
998  -- Michael Prokop <mika@grml.org>  Mon, 12 May 2008 19:13:32 +0200
999
1000 grml-live (0.7) unstable; urgency=low
1001
1002   * Update templates/boot/addons/allinone.img to current version
1003     from http://home.arcor.de/mschierlm/bootdisk/
1004     Thanks, Michael Schierl.
1005   * Add packages to GRML_FULL:
1006     - gnuit
1007     - i2c-tools [thanks to Mario Holbe]
1008     - iotop
1009     - keynav
1010   * Remove packages from GRML_FULL:
1011     - emelfm (#364442)
1012     - nufw (#468245)
1013     - sound-recorder (#288211)
1014   * Readd libewf to GRML_FULL.
1015   * buildd: use RELEASE-class in all build scripts
1016   * Mention noquick bootoption in bootsplash and cheatcode file.
1017   * Fix typo in bootsplash f3, thanks to Daniel Martin for reporting.
1018   * Make sure username is adjusted in /etc/inittab.grml if username
1019     not being "grml". Thanks for reporting, Thomas Lehmann.
1020     [Testing: issue436]
1021   * Add check for existence of -nolzma option. If squashfs-tools
1022     doesn't support it at all then just get rid of the option.
1023
1024  -- Michael Prokop <mika@grml.org>  Sun, 11 May 2008 18:28:12 +0200
1025
1026 grml-live (0.6) unstable; urgency=low
1027
1028   * Write squashfs filename to /live/filesystem.module.
1029   * Adjust grml-live-remaster for new file system layout
1030     and add support for working on a booted USB device.
1031
1032  -- Michael Prokop <mika@grml.org>  Sat, 23 Feb 2008 11:12:10 +0100
1033
1034 grml-live (0.5) unstable; urgency=low
1035
1036   * Make sure we use ${GRML_NAME}.squashfs instead of hardcoded
1037     grml.squashfs.
1038   * Update bootsplashes to current implementation, based on
1039     live-initramfs and grml-autoconfig.
1040   * Get rid of gnu-fdisk in GRML_FULL (it's causing just too many
1041     headaches, see #461888, #463720 and #445304 for example).
1042   * Add sshfs to GRML_MEDIUM.
1043
1044  -- Michael Prokop <mika@grml.org>  Wed, 20 Feb 2008 16:41:06 +0100
1045
1046 grml-live (0.4) unstable; urgency=low
1047
1048   * Add new packages to GRML_FULL:
1049     - linux-uvc-modules-2.6.23-grml
1050     - luvcview
1051   * Add new packages to GRML_MEDIUM:
1052     - at76-usb-modules-2.6.23-grml
1053     - atl2-modules-2.6.23-grml
1054     - firmware-ralink
1055     - rt2400-modules-2.6.23-grml
1056     - rt2500-modules-2.6.23-grml
1057     - rt73-module-2.6.23-grml
1058   * Finally fixed the "isolinux does not boot on old hardware" problem.
1059     The problem was a too big boot/isolinux directory. Thanks a lot
1060     for all the testing to Andrea Mayr and Wernfried Haas!
1061     - use /boot/addons/* for allinone.img, balder10.imz, chain.c32,
1062       menu.c32 and memtest
1063     - place $GRML_NAME in /boot/$GRML_NAME/ - this should easify
1064       support of several grml flavours on one single usb pen for the future
1065     - adjust grub's menu.lst and isolinux.cfg as well as grml-live itself
1066       for new directory layout
1067   * Make sure $GRML_NAME does not contain known problematic characters.
1068
1069  -- Michael Prokop <mika@grml.org>  Fri, 15 Feb 2008 16:08:38 +0100
1070
1071 grml-live (0.3) unstable; urgency=low
1072
1073   * Add virtualbox-ose-guest-utils [x86-only] to GRML_MEDIUM.
1074   * Update isolinux.bin to "ISOLINUX 3.61 Debian-2008-02-05" again. Versions
1075     older than 3.51 don't work with recent kernel versions like 2.6.23
1076     anymore. :(
1077   * Update templates/boot/isolinux/memdisk from syslinux package
1078     version 2:3.61+dfsg-1.
1079
1080  -- Michael Prokop <mika@grml.org>  Wed, 13 Feb 2008 10:33:43 +0100
1081
1082 grml-live (0.2) unstable; urgency=low
1083
1084   * Revert isolinux.bin to version 3.31. Newer versions (like 3.55-1)
1085     just fail on several old boxes. [Testing: issue400]
1086   * Add new packages to GRML_FULL:
1087     - auctex
1088     - loop-aes-testsuite
1089   * Add new packages to GRML_MEDIUM:
1090     - atl2-modules-2.6.23-grml
1091     - firmware-iwlwifi
1092     - madwifi-modules-2.6.23-grml[64]
1093     - madwifi-tools
1094   * Set 'confirm=1' in /etc/apt/listchanges.conf.
1095   * Add /etc/grml/fai/config/scripts/GRMLBASE/36-cpufrequtils
1096     for providing default /etc/default/loadcpufreq configuration.
1097   * Move sourcing /etc/grml/grml-live.local *before* the cmdline
1098     option parsing so we can override already set defaults interative.
1099   * Grep using the quiet option for squashfs features.
1100
1101  -- Michael Prokop <mika@grml.org>  Mon, 14 Jan 2008 22:54:10 +0100
1102
1103 grml-live (0.1) unstable; urgency=low
1104
1105   * Bump version number to 0.1 as we ship grml-live with the
1106     upcoming stable versions.
1107   * Source /etc/grml/grml-live.local before parsing command line
1108     options to be able to override configuration on the commandline.
1109   * Use /usr/bin/vim.tiny as alternativ for vi.
1110   * Add new packages to GRML_FULL:
1111     - at76-usb-modules-2.6.23-grml64
1112     - bluez-audio
1113     - conky (thanks, shehu)
1114     - epdfview
1115     - gfs2-tools
1116     - sslscan
1117     - truecrypt-2.6.23-grml64
1118     - unsort
1119   * Remove bluetooth-alsa from GRML_FULL.
1120   * Add new packages to GRML_MEDIUM:
1121     - ntfs-3g
1122     - truecrypt-2.6.23-grml64
1123   * templates/boot/grub/menu.lst, templates/boot/isolinux/*.cfg:
1124     - drop deprecated entries
1125     - add debian2hd for isolinux/syslinux
1126     - fix serial bootoption
1127     - add grml2hd template for grub
1128   * /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot:
1129     remove packages via dpkg instead of apt-get. Thanks for the
1130     bugreport and the patch, Lupe Christoph! [Closes: issue367]
1131   * Use -no-progress option for mksquashfs only if it's supported.
1132
1133  -- Michael Prokop <mika@grml.org>  Fri, 11 Jan 2008 01:56:01 +0100
1134
1135 grml-live (0.0.14) unstable; urgency=low
1136
1137   * Include initial version of the grml-live-remaster script,
1138     contributed by Michael Schierl (thanks!) [Closes: issue331]
1139   * Bump Standard-Version to 3.7.3 (no further changes).
1140   * Set debconf configuration for postfix via
1141     /etc/grml/fai/config/scripts/GRMLBASE/05-hostname
1142   * Improve check for presence of FAI log directory in
1143     /etc/grml/fai/config/scripts/GRMLBASE/95-package-information
1144   * Configure apt-listchanges via new script
1145     /etc/grml/fai/config/scripts/GRMLBASE/97-apt-listchanges
1146   * Make sure packages are being removed before docs are being
1147     deleted in /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
1148   * Create grml-live.log-file with permissions 664.
1149   * Adjust buildd/functions.sh for new logging.
1150   * Fix kernel related packages for GRML_MEDIUM and GRML_FULL
1151     on AMD64 architecture. Add several new kernel packages for amd64
1152     to GRML_FULL.
1153   * Split grml + grml-files into x86 vs. amd64 (grml64 + grml-files64).
1154   * Drop packages from GRML_FULL:
1155     - findimagedupes: too many new dependencies, being:
1156       libgraphics-magick-perl libgraphicsmagick1 libwmf0.2-7
1157     - netpipes: conflicts with timelimit (see #457444) and does
1158       not support IPv6 yet
1159   * Add new packages to GRML_FULL:
1160     - asql
1161     - at76-usb-modules-2.6.23-grml
1162     - edac-utils
1163     - ifupdown-extra
1164     - opencryptoki
1165     - pmailq
1166     - r6040-modules-2.6.23-grml
1167     - scamper
1168     - timelimit
1169     - virtualbox-ose-guest-modules-2.6.23-grml
1170     - virtualbox-ose-guest-utils
1171
1172  -- Michael Prokop <mika@grml.org>  Mon, 17 Dec 2007 00:51:05 +0100
1173
1174 grml-live (0.0.13) unstable; urgency=low
1175
1176   * New option '-b' for "build-only".
1177   * Replace mailx with bsd-mailx in GRML_FULL.
1178     http://packages.qa.debian.org/b/bsd-mailx/news/20071209T135336Z.html
1179   * Store package list in /usr/share/doc/grml-docs/packages/dpkg_list
1180   * Document grml2ram bootoption in grml-cheatcodes.txt
1181   * Use -no-progress for Squashfs build process.
1182   * Improve /etc/resolv.conf handling in
1183     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
1184   * Adjust hostname in /etc/postfix/main.cf.
1185   * Make sure /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan does not fail.
1186   * Fix typo in /etc/grml/fai/config/scripts/GRMLBASE/32-xorg
1187   * Make sure $HOSTNAME is unset by default.
1188   * Disable Recommends for aptitude as well.
1189   * Check for presence of live-initramfs in 10-build-initramfs.
1190   * Install aptitude in softupdate if not present.
1191   * Always drop groff-base, man-db, info, man-db, manpages and nano from grml-small.
1192   * Fix snort setup (/etc/default/snort.dpkg-dist) via
1193     /etc/grml/fai/grml/grml_cleanup_chroot
1194   * Do some further cleanups via /etc/grml/fai/grml/grml_cleanup_chroot.deborphan
1195   * Remove hwtools from GRML_FULL, see #397723
1196   * Remove several packages from GRMLBASE and integrate them in GRML_MEDIUM
1197     instead so we keep grml-small as small as possible:
1198     acpi-support, aumix, alsa-utils, dctrl-tools, debconf-utils,
1199     grml-debian-keyring, grml-debugtools, grml-files, grml-hwinfo, grml-laptop,
1200     grml-mercurial-utils, grml-pylib, grml-sectools, grml-templates,
1201     grml-terminalserver, htop, iptstate, locales, multitail, postfix, powernowd,
1202   * Add new packages to GRML_MEDIUM:
1203     - truecrypt-2.6.23-grml
1204   * Add new packages to GRML_FULL:
1205     - git-svn (thanks for the suggestion, Brad Cable) [Closes: issue361]
1206     - gnupg-pkcs11-scd
1207     - gparted
1208     - grml-paste
1209     - iscsitarget-module-2.6.23-grml (replaces iscsitarget-2.6.23-grml)
1210     - unhide
1211   * buildd:
1212     - store_iso(): move md5sum file as well
1213     - support providing options via grml_live_run() so we can disable
1214       LZMA for grml-small builds
1215
1216  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 22:38:31 +0100
1217
1218 grml-live (0.0.12) unstable; urgency=low
1219
1220   * Log mkisofs command with quotes around version number for easier
1221     copy/paste.
1222   * Ship syslinux files via template directory because the syslinux
1223     version (1:3.31-4) in Debian/etch is broken. :(
1224     Drop syslinux from Depends.
1225   * Mention -u option if using the option by accident and the chroot
1226     does not exist yet.
1227   * Update buildd/cleanup.sh and add buildd/files/.logo.png,
1228     buildd/files/.style.css, buildd/files/HEADER.html and
1229     buildd/link_latest.sh (create symlinks for latest snapshot ISOs)
1230     and provide upload_logs().
1231   * Generate md5sum of ISO if using class 'RELEASE'.
1232   * Do not install package 'grml' via GRMLBASE because we want
1233     to use grml-small in GRML_SMALL and GRML_MEDIUM.
1234   * Remove and recreate /root directory in 98-clean-chroot.
1235   * Skip stage updatebase when using softupdate and handle upgrade
1236     on our own via hooks.
1237   * Execute removal of log files after sourcing config files.
1238
1239  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 17:28:01 +0100
1240
1241 grml-live (0.0.11) unstable; urgency=low
1242
1243   * New option -z to use ZLIB instead of LZMA compression and
1244     support SQUASHFS_OPTIONS in configuration file.
1245   * Add new class XORG.
1246   * Add X.org packages to GRML_MEDIUM.
1247   * Make sure /etc/X11/X is not a symlink to /bin/true. Check and fix
1248     via /etc/grml/fai/config/scripts/GRMLBASE/32-xorg.
1249   * Adjust grml-buildd for new logdir structure.
1250   * Add new script /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan
1251     which adds shadowfs and bsdtar to the 'never report'-list of deborphan.
1252   * Diplay use of $LOCAL_CONFIG in configuration dialog.
1253   * Remove fai's last-dirinstall and last-softupdate when using
1254     ZERO_FAI_LOGFILE as well.
1255   * Depend on fai-client (>= 3.2.4), fai-server (>= 3.2.4) as version
1256     3.2.3 has a serious bug.
1257   * Add new packages to GRML_FULL:
1258     - atl2-modules-2.6.23-grml
1259     - firmware-ralink (replaces firmware-rt61 and firmware-rt73)
1260     - firmware-rt61
1261     - firmware-rt73
1262     - mlocate
1263     - open-vm-tools
1264     - pcaputils
1265     - xrestop
1266     - xserver-xorg-video-radeonhd
1267     - yatm
1268   * Remove tinysnmp-tools from GRML_{SMALL,FULL,MEDIUM}, see #444723.
1269
1270  -- Michael Prokop <mika@grml.org>  Mon, 26 Nov 2007 15:07:54 +0100
1271
1272 grml-live (0.0.10) unstable; urgency=low
1273
1274   * Drop patches which are part of FAI 3.2.3 now. Depend on
1275     FAI version 3.2.3 therefor.
1276   * FAI 3.2.3 has a new log schema, adjusted grml-live accordingly.
1277     Quoting the NEWS file of FAI:
1278     - LOGDIR is now /var/log/fai/$HOSTNAME/$FAI_ACTION_date+time
1279     - LOGDIR is /tmp/fai during an installation (not dirinstall), and
1280       will be copied to the path above at the end of an installation
1281   * Log the executed FAI, squashfs and mkisofs command lines to
1282     /var/log/grml-live.log.
1283   * New option '-C <configuration_file>' for specifying a configuration
1284     file. Needs heavy testing though, because the files are updated
1285     during runtime it isn't as easy as expected to be. :-/
1286   * Support $ZERO_FAI_LOGFILE inside grml-live configuration for removing
1287     old FAI logs.
1288   * Do not enable apt-listbugs if the binary is not available.
1289     [Testing: issue340]
1290   * Add keychain package to GRML_SMALL.
1291   * Add new packages to GRML_MEDIUM:
1292     - grml-live
1293     - keychain
1294     - lzma-modules-2.6.23-grml
1295     - squashfs-modules-2.6.23-grml (we build the module external now)
1296   * Add new packages to GRML_FULL:
1297     - aosd-cat
1298     - grml-live
1299     - lzma-modules-2.6.23-grml
1300     - squashfs-modules-2.6.23-grml (we build the module external now)
1301   * Support loading of squashfs module via
1302     /etc/grml/fai/live-initramfs/grml-script.init-top
1303   * Make sure we have pinning for grml-stable and grml-testing
1304     repositories via /etc/grml/fai/apt/preferences, not matter where
1305     the packages come from (web vs. local mirror/cache for example).
1306   * Remove base.tgz from chroot directory.
1307   * Do not create /etc/sysconfig/network-scripts and
1308     /etc/sysconfig/provider any longer in cleanup script.
1309   * Fix typo in bootsplash f3 (thanks, jimmy).
1310   * Switch order of 'lang=us apm=power-off' to 'apm=poweroff' in
1311     isolinyx/syslinux/grub configuration because getbootparam
1312     of grml-autoconfig requires a whitespace inside /proc/cmdline.
1313   * Support grml2ram bootoption inside isolinyx/syslinux/grub
1314     configuration.
1315
1316  -- Michael Prokop <mika@grml.org>  Mon, 19 Nov 2007 12:49:37 +0100
1317
1318 grml-live (0.0.9) unstable; urgency=low
1319
1320   * Remove all files inside /root/ when using class RELEASE.
1321   * Disable apt-listbugs in [soft]update.
1322   * Fix 'dependency problems' handling in buildd functions.
1323   * Add buildd/remove_isos.sh to remove generated ISOs.
1324   * Support kernel upgrades via according /etc/kernel-img.conf configuration.
1325   * Set hostname in instsoft-hook already.
1326   * Add user (grml) to all relevant groups.
1327   * Improve initrd+kernel copy process: ignore .bak files (and get rid
1328     of them) and copy always exactly one image.
1329   * Add new packages to GRML_FULL:
1330     - awesome
1331     - cereal
1332     - etckeeper
1333     - hdapsd
1334     - hdaps-utils
1335     - libstdc++2.10-glibc2.2 [for better support of
1336       binaries from commercial vendors; thanks to
1337       Christian Hofstaedtler]
1338     - mkelfimage
1339     - runit
1340     - rutilt
1341     - supercat
1342     - truecrypt-2.6.23-grml
1343   * Drop centericq-common, centerim-common, irssi-text, rt2400
1344     and rt2500 from GRML_FULL package list.
1345
1346  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 22:37:11 +0100
1347
1348 grml-live (0.0.8) unstable; urgency=low
1349
1350   * Copy /etc/resolv.conf to chroot in
1351     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs and
1352     /etc/grml/fai/config/hooks/instsoft.GRMLBASE as well.
1353   * Remove /var/run/fai/fai_softupdate_is_running and
1354     /var/run/fai/FAI_INSTALLATION_IN_PROGRESS if we exit grml-live.
1355     (FAI's softupdate currently does not clean up when canceling
1356     the process.)
1357   * Set EXITSTATUS in /etc/policy-rc.d.conf of chroot to 101 for
1358     softupdate action.
1359   * Remove /var/log/fai/* in class RELEASE.
1360   * Generate md5sum of windows binaries.
1361   * Upgrade via aptitude [safe-]upgrade in update process.
1362   * Rename /etc/grml/fai/grml/grml_cleanup_chroot.no_online into
1363     /etc/grml/fai/grml/grml_cleanup_chroot.online
1364   * Edit /etc/apt/apt.conf inside
1365     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build only
1366     once.
1367   * Make the log checks inside grml-live aware of the update
1368     log-directory /var/log/fai/current.
1369   * Use strings instead of --help to detect support of safe-upgrade
1370     inside aptitude, otherwise it might fail due to unavailable shared libs.
1371   * Configure (enable) apt-listchanges + apt-listbugs via
1372     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
1373   * Purge removed packages via /etc/grml/fai/grml/grml_cleanup_chroot
1374   * Add new packages to GRML_FULL:
1375     - acx100-2.6.23-grml
1376     - bcm5700-module-2.6.23-grml
1377     - dzen2
1378     - drbd8-2.6.23-grml
1379     - exmap-modules-2.6.23-grml
1380     - fglrx-kernel-2.6.23-grml
1381     - iscsitarget-2.6.23-grml
1382     - ivtv-modules-2.6.23-grml
1383     - ivtv-utils
1384     - libacme-bleach-perl
1385     - libacme-eyedrops-perl
1386     - libacme-smirch-perl
1387     - libpam-chroot
1388     - libpam-devperm
1389     - libpam-dotfile
1390     - libpam-krb5
1391     - libpam-modules
1392     - libpam-mount
1393     - libpam-pwgen
1394     - libpam-smbpass
1395     - libpam-ssh
1396     - libpam-tmpdir
1397     - libtool
1398     - ndiswrapper-modules-2.6.23-grml
1399     - openafs-modules-2.6.23-grml
1400     - tp-smapi-modules-2.6.23-grml
1401   * Add portmap to GRML_SMALL and GRML_MEDIUM (thanks for the feedback,
1402     Tom Asbury).
1403   * Remove trapdoor2 from GRML_FULL (the Debian package isn't
1404     in a very smooth shape).
1405
1406  -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2007 01:43:06 +0100
1407
1408 grml-live (0.0.7) unstable; urgency=low
1409
1410   The "holidays? what? are you joking?!"-release.
1411
1412   * Added FAI patches to /usr/share/grml-live/patches/ - it's
1413     recommended to apply the patches to FAI until they are accepted
1414     upstream. See Debian's BTS for more details: #444210, #447080
1415     and #448426.
1416   * Support option '-u' for updating system.
1417   * Reworked buildd concept.
1418     - Now we have a seperate
1419       /usr/share/grml-live/buildd/functions.sh for generic stuff
1420       and /etc/grml/grml-buildd.conf as configuration file.
1421     - Use grml-buildd.{stdout,stderr} instead of
1422       grml-live.{stdout,stderr} as log files.
1423     - buildd/functions.sh: do not mv files if there was an error
1424       during grml-live execution
1425     - do not re-execute grml-live is the target ISO exists already
1426   * Update zsh completion - thanks to Frank Terbeck!
1427   * Set /etc/grml_version of live-system to the according value.
1428     [Closes: issue322]
1429   * Support setting /etc/debian_chroot inside chroot (useful if
1430     building fails and manual interaction is needed).
1431   * Log to /var/log/grml-live.log by default now and support
1432     $ZERO_LOGFILE for cleaning up logs.
1433   * Added new grml-repository named grml-live which is intented
1434     to fix issues from Debian for grml-live builds. It is automatically
1435     activated if you are building against unstable/sid and should
1436     be used manually only if you realy know what you are doing.
1437     Notice: if something fails inside building the base chroot/
1438     debootstrap system we can't do anything via grml-live for you
1439     right now. Instead grab the base.tgz from http://daily.grml.org/
1440   * Add /usr/share/grml-live/scripts/repodiff.pl (by formorer, thx!)
1441     for comparing two repositories.
1442   * Replaced /etc/grml/fai/files/etc/apt/preferences
1443     with /etc/grml/fai/apt/preferences so grml-live repository
1444     can be used and configured at a single place.
1445   * Use apt-pinning via /etc/grml/fai/config/hooks/instsoft.GRMLBASE
1446     and drop it from /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
1447     later again.
1448   * Display version number of grml-live.
1449   * Log executed grml-live command line.
1450   * Set FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info"
1451     by default.
1452   * Disable Recommends inside chroot installation.
1453   * Set shared/default-x-server and xserver-xorg/config/monitor/identifier
1454     for xserver-xorg package via debconf to work around #448863.
1455   * Use "newest" kernel only if two kernels are present in the chroot.
1456   * Set $SECONDS to unknown if $start_seconds is not set.
1457   * Log closing signs (----...) via bailout to make sure they are
1458     always set - even when exiting with an error.
1459   * Check for presence of /bin/zsh before setting default shell in
1460     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
1461   * Check for locales/localepurge before using them in
1462     /etc/grml/fai/config/scripts/GRMLBASE/25-locales
1463   * Add new packages to GRML_FULL:
1464     - bittwist
1465     - ldnsutils
1466     - libpam-thinkfinger
1467     - linux-wlan-ng-modules-2.6.23-grml
1468     - madwifi-modules-2.6.23-grml
1469     - netrw
1470     - rt73-module-2.6.23-grml
1471     - thinkfinger-tools
1472     - tra
1473   * Drop idn from GRML_FULL.
1474   * Add new packages to GRML_MEDIUM:
1475     - alsa-base
1476     - alsa-tools
1477     - alsa-utils
1478     - ed
1479     - pcmciautils
1480     - Update kernel version to 2.6.23-grml
1481     - replace dhcp-client with dhcp3-client
1482   * Add ed package to GRML_SMALL and replace dhcp-client with
1483     dhcp3-client.
1484   * Use new kernel version 2.6.23-grml64 for amd64.
1485
1486  -- Michael Prokop <mika@grml.org>  Sat, 20 Oct 2007 12:12:33 +0200
1487
1488 grml-live (0.0.6) unstable; urgency=low
1489
1490   * New option "-a" for setting architecture. This allows building
1491     grml(32) on amd64.
1492   * Fix stderr redirection in "/usr/sbin/fai already running..."
1493   * Update /etc/grml/fai/make-fai-nfsroot.conf
1494   * Use /var/log/fai/dirinstall/${HOSTNAME}/grml-live.log as logfile
1495     for grml-live instead of /var/log/grml-live.log so it's easier
1496     to track.
1497   * Update of buildd scripts: main configuration file main.sh
1498     which provides all the build stuff inside separate functions.
1499   * Fall back to blackhole.pca.dfn.de as keyserver if retreiving
1500     from subkeys.pgp.net fails.
1501   * Improve check for kernel version inside
1502     /etc/grml/fai/config/scripts/GRMLBASE/10-build-initramfs
1503   * Work around #353967 for Debian/etch in
1504     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
1505   * Add new packages to GRML_FULL:
1506     - ghostscript (and get rid of gs, gs-common, gs-esp)
1507     - mr
1508
1509  -- Michael Prokop <mika@grml.org>  Wed, 17 Oct 2007 22:59:08 +0200
1510
1511 grml-live (0.0.5) unstable; urgency=low
1512
1513   * Add new scripts to /usr/share/grml-live/examples/buildd/:
1514     - grml-live_autobuild_grml-small_etch.sh
1515     - grml-live_autobuild_grml-small_sid.sh
1516     - grml-live_autobuild_grml64-small_etch.sh
1517     - grml-live_autobuild_grml64-small_sid.sh
1518   * Some more FAI error checking.
1519   * Updated buildd scripts (better subject handling).
1520   * Re-enable 'Acquire::http::Pipeline-Depth' workaround'.
1521     Restore usual Debian behaviour at the end using
1522     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build
1523   * Add new scripts for retreiving bugs via apt-listbugs
1524     and storing package selection inside log directory.
1525     This has been integrated in a new class named "RELEASE".
1526   * Added support for new kernel version 2.6.23-grml to
1527     GRML_FULL.
1528   * Use uxterm as x-terminal-emulator and fall back to xterm
1529     only it uxterm is not available.
1530   * Support /etc/locale.gen.grml - it's used by default in
1531     class GRML_FULL and a new class named LOCALES.
1532   * Work around #443481 (bug inside snort) for Debian etch
1533     via using /etc/snort/snort.common.parameters (thanks for
1534     the idea, Thomas Lange!)
1535   * Do not exit with an error code if /usr/include/linux is NOT
1536     a symlink to /usr/src/linux/include/linux but keep it as
1537     a warning instead.
1538   * Log executed grml-live command.
1539   * Re-enable problematic packages that have been fixed:
1540     - apt-listbugs (fixed via manual interaction in scripts)
1541     - gsm-utils (#353967)
1542     - snort (#443481)
1543     - wvdial (fixed via debconf)
1544   * Add new packages to GRML_FULL:
1545     - ack-grep
1546     - mailplate
1547     - pristine-tar
1548
1549  -- Michael Prokop <mika@grml.org>  Sun, 07 Oct 2007 23:06:28 +0200
1550
1551 grml-live (0.0.4) unstable; urgency=low
1552
1553   * The -t option for specifying the output directory has been
1554     renamed into -o. The option -t now specifies the place where
1555     templates for building the ISO can be found.
1556   * Option -t can be used for specifying the template directory.
1557     TEMPLATE_DIRECTORY can be used in /etc/grml/grml-live.conf
1558   * Check for /var/run/fai/FAI_INSTALLATION_IN_PROGRESS and exit then.
1559   * /etc/grml/fai/config/hooks/instsoft.GRMLBASE:
1560     - disable pipeline workaround
1561     - create /dev/MAKEDEV in chroot to work around the
1562       "./MAKEDEV: No such file or directory" problem of some packages
1563   * Use /var/log/grml-live.log as log file as /var/log/fai/* is too
1564     dangerous because of automatic removal of the files/dirs via fai.
1565   * Use class GRML_MEDIUM by default and document GRMLBASE, GRML_* plus
1566     I386/AMD64 classes in the docs.
1567   * Add new packages to GRML_FULL:
1568     - tgt: Linux target framework user-space tools
1569     - paperkey: extract just the secret information out ouf OpenPGP keys
1570     - gitpkg: helper scripts for maintaining packages with git
1571     - iscsitarget: iSCSI Enterprise Target userland tools
1572     - iscsitarget-module-2.6.22-grml: kernel module for iscsitarget
1573   * Set $HOSTNAME to according hostname via
1574     /etc/grml/fai/config/scripts/GRMLBASE/34-hosts
1575   * Adjust filename in header of /etc/grml/fai/config/scripts/GRMLBASE/*.
1576   * Use iceweasel/firefox as x-www-browser and w3m as www-browser (if
1577     available).
1578   * Check for presence of the initrd.
1579   * Improve adjustment of suite for $FAI_DEBOOTSTRAP.
1580   * Add /usr/share/grml-live/examples/buildd/
1581
1582  -- Michael Prokop <mika@grml.org>  Thu, 04 Oct 2007 22:16:34 +0200
1583
1584 grml-live (0.0.3) unstable; urgency=low
1585
1586   * Support for setting GRML_NAME (like grml vs. grml-small
1587     vs grml64 vs...)
1588   * Drop the character limits of $VERSION and $RELEASENAME.
1589   * Make sure $SECONDS is set before outputting the runtime.
1590   * Unify usage of i386_files, place all template files in
1591     directory templates now.
1592   * Improve portability of linux headers cleanup inside
1593     grml_cleanup_chroot.
1594   * Provide class GRML_SMALL and rename old GRML_SMALL into
1595     GRML_MEDIUM.
1596   * Do not install kernel via GRMLBASE but via GRML_* classes
1597     instead so we have only one single kernel on the system
1598     with something like 'GRMLBASE,GRML_SMALL,REMOVE_DOCS,I386'.
1599   * Use grml-live.log as logfile.
1600   * Added vim to GRML_MEDIUM package list.
1601
1602  -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 12:58:15 +0200
1603
1604 grml-live (0.0.2) unstable; urgency=low
1605
1606   * Add support for amd64.
1607   * Update and extend documentation.
1608   * Bugfix: Make sure $LOGDIR exists.
1609   * fai dirinstall: set hostname via $HOSTNAME
1610
1611  -- Michael Prokop <mika@grml.org>  Fri, 21 Sep 2007 11:46:17 +0200
1612
1613 grml-live (0.0.1) unstable; urgency=low
1614
1615   * Initial release.
1616
1617  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 15:35:34 +0200
1618