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