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