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