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