Update debian/changelog
[grml-live.git] / debian / changelog
1 grml-live (0.9.22) UNRELEASED; urgency=low
2
3   * Send 'Find FAI build logs at' message to grml-live.log as well.
4   * Software related changes:
5     - Add comgt to GRML_FULL.
6     - Add fatattr to GRML_FULL.
7     - Add libsmbios-bin to GRML_FULL (thanks to Christian Bricart).
8     - Add qla-tools to GRML_FULL.
9     - Add xmount to GRML_FULL.
10     - Drop edac-utils from GRML_FULL (it's in a bad shape within Debian).
11     - Drop deprecated firmware-ipw3945 + ipw3945d from GRML_SMALL,
12       GRML_MEDIUM and GRML_FULL.
13     - Drop lanmap (abandonned upstream, see #542376).
14     - Move dmidecode from GRML_SMALL, GRML_MEDIUM and GRML_FULL to GRMLBASE.
15     - Replace nessusclient, nessusd and nessus-plugins with
16       openvas-client and openvas-server in GRML_FULL.
17   * Do not use /etc/grml_version but instead use /etc/debian_version
18     as check whether the chroot exists. If grml-live execution
19     itself succeded but was interrupted during task_configure it should
20     be fine to re-run grml-live with -u/-b options.
21   * Fix usage of exclude option in $SQUASHFS_OPTIONS.
22   * Always remove temporary squashfs stderr file.
23   * Fix usage of /etc/runlevel.conf in 15-initsetup.
24   * Add wicd configuration to /etc/grml/fai/config/debconf/GRMLBASE.
25   * Temporarly move /etc/apt/sources.list.d/grml.list in instsoft.GRMLBASE
26     to /etc/apt/sources.list.d/grml.unused and restore in 33-aptsetup
27     again then. This should should prevent us from duplicated sources
28     list entries.
29   * New cmdline option: "-n" skips generation of the ISO file.
30   * Introduce support for squashfs-lzma-tools 4.0-1 and support
31     configuration variable SQUASHFS_BINARY.
32
33  -- Michael Prokop <mika@grml.org>  Fri, 04 Sep 2009 01:57:39 +0200
34
35 grml-live (0.9.21) unstable; urgency=low
36
37   [ Michael Prokop ]
38
39   * New features:
40     - Split the single /etc/apt/sources.list file into structured files
41       in /etc/apt/sources.list.d/. We are using:
42       - /etc/apt/sources.list.d/grml.list for all grml related repositories
43       - /etc/apt/sources.list.d/debian.list for official Debian repositories
44       [Closes: issue349]
45     - Provide information about grml-live version and Debian/suite
46       through /etc/grml_live_version in the generated ISO. [Closes: issue637]
47     - New graphical boot menu. Can be disabled via ISOLINUX_METHOD=console.
48     - New configuration variables DISTRI_NAME and DISTRI_INFO which should allow
49       easier rebranding of grml-live based distributions.
50     - Support installation of local files (not being part of any Debian package)
51       through $CHROOT_INSTALL.
52     - Display path of FAI logs during execution of grml-live.
53     - Replace all references to ftp.de.debian.org with cdn.debian.org,
54       see http://wiki.debian.org/DebianGeoMirror for details.
55       Thanks for the idea, Marc Haber!
56
57   * Bug fixes and improvements:
58     - When adjusting postfix configuration: make sure to execute newaliases
59       command after adjusting configuration, otherwise the old hostname
60       will be left inside /etc/aliases.db.
61     - grml_cleanup_chroot: get rid of /etc/lvm/cache/.cache and
62       /etc/lvm/backup/main as well.
63     - grml_cleanup_chroot: drop the /usr/include/linux checks.
64     - 90-update-alternatives: use wm-ng as default x-window-manager.
65       [Closes: issue716]
66     - Check for existence of $target/etc/apt/important_note.txt before
67       operating on it.
68     - buildd: drop GRML_LIVE_ARCH but instead use default architecture
69       if not specified.
70     - Set UTC=no by default. See http://bts.grml.org/grml/issue708 for
71       details. Credits to Ulrich Zehl for debugging. [Closes: issue708]
72     - Improve check for architecture which should be build: if not specified
73       assume a safe default and check this one.
74     - Unify variable default checks, always assume sane defaults.
75     - Always run $SUITE checks, so grml-live repository is used also
76       if suite isn't manually specified.
77     - Detect existence of stage 'boot' using boot/isolinux so grml-live
78       executed with options '-q -B' and empty boot/isolinux works as well.
79     - Introduce $NO_WINDOWS_BINARIES which replaces $WINDOWS_BINARIES so
80       we can improve sanity checks and easify configuration.
81     - Integrate memtest86+ binary so we don't ship old versions from
82       the build host. [Closes: issue717]
83     - Check whether rebuild of ISO is needed even though the ISO exists already.
84       [Closes: issue719]
85
86   * Debian packaging related changes:
87     - Bump to Standard-Version 3.8.3 (no further changes).
88     - Improve long description.
89     - Update copyright file (make lintian happy).
90     - Register grml-live html docs using doc-base.
91
92   * Documentation:
93     - grml-cheatcodes: document bootoption 'nostartx'.
94     - Apply patch from Marc Haber (thanks!) for new grml cheatcodes
95       (new DCS directory feature).
96
97   * Software related changes:
98     - Add git-email to GRML_FULL (thanks to Joerg Woelke for mentioning).
99     - Add aesfix, aeskeyfind, bios-memimage, chaosreader, ext3grep, fatback,
100       myrescue, pipebench, safecopy, shed and xmount to GRML_FORENSIC. The
101       packages are either already available or should be available soon.
102     - Add scsitools to GRML_MEDIUM.
103     - Drop bar from GRML_FULL (no release since 2007, consider using
104       for example cpipe instead).
105     - Drop grml-saveconfig as it is replaced with recent versions
106       of grml-autoconfig.
107     - Drop hydra from GRML_FULL (the license is not a clean GPL one).
108     - Drop icedax from GRML_FULL (we have schilyutils available).
109
110   [ Thorsten Glaser ]
111   * Update MirOS bsd4grml to 20090812 and sync menu.lst, grub.cfg,
112     isolinux.cfg, syslinux.cfg with each other; provide a fallback
113     way to boot MirOS bsd4grml from both GRUB versions using modules.
114   * Fix going back to GNU GRUB from ldbsd.com via alternative boot method;
115     while here, add the grml release info to the appropriate file.
116
117  -- Michael Prokop <mika@grml.org>  Tue, 18 Aug 2009 00:33:48 +0200
118
119 grml-live (0.9.20) unstable; urgency=low
120
121   * Add gnupg2 to GRML_FULL. Thanks to Walter Haidinger.
122   * Drop all references to xserver-xorg-input-elo2300 (see #527699).
123   * Cleanups in GRML_FULL:
124     - Drop cheops (depends on libgtk1.2).
125     - Drop dviutils ("Note: selecting "texlive-extra-utils" instead of the
126       virtual package "dviutils" -> non-existing package)
127     - Drop ext2resize (see #400797).
128     - Drop fcoretools (see #534542).
129     - Drop gdk-imlib11 (see #522810).
130     - Drop gqcam (still depends on gtk1.2).
131     - Drop hping2 (hping3 is available in all relevant Debian releases
132       nowadays, see #533275).
133     - Drop libpam-pwgen (see #511613).
134     - Drop rgpsp (owner set to Debian QA Group and package doesn't seem
135       to be that important for grml).
136     - Drop windowlab (see #410618).
137     - Drop workbone (see #429178).
138   * Add check for valid Debian suite name to avoid breakage of sources.list
139     if someone calls grml-live with a typo in the -s option.
140   * Add exception for libewf1 and libstdc++2.10-glibc2.2 in
141     /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan.
142   * buildd:
143     - add support for building squeeze based ISOs.
144     - add cronjob based on what the grml team is using at daily.grml.org
145     - use '-a' instead of '-rltD' as rsync option to sync logs
146     - use timestamp with hour, minute and second to match with FAI style
147   * /etc/grml/fai/config/hooks/updatebase.GRMLBASE: install apt configuration
148     also when updating the chroot (this happens if we have a base.tgz available
149     on fresh installations).
150   * Document usage of STOP_ON_ERROR in /etc/grml/fai/fai.conf.
151   * Really add support for genisoimage (thanks for the bugreport, Worf).
152   * Set subdirectories of $OUTPUT independent of cmdline parsing so
153     it is possible to set it via conffile as well.
154   * Validate whether the specified architecture class matches the
155     architecture (option), otherwise installation of kernel will fail.
156   * Add 'How do I deploy grml-live on a plain Debian installation' to FAQ.
157   * Build grml-live documentation with table of content.
158
159  -- Michael Prokop <mika@grml.org>  Wed, 05 Aug 2009 00:34:53 +0200
160
161 grml-live (0.9.19) unstable; urgency=low
162
163   * Software related changes in GRML_FULL:
164     - add btrfs-tools
165     - add conkeror (thanks to Axel Beckert) [Closes: issue698]
166     - add gptsync
167     - add nfswatch
168     - add nilfs2-tools
169     - add pigz
170     - add postmark
171     - add tableau-parm
172     - drop all LaTeX related packages (following the result
173       of the recent "Removal of LaTeX on grml" poll):
174       auctex catdvi ctioga dvipng gnuhtml2latex lacheck latex-beamer
175       latexmk latex-mk latextug latex-xcolor pdfjam pgf
176       preview-latex-style tex-common texify texlive-base
177       texlive-base-bin texlive-common texlive-doc-base
178       texlive-fonts-recommended texlive-lang-german texlive-latex-base
179       texlive-latex-recommended texpower tth tthsum vim-latexsuite
180    - Add class LATEX which provides all the LaTeX (related) packages
181      that have been removed from GRML_FULL.
182   * Software related changes in GRML_FORENSIC:
183     - drop stegdetect (see #507908)
184     - add several further packages:
185       acpi apache2 apache2-utils at bluez-utils cpufrequtils cryptcat
186       cups cups-pdf dc dsniff dvd+rw-tools gphoto2 hdparm hping3
187       mysql-client netdiscover nmap os-prober poppler-utils pppconfig
188       rdesktop readahead readpst recoverdm rifiuti rifiuti2 rpm samba
189       samdump2 sdparm sg3-utils smbclient socat sqlite3 tcpdump
190       tcpflow tcpreplay tcptrace tcptrack tcpxtract tct time unhide
191       untex uuid-runtime vinetto w3m wamerican whois wireshark wv
192       wvdial zfs-fuse
193     Thanks also to Hans-Peter Merkel for his tool list.
194   * Drop hdparm from GRML_FULL, GRML_MEDIUM and GRML_SMALL as it
195     is part of GRMLBASE already.
196   * Bump Standard Version to 3.8.2 (no further changes).
197
198  -- Michael Prokop <mika@grml.org>  Tue, 28 Jul 2009 15:23:51 +0200
199
200 grml-live (0.9.18) unstable; urgency=low
201
202   * Integrate grub2 for hybrid boot. Big thanks to Thorsten Glaser
203     for his work and help.
204   * Add safecopy to GRML_FULL (thanks to Wernfried Haas for the hint).
205   * grml-cheatcodes: mention libata specific bootoptions.
206     Thanks to Christian Vogel! [Closes: issue685]
207   * Apply patches by Thorsten Glaser <tg@mirbsd.org>:
208     - Fix jumping back from the bsd4grml loader (ldbsd.com) to GNU GRUB
209     - Update bootgrub.mksh from MirBSD
210     - Pad official ISOs to multiples of 256 KiB for partition table support.
211   * Add bc to Depends as bootgrub.mksh requires it.
212
213  -- Michael Prokop <mika@grml.org>  Sat, 13 Jun 2009 12:11:19 +0200
214
215 grml-live (0.9.17) unstable; urgency=low
216
217   [ Frank Terbeck ]
218   * grml-live-remaster: Support $VISUAL and fall back to 'vi' if
219     EDITOR is empty. [Closes: issue664]
220
221   [ Michael Prokop ]
222   * Mention speakup.synth=... and hwspeak in grml-cheatcodes.txt.
223   * 15-initsetup: warn if /etc/runlevel.conf (and therefore live-rc)
224     does not exist and skip rest of the script then.
225   * Software related changes:
226     - Drop package snort from GRML_FULL and all the workarounds for it.
227       It's once again uninstallable in Debian/unstable.
228     - Drop package sing from GRML_FULL (removed from Debian, see #530487).
229     - Drop package nemesis from GRML_FULL (unmaintained upstream and
230       uninstallable in Debian, see #423201 and #529508).
231     - Drop package paketto from GRML_FULL (removed from Debian, see #530486).
232     - Drop package ifupdown-scripts-zg2 from GRML_FULL.
233   * Set APT_LISTCHANGES_FRONTEND and APT_LISTBUGS_FRONTEND to 'none'
234     on upgrade actions in /etc/grml/fai/config/hooks/instsoft.GRMLBASE.
235   * Update /boot/grub/* files in build output on every invocation of
236     grml-live (as we do it for isolinux stuff too), so the variables
237     inside menu.cfg are up2date if rebuilding the ISO. [Testing: issue676]
238   * Use variable for $FLAVOUR.squashfs in grub's menu.lst as well.
239
240  -- Michael Prokop <mika@grml.org>  Fri, 29 May 2009 12:55:05 +0200
241
242 grml-live (0.9.16) unstable; urgency=low
243
244   * Software related changes:
245     - Add u3-tool to GRML_FULL.
246     - Disable nttcp and lmbench (both non-free) in GRML_FULL.
247     - Drop ttf-bitstream-vera from GRML_FULL (superseeded by its
248       improved version named ttf-dejavu, see #461308).
249     - Drop snownews from GRML_FULL (orphaned, inactive upstream,
250       better alternatives like newsbeuter, see #468778).
251   * Mention persistent bootoption in grml-cheatcodes.txt.
252
253  -- Michael Prokop <mika@grml.org>  Tue, 19 May 2009 20:52:31 +0200
254
255 grml-live (0.9.15) unstable; urgency=low
256
257   The "hey, let's have a grml release party" Release.
258   * As dillo isn't available in Debian/unstable due to removal
259     of libgtk1.2 we'll replace it with xlinks2 from package links2:
260     - GRML_FULL: drop dillo
261     - GRML_MEDIUM: replace links with links2 and drop dillo
262     - XORG: replace dillo with links2
263   * Drop cpp-4.1 and g++-4.1 from GRML_FULL.
264   * Drop bzr from GRML_FULL (19MB is just too much).
265   * Drop all kernel related packages that aren't available overall.
266   * Drop linux-wlan-ng, as its module can't be built.
267
268  -- Michael Prokop <mika@grml.org>  Mon, 18 May 2009 10:09:22 +0200
269
270 grml-live (0.9.14) unstable; urgency=low
271
272   The "hey, let's have a post-lenny drop-party" Release.
273   * Update /usr/share/locale handling: restore *empty* directories
274     because otherwise installation/upgrade of packages might fail.
275   * Document findiso bootoption in grml-cheatcodes.txt.
276   * Software related changes:
277     - Readd clive as the dependency on libterm-progressbar-perl was
278       dropped (see #526999)
279     - Drop airsnort (unmaintained upstream, #429507)
280     - Drop array-util (unmaintained in Debian, #456648)
281     - Drop automake1.8 (cleanup of automake packages, #473365)
282     - Drop biew (old, no users, depends on debmake, #460636)
283     - Drop cpp-2.95 (deprecated)
284     - Drop db4.3-util (deprecated)
285     - Drop debmake (obsolete, #462978)
286     - Drop dynafont (upstream obsoleted by fonty-rg, #474125)
287     - Drop eciadsl (unmaintained, broken with recent kernels, #470680)
288     - Drop elfkickers (RC buggy; abandoned upstream, #523811)
289     - Drop fragroute (out of date, orphaned, inactive, #487127)
290     - Drop fttools (not available in any repos)
291     - Drop funionfs (replaced by unionfs-fuse, #515955)
292     - Drop gscanbus (obsolete, unmaintained, #429559)
293     - Drop hdaps-utils (out of date, obsolete, #526172)
294     - Drop hpijs (saving us 1352kB + 27,0MB from its dependencies disk space)
295     - Drop ipxripd (obsolete, few users, #462178)
296     - Drop jmon (orphaned, better alternatives, dead upstream, #510520)
297     - Drop linneighborhood (unmaintained, better alternatives, #466489)
298     - Drop mobilemesh (obsolete, #452102)
299     - Drop ms-sys (contains non-free code, #470678)
300     - Drop mutella (abandoned upstream, #489422)
301     - Drop ndiswrapper-common (dep. only) + ndiswrapper-utils (dummy package)
302     - Drop ndiswrapper-utils-1.1 (replaced by ndiswrapper-utils-1.9)
303     - Drop o3read (abandoned upstream; superseded by odt2txt, #477311)
304     - Drop potion (orphaned, out of date, low popcon, #499262)
305     - Drop powertweakd, powertweak-gtk and lspowertweak
306       (unmaintained upstream, #515588)
307     - Drop scsi-idle (RC-buggy, useless, #385285)
308     - Drop sjog (dead upstream, depends on legacy libs, unmaintained, #509403)
309     - Drop stegdetect / xsteg (orphaned, inactive upstream, GTK+ 1.2, #507908)
310     - Drop traceproto (not maintained upstream; alternative available, #495759)
311     - Drop type1inst (orphaned and useless, #158476)
312     - Drop unionfs-tools (buggy, replaced by aufs*, #515959)
313     - Drop unison2.9.1 (obsolete, #443244)
314     - Drop upstreamdev (alpha quality; abandoned upstream; low popcon, #494565)
315     - Drop vnc-common (dead upstream, superseded by vnc4, #469247)
316     - Drop vncommand (not available in any repos)
317     - Drop xmove (buggy, orphaned, dead upstream, #486772)
318     - Drop xserver-xorg-video-imstt (abandoned, #523683)
319     - Drop xserver-xorg-video-vga (abandoned, #523687)
320     - Drop xwatchwin (orphaned, no rdepends, #491903)
321
322  -- Michael Prokop <mika@grml.org>  Fri, 15 May 2009 10:06:42 +0200
323
324 grml-live (0.9.13) unstable; urgency=low
325
326   * Split package into grml-live and grml-live-addons.
327     Add grml-live-addons to Recommends of package grml-live.
328     Package grml-live-addons provides the templates/boot/addons
329     files that require >7MB of disk space overall so we don't
330     want to ship it with default grml:
331     - allinone.img
332     - balder10.imz
333     - bsd4grml/
334     - chain.c32
335     - hdt.c32
336     - memdisk
337     - menu.c32
338     - pci.ids
339   * Add ${misc:Depends} to binary packages' depend.
340   * Bump Standard-Version to 3.8.1 (no further changes).
341   * Install /etc/grml/fai/live-initramfs/live.conf only if
342     /etc/live.conf does not exist in the target yet.
343   * Update isolinux.bin to version 2:3.75+dfsg-1 (3.75 Debian-2009-04-17)
344     from Debian.
345   * Integrate HDT ("Hardware Detection Tool") as bootoption 'hdt'.
346     http://syslinux.zytor.com/wiki/index.php/Hdt_(Hardware_Detection_Tool)
347     Thanks for the point, formorer!
348     Use pci.ids from http://pciids.sourceforge.net/
349   * Mention bsd and hdt in isolinux' bootsplash f3.
350   * Mention readonly, hdt and bsd bootoptions in grml-cheatcodes.txt.
351   * Slightly improve 'grml2ram' vs 'grml toram' description in bootsplash.
352   * Software related changes:
353     - Add virtualbox-ose-guest-x11 to GRML_FULL and GRML_MEDIUM.
354     - Add virtualbox-ose-guest-modules-2.6.28-grml to GRML_MEDIUM.
355     - Add speakup-tools to GRML_FULL.
356     - Replace cupsys-bsd with cups-bsd and cupsys-client with cups-client.
357     - Drop atl2-modules-2.6.28* from package list (merged in mainline).
358     - Drop cupsys transitional package.
359     - Drop clive from GRML_FULL as it depends on a fscking large perl
360       package (see #526999).
361     - Drop gcc-4.1 gcc-4.1-base, gcc-4.2-base, gettext-base, groff-base,
362       imlib11, imlib-base and perl-base from GRML_FULL (deprecated and
363       unnecessary packages).
364
365  -- Michael Prokop <mika@grml.org>  Tue, 05 May 2009 09:46:26 +0200
366
367 grml-live (0.9.12) unstable; urgency=low
368
369   * Add noapic, noresume, selinux=0 and edd=off to 'failsafe'
370     bootoption and use maxcpus=0 instead of maxcpus=1.
371   * Add dvtm to GRML_FULL (thanks to plh).
372   * GRML_FULL and GRML_FORENSIC: replace libewf with libewf1.
373   * Add packages to GRML_MEDIUM:
374     - nfs-kernel-server [Closes: issue471]
375     - aufs-tools (thanks for suggestion, Tong Sun) [Closes: issue652]
376   * Remove madwifi* from GRML_FULL and GRML_MEDIUM (being replaced
377     by ath5k and ath9k of linux kernel 2.6.28, see #519446).
378   * Update bsd4grml to version 20090411.
379
380  -- Michael Prokop <mika@grml.org>  Sat, 11 Apr 2009 12:26:02 +0200
381
382 grml-live (0.9.11) unstable; urgency=low
383
384   * Remove base64 from GRML_FULL as coreutils (>= 6.0-1) provide
385     a base64 binary now.
386   * Use 'user' instead of 'users' again after discussing the issue
387     in issue582.
388
389  -- Michael Prokop <mika@grml.org>  Sun, 01 Mar 2009 20:23:49 +0100
390
391 grml-live (0.9.10) unstable; urgency=low
392
393   * buildd:
394     - Add workaround to get around the mkisofs volume label limit.
395       Otherwise with something like 'grml64-medium-daily-squeeze 20090223'
396       we would get:
397       "mkisofs: Volume ID string too long (cur. XX max. 32 chars)."
398     - add buildd/execute.sh to further simplify buildd/*.sh setup
399     - send_mail(): do not append /var/log/grml-buildd.stdout by default
400     - add shebang line to buildd/[execute|functions].sh to make lintian happy
401   * Replace placeholder %GRML_NAME_SQUASHFS% with according value in
402     bootsplash f5. [Closes: issue619]
403   * Drop dropbear from GRML_FULL. The "ssh server inside initramfs"
404     is just too annoying for us. [Closes: issue617]
405
406  -- Michael Prokop <mika@grml.org>  Fri, 27 Feb 2009 13:11:31 +0100
407
408 grml-live (0.9.9) unstable; urgency=low
409
410   * Update to kernel 2.6.28-grml[64].
411   * Changes in GRML_FULL:
412     - drop package tspc (see #462738 and #515193)
413     - replace gqview with geeqie (thanks, Spida)
414   * Changes in GRML_MEDIUM:
415     - add beep (on request by gebi)
416     - add dstat (on request by gebi)
417     - add mc (on request by Christian Kuehlborn)
418   * Document noautoconfig in grml-cheatcodes. Thanks to Ralf Moll!
419   * buildd:
420     - rename all etch* related scripts to lenny*
421     - adjust scripts to use "lenny" instead of "stable" for building
422       [to avoid that "etch" is used as build name but lenny is used]
423     - use "$NAME-daily-$SUITE" in functions.sh as build name so
424       identifying ISOs while running them is easier
425   * Support squeeze as valid suite name.
426   * Comment Debian/unstable in /etc/grml/fai/apt/preferences by default.
427     This should avoid issues with something like
428     'apt-get -t experimental ...'
429   * Consequently drop 'Latest change' lines from all files.
430   * Support generation of sha1sum [Testing: issue622]
431   * Drop first, unnecessary APPEND line in isolinux.cfg and syslinux.cfg.
432     [Closes: issue492]
433   * Do no longer use the bootoption lang=us by default. We use it by default
434     in grml-autoconfig anyway and this shortens our /proc/cmdline.
435   * Run commands requiring network access through 'timeout 10' by default
436     if possible. [Closes: issue396]
437   * Do not use build server's hostname for /etc/mailname and
438     /etc/bacula/bacula-fd.conf. [Testing: issue412]
439   * Add "forensic" to the append line when using the forensic kerneloption
440     so we can grep for it in any case.
441   * 15-initsetup: keep a backup of the original runlevel.conf file.
442     Thanks to Thomas Lehmann for the idea! [Closes: issue570]
443   * instsoft.GRMLBASE: support installation of multiple gpg keys
444     via /etc/grml/fai/files/etc/apt/*.key
445   * isolinux.cfg/syslinux.cfg: Drop duplicated 'MENU DEFAULT'.
446     Thanks to Thomas Lehmann for the bugreport!
447   * Move /etc/grml/fai/apt/preferences to /etc/grml/fai/files/etc/apt/.
448     This simplifies the directory layout a bit. Clarify its usage
449     in /etc/grml/fai/apt/important_note.txt
450   * Install all files from /etc/grml/fai/files/etc/apt. This supports
451     usage of directories like /etc/apt/apt.conf.d. Thanks for the
452     hint to Thomas Lehmann. [Closes: issue632]
453   * Replace all "sed -i 's/././' foo" calls with
454     'sed -i 's/././' foo | sponge foo' instead inside main grml-live script
455     so we don't destroy any existing symlinks. Depend on moreutils therefor.
456     [Closes: issue631]
457   * Integrate bsd4grml [hash: 987ce9a6f9ce205ba64794ed3fcac603]. This
458     provides MirBSD as bootoption 'bsd' at grml's bootprompt. Thanks to
459     Thorsten "mirabilos" Glaser for his work! Add support for
460     configuring NO_ADDONS_BSD4GRML via configuration file.
461   * Add informational header to /etc/grml/fai/apt/sources.list and
462     update docs regarding the file.
463   * If specified SUITE is unstable use 'sid' instead (to avoid breakages
464     with debootstrap).
465   * Support NO_ADDONS via configuration file.
466   * Always skip mksquashfs part when using -q option.
467   * Adjust configuration files on the fly only when the according lines
468     aren't comments.
469
470  -- Michael Prokop <mika@grml.org>  Mon, 23 Feb 2009 12:43:18 +0100
471
472 grml-live (0.9.8) unstable; urgency=low
473
474   * Improve help text of the release option in usage info.
475   * Drop fblog from GRML_FULL (obsolete with 2.6 kernels, #427139).
476   * Add libcap2-bin to GRML_FULL.
477   * Upgrade isolinux.bin to version from syslinux-common 2:3.73+dfsg-1.
478     [Testing: issue569]
479   * Integrate /etc/grml/fai/config/scripts/GRMLBASE/18-timesetup to
480     improve UTC handling. Thanks for the script, Thomas Lehmann!
481
482  -- Michael Prokop <mika@grml.org>  Thu, 12 Feb 2009 14:20:39 +0100
483
484 grml-live (0.9.7) unstable; urgency=low
485
486   * Add packages to GRML_FULL:
487     - aiccu (thanks, Christian Vogel)
488     - genext2fs
489     - radvd (thanks, Christian Vogel)
490     - tf (thanks, Rhonda)
491   * Add genext2fs to GRML_MEDIUM (for use within live-snapshot).
492   * Support execution without touching the chroot at all using option "-B".
493     Thanks for the patch, Jimmy.
494   * Update current state section of documentation.
495   * Update cheatcode documentation (thanks to Moritz Augsburger).
496   * Drop cryopid from GRML_FULL, see #507882.
497
498  -- Michael Prokop <mika@grml.org>  Fri, 12 Dec 2008 12:17:35 +0100
499
500 grml-live (0.9.6) unstable; urgency=low
501
502   * Add new packages to GRML_FULL:
503     - cciss-vol-status (HP SmartArray RAID Volume Status Checker)
504     - dwdiff (front-end for the diff program that operates word by word)
505     - espeakup (connector between espeak and speakup)
506     - faketime (report faked system time to programs)
507     - fcoretools (Tools to advise the IO scheduler)
508     - latencytop (A tool for developers to visualize system latencies)
509     - qiv (A quick image viewer for X)
510     - speakup-modules-2.6.26-grml64 (support speakup on amd64 as well)
511   * Add irqbalance to GRML_MEDIUM.
512     - irqbalance (Daemon to balance interrupts for SMP systems)
513     - latencytop (A tool for developers to visualize system latencies)
514     - powertop (Linux tool to find out what is using power on a laptop)
515   * Remove localepurge from GRML_SMALL.
516   * Remove mozilla-imagezoom from GRML_FULL (the "extension installed"
517   * Execute dpkg-reconfigure for localepurge with noninteractive frontend.
518     [Closes: issue554]
519   * Rework locale handling. From now on /usr/share/locale gets removed
520     by default (though /usr/share/i18n/locales won't be touched for
521     now), unless using class LOCALES. Reason: We have >70MB inside
522     /usr/share/locale on GRML_FULL, just too much to ship by default,
523     message at startup sucks).
524   * Update grml-cheatcodes.txt.
525   * Provide grml's gpg key via /etc/grml/fai/files/etc/apt/grml.key
526     so we support offline operation as well. Based on an idea by
527     Thomas Lehmann, thanks!
528   * Generate ISO with volume label "${GRML_NAME} ${VERSION}" instead of
529     "grml $VERSION" so we propagate the according grml-name. Thanks to
530     Thomas Lehmann!
531   * Support -q option to build the ISO without (re-)creating the squashfs
532     compressed file using mksquashfs.
533
534  -- Michael Prokop <mika@grml.org>  Wed, 19 Nov 2008 11:13:05 +0100
535
536 grml-live (0.9.5) unstable; urgency=low
537
538   * Drop "root (cd)" from grub/menu.lst. Thanks, Tong Sun. [Closes: issue552]
539   * Drop xserver-xorg-video-newport from all flavours.
540   * Replace all unzoo package references with zoo, see #497775.
541   * Handle policy-rc.d in /etc/grml/fai/config/hooks/updatebase.GRMLBASE
542     because we have to skip FAI's updatebase task and lack /proc therefore.
543     New packages that are being installed and want to start any daemons
544     might fail, let's try to do our best to avoid that.
545   * Try to get rid of any hanging $CHROOT_OUTPUT/dev[/pts] mountpoints.
546   * Drop clamav-getfiles from GRML_FULL.
547   * Update debian/control:
548     - move from XS-Vcs-* to Vcs-*
549     - use Build-Depends-Indep
550
551  -- Michael Prokop <mika@grml.org>  Sat, 25 Oct 2008 12:18:37 +0200
552
553 grml-live (0.9.4) unstable; urgency=low
554
555   * Update docs (some minor fixes, migration from hg to git,..)
556   * Use squashfs-lzma-tools instead of squashfs-tools:
557     Depend on squashfs-lzma-tools - but allow usage
558     of squashfs-tools as well).
559   * Activate grml-testing repository for devel releases and
560     daily snapshots. [Testing: issue531]
561   * All flavours:
562     - drop lzma-modules-2.6.26-grml[64] and
563       squashfs-modules-2.6.26-grml[64] as we have it
564       in-tree of kernel 2.6.26-grml[64].
565   * GRML_FULL:
566     - add ipset
567     - drop wodim and genisoimage as we have a fully functional
568       cdrtools suite in grml
569   * GRML_MEDIUM:
570     - replace rt73-module-2.6.26-grml with rt73-modules-2.6.26-grml.
571   * GRML_SMALL:
572     - several improvements to keep the ISO size as small as possible
573     - use kernel 2.6.26-grml instead of 2.6.26-grml-small
574     - remove grml-small package
575     - remove fuse-utils
576     - remove nvi (see #490361)
577     - remove ppoeconf (just too big with its dependencies)
578     - remove prism54-firmware (for saving disk space)
579   * Support environment variable NO_ADDONS to avoid usage of
580     addons directory.
581   * Initial support for SQUASHFS_EXCLUDES_FILE.
582   * Do not include vmlinuz and initrd when building grml-small.
583   * We switched from Mercurial to Git - replaced all hg-URLs
584     with git.grml.org
585
586  -- Michael Prokop <mika@grml.org>  Wed, 01 Oct 2008 21:34:43 +0200
587
588 grml-live (0.9.3) unstable; urgency=low
589
590   * Improve the way deborphan works in
591     /etc/grml/fai/grml/grml_cleanup_chroot.deborphan and
592     get rid of aptitude via
593     /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
594   * Add PREREQ header to grml's initramfs-tools script, otherwise
595     booting fails with "PANIC: Circular dependancy.  Exiting."
596     Thanks for debugging help, maximilian attems.
597   * Use apt-get instead of dpkg in removal of packages in grml-small.
598   * Add tig to GRML_FULL, thanks Rhonda.
599
600  -- Michael Prokop <mika@grml.org>  Thu, 25 Sep 2008 20:05:19 +0200
601
602 grml-live (0.9.2) unstable; urgency=low
603
604   * Improve checks for -[no]lzma for different squashfs-tools.
605
606  -- Michael Prokop <mika@grml.org>  Thu, 04 Sep 2008 13:28:48 +0200
607
608 grml-live (0.9.1) unstable; urgency=low
609
610   * Rebuild initramfs to make sure that the up2date /etc/grml_version
611     is available in the live initramfs. [Closes: issue516]
612
613  -- Michael Prokop <mika@grml.org>  Thu, 04 Sep 2008 13:27:35 +0200
614
615 grml-live (0.9.0) unstable; urgency=low
616
617   * Update to kernel 2.6.26-grml[64].
618   * Drop sysutils and cupsys-common from package lists.
619   * Add ext3grep to GRML_FULL.
620   * Integrate /etc/grml/fai/config/package_config/GRML_FORENSIC.
621   * Move ssdeep and scrounge-ntfs from grml's repository list to
622     Debian's one.
623   * Drop syslog-ng in all classes and use rsyslog in GRMLBASE.
624   * Document classes in more details. Thanks to Pawel Sadkowski
625     for pointing out. [Closes: issue490]
626   * Drop qtparted from GRML_FULL, we have better maintained
627     gparted now.
628   * Get rid of /etc/grml/fai/config/class/GRML_FULL.var,
629     /etc/grml/fai/config/class/GRML_MEDIUM.var,
630     /etc/grml/fai/config/class/GRML_POWERPC.var and
631     /etc/grml/fai/config/class/GRML_SMALL.var - we manage the
632     configuration through GRMLBASE.var and this way it's much
633     easier to adjust settings according to your needs.
634   * Improve error handling in grml-live, including a check
635     for pipestatus of fai command.
636   * Output grml version in grml's live-initramfs script
637     Thanks for the idea, Marc Haber. [Closes: issue488]
638   * Drop glimpse from GRML_FULL due to license problems, see #474322.
639   * Display SQUASHFS_OPTIONS in configuration overview.
640   * Make sure it's possible to get usage information without being
641     root or actually executing the script.
642   * Improve usage information screen.
643   * Display progress of squashfs, when building via a buildsystem
644     just set -no-progress in $SQUASHFS_OPTIONS instead.
645   * Use linux-kernel-headers-grml in grml-medium.
646   * Use vim.basic as alternative setting for 'vi'.
647
648  -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 15:17:39 +0200
649
650 grml-live (0.8) unstable; urgency=low
651
652   * Remove packages from GRML_FULL:
653     - apmd (the package is just borken, see #475432)
654     - raggle (#479562)
655   * Remove scandelay bootoption from grml-cheatcodes.txt (thanks
656     for mentioning in a bugreport, Marc Haber!)
657   * Add packages to GRML_FULL:
658     - ent (thanks, gebi)
659   * Add packages to GRML_MEDIUM:
660     - xfsdump (thanks, George Hartlieb)
661   * Mention "grml debug=noscreen" in grml-cheatcodes.txt.
662
663  -- Michael Prokop <mika@grml.org>  Mon, 12 May 2008 19:13:32 +0200
664
665 grml-live (0.7) unstable; urgency=low
666
667   * Update templates/boot/addons/allinone.img to current version
668     from http://home.arcor.de/mschierlm/bootdisk/
669     Thanks, Michael Schierl.
670   * Add packages to GRML_FULL:
671     - gnuit
672     - i2c-tools [thanks to Mario Holbe]
673     - iotop
674     - keynav
675   * Remove packages from GRML_FULL:
676     - emelfm (#364442)
677     - nufw (#468245)
678     - sound-recorder (#288211)
679   * Readd libewf to GRML_FULL.
680   * buildd: use RELEASE-class in all build scripts
681   * Mention noquick bootoption in bootsplash and cheatcode file.
682   * Fix typo in bootsplash f3, thanks to Daniel Martin for reporting.
683   * Make sure username is adjusted in /etc/inittab.grml if username
684     not being "grml". Thanks for reporting, Thomas Lehmann.
685     [Testing: issue436]
686   * Add check for existence of -nolzma option. If squashfs-tools
687     doesn't support it at all then just get rid of the option.
688
689  -- Michael Prokop <mika@grml.org>  Sun, 11 May 2008 18:28:12 +0200
690
691 grml-live (0.6) unstable; urgency=low
692
693   * Write squashfs filename to /live/filesystem.module.
694   * Adjust grml-live-remaster for new file system layout
695     and add support for working on a booted USB device.
696
697  -- Michael Prokop <mika@grml.org>  Sat, 23 Feb 2008 11:12:10 +0100
698
699 grml-live (0.5) unstable; urgency=low
700
701   * Make sure we use ${GRML_NAME}.squashfs instead of hardcoded
702     grml.squashfs.
703   * Update bootsplashes to current implementation, based on
704     live-initramfs and grml-autoconfig.
705   * Get rid of gnu-fdisk in GRML_FULL (it's causing just too many
706     headaches, see #461888, #463720 and #445304 for example).
707   * Add sshfs to GRML_MEDIUM.
708
709  -- Michael Prokop <mika@grml.org>  Wed, 20 Feb 2008 16:41:06 +0100
710
711 grml-live (0.4) unstable; urgency=low
712
713   * Add new packages to GRML_FULL:
714     - linux-uvc-modules-2.6.23-grml
715     - luvcview
716   * Add new packages to GRML_MEDIUM:
717     - at76-usb-modules-2.6.23-grml
718     - atl2-modules-2.6.23-grml
719     - firmware-ralink
720     - rt2400-modules-2.6.23-grml
721     - rt2500-modules-2.6.23-grml
722     - rt73-module-2.6.23-grml
723   * Finally fixed the "isolinux does not boot on old hardware" problem.
724     The problem was a too big boot/isolinux directory. Thanks a lot
725     for all the testing to Andrea Mayr and Wernfried Haas!
726     - use /boot/addons/* for allinone.img, balder10.imz, chain.c32,
727       menu.c32 and memtest
728     - place $GRML_NAME in /boot/$GRML_NAME/ - this should easify
729       support of several grml flavours on one single usb pen for the future
730     - adjust grub's menu.lst and isolinux.cfg as well as grml-live itself
731       for new directory layout
732   * Make sure $GRML_NAME does not contain known problematic characters.
733
734  -- Michael Prokop <mika@grml.org>  Fri, 15 Feb 2008 16:08:38 +0100
735
736 grml-live (0.3) unstable; urgency=low
737
738   * Add virtualbox-ose-guest-utils [x86-only] to GRML_MEDIUM.
739   * Update isolinux.bin to "ISOLINUX 3.61 Debian-2008-02-05" again. Versions
740     older than 3.51 don't work with recent kernel versions like 2.6.23
741     anymore. :(
742   * Update templates/boot/isolinux/memdisk from syslinux package
743     version 2:3.61+dfsg-1.
744
745  -- Michael Prokop <mika@grml.org>  Wed, 13 Feb 2008 10:33:43 +0100
746
747 grml-live (0.2) unstable; urgency=low
748
749   * Revert isolinux.bin to version 3.31. Newer versions (like 3.55-1)
750     just fail on several old boxes. [Testing: issue400]
751   * Add new packages to GRML_FULL:
752     - auctex
753     - loop-aes-testsuite
754   * Add new packages to GRML_MEDIUM:
755     - atl2-modules-2.6.23-grml
756     - firmware-iwlwifi
757     - madwifi-modules-2.6.23-grml[64]
758     - madwifi-tools
759   * Set 'confirm=1' in /etc/apt/listchanges.conf.
760   * Add /etc/grml/fai/config/scripts/GRMLBASE/36-cpufrequtils
761     for providing default /etc/default/loadcpufreq configuration.
762   * Move sourcing /etc/grml/grml-live.local *before* the cmdline
763     option parsing so we can override already set defaults interative.
764   * Grep using the quiet option for squashfs features.
765
766  -- Michael Prokop <mika@grml.org>  Mon, 14 Jan 2008 22:54:10 +0100
767
768 grml-live (0.1) unstable; urgency=low
769
770   * Bump version number to 0.1 as we ship grml-live with the
771     upcoming stable versions.
772   * Source /etc/grml/grml-live.local before parsing command line
773     options to be able to override configuration on the commandline.
774   * Use /usr/bin/vim.tiny as alternativ for vi.
775   * Add new packages to GRML_FULL:
776     - at76-usb-modules-2.6.23-grml64
777     - bluez-audio
778     - conky (thanks, shehu)
779     - epdfview
780     - gfs2-tools
781     - sslscan
782     - truecrypt-2.6.23-grml64
783     - unsort
784   * Remove bluetooth-alsa from GRML_FULL.
785   * Add new packages to GRML_MEDIUM:
786     - ntfs-3g
787     - truecrypt-2.6.23-grml64
788   * templates/boot/grub/menu.lst, templates/boot/isolinux/*.cfg:
789     - drop deprecated entries
790     - add debian2hd for isolinux/syslinux
791     - fix serial bootoption
792     - add grml2hd template for grub
793   * /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot:
794     remove packages via dpkg instead of apt-get. Thanks for the
795     bugreport and the patch, Lupe Christoph! [Closes: issue367]
796   * Use -no-progress option for mksquashfs only if it's supported.
797
798  -- Michael Prokop <mika@grml.org>  Fri, 11 Jan 2008 01:56:01 +0100
799
800 grml-live (0.0.14) unstable; urgency=low
801
802   * Include initial version of the grml-live-remaster script,
803     contributed by Michael Schierl (thanks!) [Closes: issue331]
804   * Bump Standard-Version to 3.7.3 (no further changes).
805   * Set debconf configuration for postfix via
806     /etc/grml/fai/config/scripts/GRMLBASE/05-hostname
807   * Improve check for presence of FAI log directory in
808     /etc/grml/fai/config/scripts/GRMLBASE/95-package-information
809   * Configure apt-listchanges via new script
810     /etc/grml/fai/config/scripts/GRMLBASE/97-apt-listchanges
811   * Make sure packages are being removed before docs are being
812     deleted in /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
813   * Create grml-live.log-file with permissions 664.
814   * Adjust buildd/functions.sh for new logging.
815   * Fix kernel related packages for GRML_MEDIUM and GRML_FULL
816     on AMD64 architecture. Add several new kernel packages for amd64
817     to GRML_FULL.
818   * Split grml + grml-files into x86 vs. amd64 (grml64 + grml-files64).
819   * Drop packages from GRML_FULL:
820     - findimagedupes: too many new dependencies, being:
821       libgraphics-magick-perl libgraphicsmagick1 libwmf0.2-7
822     - netpipes: conflicts with timelimit (see #457444) and does
823       not support IPv6 yet
824   * Add new packages to GRML_FULL:
825     - asql
826     - at76-usb-modules-2.6.23-grml
827     - edac-utils
828     - ifupdown-extra
829     - opencryptoki
830     - pmailq
831     - r6040-modules-2.6.23-grml
832     - scamper
833     - timelimit
834     - virtualbox-ose-guest-modules-2.6.23-grml
835     - virtualbox-ose-guest-utils
836
837  -- Michael Prokop <mika@grml.org>  Mon, 17 Dec 2007 00:51:05 +0100
838
839 grml-live (0.0.13) unstable; urgency=low
840
841   * New option '-b' for "build-only".
842   * Replace mailx with bsd-mailx in GRML_FULL.
843     http://packages.qa.debian.org/b/bsd-mailx/news/20071209T135336Z.html
844   * Store package list in /usr/share/doc/grml-docs/packages/dpkg_list
845   * Document grml2ram bootoption in grml-cheatcodes.txt
846   * Use -no-progress for Squashfs build process.
847   * Improve /etc/resolv.conf handling in
848     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
849   * Adjust hostname in /etc/postfix/main.cf.
850   * Make sure /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan does not fail.
851   * Fix typo in /etc/grml/fai/config/scripts/GRMLBASE/32-xorg
852   * Make sure $HOSTNAME is unset by default.
853   * Disable Recommends for aptitude as well.
854   * Check for presence of live-initramfs in 10-build-initramfs.
855   * Install aptitude in softupdate if not present.
856   * Always drop groff-base, man-db, info, man-db, manpages and nano from grml-small.
857   * Fix snort setup (/etc/default/snort.dpkg-dist) via
858     /etc/grml/fai/grml/grml_cleanup_chroot
859   * Do some further cleanups via /etc/grml/fai/grml/grml_cleanup_chroot.deborphan
860   * Remove hwtools from GRML_FULL, see #397723
861   * Remove several packages from GRMLBASE and integrate them in GRML_MEDIUM
862     instead so we keep grml-small as small as possible:
863     acpi-support, aumix, alsa-utils, dctrl-tools, debconf-utils,
864     grml-debian-keyring, grml-debugtools, grml-files, grml-hwinfo, grml-laptop,
865     grml-mercurial-utils, grml-pylib, grml-sectools, grml-templates,
866     grml-terminalserver, htop, iptstate, locales, multitail, postfix, powernowd,
867   * Add new packages to GRML_MEDIUM:
868     - truecrypt-2.6.23-grml
869   * Add new packages to GRML_FULL:
870     - git-svn (thanks for the suggestion, Brad Cable) [Closes: issue361]
871     - gnupg-pkcs11-scd
872     - gparted
873     - grml-paste
874     - iscsitarget-module-2.6.23-grml (replaces iscsitarget-2.6.23-grml)
875     - unhide
876   * buildd:
877     - store_iso(): move md5sum file as well
878     - support providing options via grml_live_run() so we can disable
879       LZMA for grml-small builds
880
881  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 22:38:31 +0100
882
883 grml-live (0.0.12) unstable; urgency=low
884
885   * Log mkisofs command with quotes around version number for easier
886     copy/paste.
887   * Ship syslinux files via template directory because the syslinux
888     version (1:3.31-4) in Debian/etch is broken. :(
889     Drop syslinux from Depends.
890   * Mention -u option if using the option by accident and the chroot
891     does not exist yet.
892   * Update buildd/cleanup.sh and add buildd/files/.logo.png,
893     buildd/files/.style.css, buildd/files/HEADER.html and
894     buildd/link_latest.sh (create symlinks for latest snapshot ISOs)
895     and provide upload_logs().
896   * Generate md5sum of ISO if using class 'RELEASE'.
897   * Do not install package 'grml' via GRMLBASE because we want
898     to use grml-small in GRML_SMALL and GRML_MEDIUM.
899   * Remove and recreate /root directory in 98-clean-chroot.
900   * Skip stage updatebase when using softupdate and handle upgrade
901     on our own via hooks.
902   * Execute removal of log files after sourcing config files.
903
904  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 17:28:01 +0100
905
906 grml-live (0.0.11) unstable; urgency=low
907
908   * New option -z to use ZLIB instead of LZMA compression and
909     support SQUASHFS_OPTIONS in configuration file.
910   * Add new class XORG.
911   * Add X.org packages to GRML_MEDIUM.
912   * Make sure /etc/X11/X is not a symlink to /bin/true. Check and fix
913     via /etc/grml/fai/config/scripts/GRMLBASE/32-xorg.
914   * Adjust grml-buildd for new logdir structure.
915   * Add new script /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan
916     which adds shadowfs and bsdtar to the 'never report'-list of deborphan.
917   * Diplay use of $LOCAL_CONFIG in configuration dialog.
918   * Remove fai's last-dirinstall and last-softupdate when using
919     ZERO_FAI_LOGFILE as well.
920   * Depend on fai-client (>= 3.2.4), fai-server (>= 3.2.4) as version
921     3.2.3 has a serious bug.
922   * Add new packages to GRML_FULL:
923     - atl2-modules-2.6.23-grml
924     - firmware-ralink (replaces firmware-rt61 and firmware-rt73)
925     - firmware-rt61
926     - firmware-rt73
927     - mlocate
928     - open-vm-tools
929     - pcaputils
930     - xrestop
931     - xserver-xorg-video-radeonhd
932     - yatm
933   * Remove tinysnmp-tools from GRML_{SMALL,FULL,MEDIUM}, see #444723.
934
935  -- Michael Prokop <mika@grml.org>  Mon, 26 Nov 2007 15:07:54 +0100
936
937 grml-live (0.0.10) unstable; urgency=low
938
939   * Drop patches which are part of FAI 3.2.3 now. Depend on
940     FAI version 3.2.3 therefor.
941   * FAI 3.2.3 has a new log schema, adjusted grml-live accordingly.
942     Quoting the NEWS file of FAI:
943     - LOGDIR is now /var/log/fai/$HOSTNAME/$FAI_ACTION_date+time
944     - LOGDIR is /tmp/fai during an installation (not dirinstall), and
945       will be copied to the path above at the end of an installation
946   * Log the executed FAI, squashfs and mkisofs command lines to
947     /var/log/grml-live.log.
948   * New option '-C <configuration_file>' for specifying a configuration
949     file. Needs heavy testing though, because the files are updated
950     during runtime it isn't as easy as expected to be. :-/
951   * Support $ZERO_FAI_LOGFILE inside grml-live configuration for removing
952     old FAI logs.
953   * Do not enable apt-listbugs if the binary is not available.
954     [Testing: issue340]
955   * Add keychain package to GRML_SMALL.
956   * Add new packages to GRML_MEDIUM:
957     - grml-live
958     - keychain
959     - lzma-modules-2.6.23-grml
960     - squashfs-modules-2.6.23-grml (we build the module external now)
961   * Add new packages to GRML_FULL:
962     - aosd-cat
963     - grml-live
964     - lzma-modules-2.6.23-grml
965     - squashfs-modules-2.6.23-grml (we build the module external now)
966   * Support loading of squashfs module via
967     /etc/grml/fai/live-initramfs/grml-script.init-top
968   * Make sure we have pinning for grml-stable and grml-testing
969     repositories via /etc/grml/fai/apt/preferences, not matter where
970     the packages come from (web vs. local mirror/cache for example).
971   * Remove base.tgz from chroot directory.
972   * Do not create /etc/sysconfig/network-scripts and
973     /etc/sysconfig/provider any longer in cleanup script.
974   * Fix typo in bootsplash f3 (thanks, jimmy).
975   * Switch order of 'lang=us apm=power-off' to 'apm=poweroff' in
976     isolinyx/syslinux/grub configuration because getbootparam
977     of grml-autoconfig requires a whitespace inside /proc/cmdline.
978   * Support grml2ram bootoption inside isolinyx/syslinux/grub
979     configuration.
980
981  -- Michael Prokop <mika@grml.org>  Mon, 19 Nov 2007 12:49:37 +0100
982
983 grml-live (0.0.9) unstable; urgency=low
984
985   * Remove all files inside /root/ when using class RELEASE.
986   * Disable apt-listbugs in [soft]update.
987   * Fix 'dependency problems' handling in buildd functions.
988   * Add buildd/remove_isos.sh to remove generated ISOs.
989   * Support kernel upgrades via according /etc/kernel-img.conf configuration.
990   * Set hostname in instsoft-hook already.
991   * Add user (grml) to all relevant groups.
992   * Improve initrd+kernel copy process: ignore .bak files (and get rid
993     of them) and copy always exactly one image.
994   * Add new packages to GRML_FULL:
995     - awesome
996     - cereal
997     - etckeeper
998     - hdapsd
999     - hdaps-utils
1000     - libstdc++2.10-glibc2.2 [for better support of
1001       binaries from commercial vendors; thanks to
1002       Christian Hofstaedtler]
1003     - mkelfimage
1004     - runit
1005     - rutilt
1006     - supercat
1007     - truecrypt-2.6.23-grml
1008   * Drop centericq-common, centerim-common, irssi-text, rt2400
1009     and rt2500 from GRML_FULL package list.
1010
1011  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 22:37:11 +0100
1012
1013 grml-live (0.0.8) unstable; urgency=low
1014
1015   * Copy /etc/resolv.conf to chroot in
1016     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs and
1017     /etc/grml/fai/config/hooks/instsoft.GRMLBASE as well.
1018   * Remove /var/run/fai/fai_softupdate_is_running and
1019     /var/run/fai/FAI_INSTALLATION_IN_PROGRESS if we exit grml-live.
1020     (FAI's softupdate currently does not clean up when canceling
1021     the process.)
1022   * Set EXITSTATUS in /etc/policy-rc.d.conf of chroot to 101 for
1023     softupdate action.
1024   * Remove /var/log/fai/* in class RELEASE.
1025   * Generate md5sum of windows binaries.
1026   * Upgrade via aptitude [safe-]upgrade in update process.
1027   * Rename /etc/grml/fai/grml/grml_cleanup_chroot.no_online into
1028     /etc/grml/fai/grml/grml_cleanup_chroot.online
1029   * Edit /etc/apt/apt.conf inside
1030     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build only
1031     once.
1032   * Make the log checks inside grml-live aware of the update
1033     log-directory /var/log/fai/current.
1034   * Use strings instead of --help to detect support of safe-upgrade
1035     inside aptitude, otherwise it might fail due to unavailable shared libs.
1036   * Configure (enable) apt-listchanges + apt-listbugs via
1037     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
1038   * Purge removed packages via /etc/grml/fai/grml/grml_cleanup_chroot
1039   * Add new packages to GRML_FULL:
1040     - acx100-2.6.23-grml
1041     - bcm5700-module-2.6.23-grml
1042     - dzen2
1043     - drbd8-2.6.23-grml
1044     - exmap-modules-2.6.23-grml
1045     - fglrx-kernel-2.6.23-grml
1046     - iscsitarget-2.6.23-grml
1047     - ivtv-modules-2.6.23-grml
1048     - ivtv-utils
1049     - libacme-bleach-perl
1050     - libacme-eyedrops-perl
1051     - libacme-smirch-perl
1052     - libpam-chroot
1053     - libpam-devperm
1054     - libpam-dotfile
1055     - libpam-krb5
1056     - libpam-modules
1057     - libpam-mount
1058     - libpam-pwgen
1059     - libpam-smbpass
1060     - libpam-ssh
1061     - libpam-tmpdir
1062     - libtool
1063     - ndiswrapper-modules-2.6.23-grml
1064     - openafs-modules-2.6.23-grml
1065     - tp-smapi-modules-2.6.23-grml
1066   * Add portmap to GRML_SMALL and GRML_MEDIUM (thanks for the feedback,
1067     Tom Asbury).
1068   * Remove trapdoor2 from GRML_FULL (the Debian package isn't
1069     in a very smooth shape).
1070
1071  -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2007 01:43:06 +0100
1072
1073 grml-live (0.0.7) unstable; urgency=low
1074
1075   The "holidays? what? are you joking?!"-release.
1076
1077   * Added FAI patches to /usr/share/grml-live/patches/ - it's
1078     recommended to apply the patches to FAI until they are accepted
1079     upstream. See Debian's BTS for more details: #444210, #447080
1080     and #448426.
1081   * Support option '-u' for updating system.
1082   * Reworked buildd concept.
1083     - Now we have a seperate
1084       /usr/share/grml-live/buildd/functions.sh for generic stuff
1085       and /etc/grml/grml-buildd.conf as configuration file.
1086     - Use grml-buildd.{stdout,stderr} instead of
1087       grml-live.{stdout,stderr} as log files.
1088     - buildd/functions.sh: do not mv files if there was an error
1089       during grml-live execution
1090     - do not re-execute grml-live is the target ISO exists already
1091   * Update zsh completion - thanks to Frank Terbeck!
1092   * Set /etc/grml_version of live-system to the according value.
1093     [Closes: issue322]
1094   * Support setting /etc/debian_chroot inside chroot (useful if
1095     building fails and manual interaction is needed).
1096   * Log to /var/log/grml-live.log by default now and support
1097     $ZERO_LOGFILE for cleaning up logs.
1098   * Added new grml-repository named grml-live which is intented
1099     to fix issues from Debian for grml-live builds. It is automatically
1100     activated if you are building against unstable/sid and should
1101     be used manually only if you realy know what you are doing.
1102     Notice: if something fails inside building the base chroot/
1103     debootstrap system we can't do anything via grml-live for you
1104     right now. Instead grab the base.tgz from http://daily.grml.org/
1105   * Add /usr/share/grml-live/scripts/repodiff.pl (by formorer, thx!)
1106     for comparing two repositories.
1107   * Replaced /etc/grml/fai/files/etc/apt/preferences
1108     with /etc/grml/fai/apt/preferences so grml-live repository
1109     can be used and configured at a single place.
1110   * Use apt-pinning via /etc/grml/fai/config/hooks/instsoft.GRMLBASE
1111     and drop it from /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
1112     later again.
1113   * Display version number of grml-live.
1114   * Log executed grml-live command line.
1115   * Set FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info"
1116     by default.
1117   * Disable Recommends inside chroot installation.
1118   * Set shared/default-x-server and xserver-xorg/config/monitor/identifier
1119     for xserver-xorg package via debconf to work around #448863.
1120   * Use "newest" kernel only if two kernels are present in the chroot.
1121   * Set $SECONDS to unknown if $start_seconds is not set.
1122   * Log closing signs (----...) via bailout to make sure they are
1123     always set - even when exiting with an error.
1124   * Check for presence of /bin/zsh before setting default shell in
1125     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
1126   * Check for locales/localepurge before using them in
1127     /etc/grml/fai/config/scripts/GRMLBASE/25-locales
1128   * Add new packages to GRML_FULL:
1129     - bittwist
1130     - ldnsutils
1131     - libpam-thinkfinger
1132     - linux-wlan-ng-modules-2.6.23-grml
1133     - madwifi-modules-2.6.23-grml
1134     - netrw
1135     - rt73-module-2.6.23-grml
1136     - thinkfinger-tools
1137     - tra
1138   * Drop idn from GRML_FULL.
1139   * Add new packages to GRML_MEDIUM:
1140     - alsa-base
1141     - alsa-tools
1142     - alsa-utils
1143     - ed
1144     - pcmciautils
1145     - Update kernel version to 2.6.23-grml
1146     - replace dhcp-client with dhcp3-client
1147   * Add ed package to GRML_SMALL and replace dhcp-client with
1148     dhcp3-client.
1149   * Use new kernel version 2.6.23-grml64 for amd64.
1150
1151  -- Michael Prokop <mika@grml.org>  Sat, 20 Oct 2007 12:12:33 +0200
1152
1153 grml-live (0.0.6) unstable; urgency=low
1154
1155   * New option "-a" for setting architecture. This allows building
1156     grml(32) on amd64.
1157   * Fix stderr redirection in "/usr/sbin/fai already running..."
1158   * Update /etc/grml/fai/make-fai-nfsroot.conf
1159   * Use /var/log/fai/dirinstall/${HOSTNAME}/grml-live.log as logfile
1160     for grml-live instead of /var/log/grml-live.log so it's easier
1161     to track.
1162   * Update of buildd scripts: main configuration file main.sh
1163     which provides all the build stuff inside separate functions.
1164   * Fall back to blackhole.pca.dfn.de as keyserver if retreiving
1165     from subkeys.pgp.net fails.
1166   * Improve check for kernel version inside
1167     /etc/grml/fai/config/scripts/GRMLBASE/10-build-initramfs
1168   * Work around #353967 for Debian/etch in
1169     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
1170   * Add new packages to GRML_FULL:
1171     - ghostscript (and get rid of gs, gs-common, gs-esp)
1172     - mr
1173
1174  -- Michael Prokop <mika@grml.org>  Wed, 17 Oct 2007 22:59:08 +0200
1175
1176 grml-live (0.0.5) unstable; urgency=low
1177
1178   * Add new scripts to /usr/share/grml-live/examples/buildd/:
1179     - grml-live_autobuild_grml-small_etch.sh
1180     - grml-live_autobuild_grml-small_sid.sh
1181     - grml-live_autobuild_grml64-small_etch.sh
1182     - grml-live_autobuild_grml64-small_sid.sh
1183   * Some more FAI error checking.
1184   * Updated buildd scripts (better subject handling).
1185   * Re-enable 'Acquire::http::Pipeline-Depth' workaround'.
1186     Restore usual Debian behaviour at the end using
1187     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build
1188   * Add new scripts for retreiving bugs via apt-listbugs
1189     and storing package selection inside log directory.
1190     This has been integrated in a new class named "RELEASE".
1191   * Added support for new kernel version 2.6.23-grml to
1192     GRML_FULL.
1193   * Use uxterm as x-terminal-emulator and fall back to xterm
1194     only it uxterm is not available.
1195   * Support /etc/locale.gen.grml - it's used by default in
1196     class GRML_FULL and a new class named LOCALES.
1197   * Work around #443481 (bug inside snort) for Debian etch
1198     via using /etc/snort/snort.common.parameters (thanks for
1199     the idea, Thomas Lange!)
1200   * Do not exit with an error code if /usr/include/linux is NOT
1201     a symlink to /usr/src/linux/include/linux but keep it as
1202     a warning instead.
1203   * Log executed grml-live command.
1204   * Re-enable problematic packages that have been fixed:
1205     - apt-listbugs (fixed via manual interaction in scripts)
1206     - gsm-utils (#353967)
1207     - snort (#443481)
1208     - wvdial (fixed via debconf)
1209   * Add new packages to GRML_FULL:
1210     - ack-grep
1211     - mailplate
1212     - pristine-tar
1213
1214  -- Michael Prokop <mika@grml.org>  Sun, 07 Oct 2007 23:06:28 +0200
1215
1216 grml-live (0.0.4) unstable; urgency=low
1217
1218   * The -t option for specifying the output directory has been
1219     renamed into -o. The option -t now specifies the place where
1220     templates for building the ISO can be found.
1221   * Option -t can be used for specifying the template directory.
1222     TEMPLATE_DIRECTORY can be used in /etc/grml/grml-live.conf
1223   * Check for /var/run/fai/FAI_INSTALLATION_IN_PROGRESS and exit then.
1224   * /etc/grml/fai/config/hooks/instsoft.GRMLBASE:
1225     - disable pipeline workaround
1226     - create /dev/MAKEDEV in chroot to work around the
1227       "./MAKEDEV: No such file or directory" problem of some packages
1228   * Use /var/log/grml-live.log as log file as /var/log/fai/* is too
1229     dangerous because of automatic removal of the files/dirs via fai.
1230   * Use class GRML_MEDIUM by default and document GRMLBASE, GRML_* plus
1231     I386/AMD64 classes in the docs.
1232   * Add new packages to GRML_FULL:
1233     - tgt: Linux target framework user-space tools
1234     - paperkey: extract just the secret information out ouf OpenPGP keys
1235     - gitpkg: helper scripts for maintaining packages with git
1236     - iscsitarget: iSCSI Enterprise Target userland tools
1237     - iscsitarget-module-2.6.22-grml: kernel module for iscsitarget
1238   * Set $HOSTNAME to according hostname via
1239     /etc/grml/fai/config/scripts/GRMLBASE/34-hosts
1240   * Adjust filename in header of /etc/grml/fai/config/scripts/GRMLBASE/*.
1241   * Use iceweasel/firefox as x-www-browser and w3m as www-browser (if
1242     available).
1243   * Check for presence of the initrd.
1244   * Improve adjustment of suite for $FAI_DEBOOTSTRAP.
1245   * Add /usr/share/grml-live/examples/buildd/
1246
1247  -- Michael Prokop <mika@grml.org>  Thu, 04 Oct 2007 22:16:34 +0200
1248
1249 grml-live (0.0.3) unstable; urgency=low
1250
1251   * Support for setting GRML_NAME (like grml vs. grml-small
1252     vs grml64 vs...)
1253   * Drop the character limits of $VERSION and $RELEASENAME.
1254   * Make sure $SECONDS is set before outputting the runtime.
1255   * Unify usage of i386_files, place all template files in
1256     directory templates now.
1257   * Improve portability of linux headers cleanup inside
1258     grml_cleanup_chroot.
1259   * Provide class GRML_SMALL and rename old GRML_SMALL into
1260     GRML_MEDIUM.
1261   * Do not install kernel via GRMLBASE but via GRML_* classes
1262     instead so we have only one single kernel on the system
1263     with something like 'GRMLBASE,GRML_SMALL,REMOVE_DOCS,I386'.
1264   * Use grml-live.log as logfile.
1265   * Added vim to GRML_MEDIUM package list.
1266
1267  -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 12:58:15 +0200
1268
1269 grml-live (0.0.2) unstable; urgency=low
1270
1271   * Add support for amd64.
1272   * Update and extend documentation.
1273   * Bugfix: Make sure $LOGDIR exists.
1274   * fai dirinstall: set hostname via $HOSTNAME
1275
1276  -- Michael Prokop <mika@grml.org>  Fri, 21 Sep 2007 11:46:17 +0200
1277
1278 grml-live (0.0.1) unstable; urgency=low
1279
1280   * Initial release.
1281
1282  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 15:35:34 +0200
1283