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