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