rework sources setup (deprecated GRML_LIVE_SOURCES, install /etc/apt files recursively)
[grml-live.git] / debian / changelog
1 grml-live (0.16.1) unstable; urgency=low
2
3   The "right before the storm v2-ng++" release.
4
5   [ Christian Hofstaedtler ]
6   * Packaging related changes:
7     - [d6d48a3] Remove bundled grub2
8     - [560e0f3] Remove wget dependency
9     - [bfbf9fb] Remove grub1 (binaries and support for it)
10     - [3e2ceba] Use ipxe.lkrn from ipxe package
11     - [92d38ed] Use pci.ids file from pciutils
12     - [db2672a] Remove mkisofs from Depends:
13     - [dc9f2f5] Use memtest binary from memtest86+ package
14     - [7734643] Use memdisk and hdt from syslinux-common package
15     - [d4af86e] Remove bsd4grml, freedos and grml-live-addons deb
16     - [9c238dc] Use ifcpu64.c32, vesamenu.c32, isolinux.bin from
17       syslinux-common
18     - [7a0c07b] Loose dependencies so we can be installed on squeeze
19
20   * Features and improvements:
21     - [d0a99d9] Use grml-runtty to run our ttys
22     - [bbfff0f] remove empty and unused GRML_POWERPC package config
23     - [f35b52a] Install desktop wallpaper using grml-live, replacing
24       grml-files
25     - [1b9dc6e] On GRML_FULL add Iceweasel "branding"
26
27   * Software related changes:
28     - [f1d0f49] add grml-scripts-core to GRMLBASE
29     - [19e99f6] remove e3
30     - [2dcc29e] remove supplemental emacs libraries
31     - [673f796] remove jack server and clients
32     - [b48a1ee] remove ophcrack
33     - [768313f] remove guymager
34     - [ac466e6] remove pxfw
35     - [82ce059] remove qpxtool
36     - [5b4a5de] remove libtool
37     - [515a8f0] remove C(++) compilers and linux headers
38     - [bfe1fbd] remove grml-docs and install startpage with grml-live
39     - [f500775] remove spurious grml-small package from grml-medium
40     - [3dd2f8d] remove unmaintained accessibility support
41     - [0b47ab3] No longer install packages that will be sunset on Oct30
42
43   [ Michael Prokop ]
44   * Bugfixes:
45     - [dc885d9] 90-update-alternatives: do not set alternative for vim if
46       we just have vim.tiny.
47     - [24bc671] 90-update-alternatives: do not set vim as alternative for
48       `view`
49     - [6339a34] Check for --format option support in grub-mkimage, do not
50       use absolute path for binary call
51     - [e0306d0] + [611ad6b] fix kernel version detection in config/scripts/
52     - [4eac603] do not zero out /var/spool in GRMLBASE/98-clean-chroot
53       [Closes: issue1065] Thanks to Marek Malevic
54     - [9d50a44] mark bootlocal scripts as executables
55
56   * Changes and improvements:
57     - [5780f4d] 98-clean-chroot: fix typo (localepurg->localepurge) in
58       warning message
59     - [0aa4a5e] Make sure grub-mkimage exists, otherwise warn user about
60       grub-common/grub-pc
61     - [c45c995] Fix indention of memtest mv command
62     - [fbf963a] copy_addon_file(): do not be verbose to the user, but
63       send it to the log instead
64     - [09b2ee2] Unify warning message for missing adddon file for bsd4grml
65     - [4fcf199] inittab configs: drop commented lines mentioning zsh-login
66
67   * Software related changes:
68     - [bcf837f] add reptyr to GRML_SMALL, GRML_MEDIUM and GRML_FULL
69     - [ae41521] update to kernel version 3.1.0-grml
70
71  -- Michael Prokop <mika@grml.org>  Fri, 28 Oct 2011 00:05:07 +0200
72
73 grml-live (0.15.1) unstable; urgency=low
74
75   The "right before the storm" release.
76
77   [ Michael Prokop ]
78   * [4a05b54] 98-clean-chroot: check existence of updatedb binary via
79     $ROOTCMD.
80   * [6d5124d] 98-clean-chroot: check existence of aptitude binary via
81     $ROOTCMD.
82   * [91e9fb2] instsoft.GRMLBASE: Use --force-yes option when using apt-get
83     for upgrade.
84   * [fc9bf3c] instsoft.GRMLBASE: make sure we can upgrade automatically
85     even with unsigned repos if FAI_ALLOW_UNSIGNED is set
86   * [dcc3ba1] GRMLBASE/16-depmod: provide verbose error message regarding
87     the kernel x.y-grml[64] <-> module-init-tools v3.12 situation.
88   * [e725f1f] buildd/cronjob.sh: no longer build daily ISOs of
89     Debian/squeeze.
90   * [990cf8d] Do not complain about missing addons_list.cfg file.
91   * [f180765] Fix typo in log message for isolinux includes.
92   * [e4cf035] 90-update-alternatives: check for available alternatives
93     before setting them.
94   * [6afe668] 25-locales: make sure the localepurge package exists, not
95     only the binary.
96   * Software related changes:
97     - [deeedac] add bti to GRML_FULL. [Closes: issue1010] Thanks to
98       Pawel Sadkowski <azhag@dug.net.pl>
99     - [0e8d730] Update to kernel version 3.0.
100     - [5bb1e78] Remove grml-laptop, grml-pylib, grml-sectools and grml-
101       templates from GRML_MEDIUM and GRML_FULL.
102     - [1bceaed] replace git-core with git package in GRML_FULL. Thanks
103       to Uli Martens <uli@youam.net>
104
105   [ Christian Hofstaedtler ]
106   * [d0d3390] Switch to live-boot-grml and remove pins
107   * [4e325f9] Remove squeeze ISOs from daily.grml.org index
108   * [b3b8d85] Add debian/control headers Origin, Bugs
109   * [209bd84] Remove haltlocal.first from runlevel.conf
110   * [aa30e6f] Move bootlocal.* from grml-autoconfig here
111   * [e677c45] Remove pinning for grml-stable, grml-testing
112   * [905546a] Enable grml-live repository for testing, too
113   * [9f96a38] docs: don't download DTDs when building docs
114   * [f66079e] usersetup: Fixup path to inittab after f3b335ea landed
115   * Software related changes:
116     - [f181637] Remove pppoe from GRML_FULL.
117     - [ea03835] Remove svn-ssh-wrappers from GRML_FULL
118
119  -- Michael Prokop <mika@grml.org>  Thu, 18 Aug 2011 18:44:42 +0200
120
121 grml-live (0.15.0) unstable; urgency=low
122
123   The "redesign ftw \o/" release.
124
125   [ Christian Hofstaedtler ]
126   * [c315d7d] Update lintian overrides for grub 1.99-4 drop
127   * [9269536] Enable --force-unsafe-io for dpkg
128   * [9d16d7a] No longer install PuTTY and other windows binaries
129   * [7270085] Update SQUASHFS_EXCLUDES_FILE example to match code
130   * [5c58f1d] Fix SQUASHFS_EXCLUDES_FILE default not being set
131   * [dd60c7e] Drop * expansion from mksquashfs call
132   * [6782d44] Turn on wildcard support for mksquashfs excludes
133   * [2889351] Move /run, /var/run, /var/lock exclusion to mksquashfs
134
135   * Software related changes:
136     - [ed9696d] remove loop-aes-{utils,testsuite}
137     - [bcf093e] add atftp to GRML_FULL
138     - [1c39c7d] add links to GRML_MEDIUM
139     - [406dff8] remove socket from GRML_MEDIUM,GRML_SMALL
140     - [5b77db8] transition from netcat to netcat-openbsd
141     - [c521af7] remove alsa-tools from GRML_MEDIUM
142     - [c08f56e] Spring cleaning
143
144   [ Michael Prokop ]
145   * Bugfixes:
146     - [c9ebd4a] 01-packages: Ignore packages marked for un-installation.
147     - [8a35993] Remove /var/log/install_packages.list on release.
148       File is emtpy then anyway.
149     - [6c00c3c] Update resolv.conf handling to properly support /run
150       [Closes: issue984].
151     - [b8c8c53] grml-live: try updating initramfs if creating fresh
152       one failed.
153     - [8d897e7] Adjust trap handling to get clean exit.
154     - [e0f701f] 98-clean-chroot: make sure rm does not resolve the symlink
155     - [1374521] scripts/release_helper.sh: force confmiss and confnew
156       options when installing package so automated installation works when
157       having modified configuration files.
158     - [1b426d8] GRMLBASE/98-clean-chroot: recursively remove
159       /var/lib/clamav/clamav-*.
160     - [649b40f] DEBORPHAN/98-clean-chroot: Make sure deborphan exists
161       in chroot.
162     - [7580b07] 98-clean-chroot: fix check for presence of update-menus.
163     - [f605fe8] debconf/GRMLBASE: drop wicd preseeding to avoid
164       errors with installation.
165     - [866b47c] Implement dpkg-divert handling to address failing update-grub
166       in openvz environments.
167     - [1cef31a] Add workaround to solve udev packaging bug (see #632624).
168
169   * New features / improvements:
170     - [9ecfe24] GRMLBASE.var: set maximum number of packages installed
171       at a time to 3000.
172     - [1e9092e] Support -N option to only bootstrap the grml_chroot
173       and skip building of [files for] ISO.
174     - [d95eed1] Try to reduce build time and do not build initramfs twice.
175     - [6998e9e] scripts/release_helper.sh: Use +autobuild instead of
176       ~autobuild for version suffix.
177     - [8d2eced] Iterate over kernel versions when generating initramfs.
178     - [47b815e] syslinux configuration: use localboot -1 to boot
179       from next boot device instead of using 0x80. [Closes: issue957]
180     - [f3b335e] Implement -D option to set configuration directory.
181       Accordingly adjust fai.conf (don't set variables grml-live is
182       setting via cmdline now). Provide new scripts to deploy
183       configuration files (/etc/inittab, /etc/locale.gen, /etc/modules).
184       Rework and adapt cleanup scripts accordingly. [Closes: issue880]
185     - [0bc24c4] Rename scripts/GRMLBASE/10-build-initramfs to
186       scripts/GRMLBASE/10-configure-initramfs to reflect current
187       state of script's action.
188     - [0811b5f] Provide update-usbids as separate script to avoid
189       errors on missing update-usbids.
190     - [2e0d659] buildd: check for "FAILED with exit code" in logs.
191     - [03c92fc] GRMLBASE/37-portmap: do not touch /etc/default/portmap
192       if the file does not exist.
193     - [e13f6a8] 92-update-freshclam: do not error out on exit code 124
194       by freshclam.
195     - [3c03961] Update apt preferences: always use live-boot* packages
196       from Grml.
197     - [a242e27] Redesign sources.list handling. Get rid of
198       /etc/grml/fai/apt/sources.list.
199     - [dd81475] GRMLBASE scripts: run all fcopy commands in verbose mode.
200     - [2d7aecf] Add security.debian.org to sources.list of lenny, squeezy,
201       wheezy, stable and testing (thanks to the sources.list redesign).
202       Thanks to Christian Hofstaedtler <ch@grml.org>
203
204   * Minor changes:
205     - [bdc6192] docs: drop outdated fai-on-etch entry.
206     - [befccab] Add README.md for github.
207     - [0be5e94] Drop unused GRML_FAI_CONFIG from make-fai-nfsroot.conf.
208     - [96e44ee] cleanup script: Drop ion3 stuff, since we do not ship
209       ion3 anymore.
210     - [00fd941] Drop patches/ directory, patch fai_chroot_update.patch
211       is not relevant anymore.
212     - [3c52d9d] Drop patches directory from debian/grml-live.install.
213     - [50215e9] Provide debian/NEWS entry for release 0.15.0.
214
215   * Software related changes:
216     - [be3c863] Drop python2.5 and python2.5-minimal from GRML_FULL.
217     - [781e6ce] Drop ntfsprogrs (replaced by ntfs-3g, see #627823).
218     - [071f1ec] Drop firmware-ipw2x00 which has been integrated in
219       last commit ("Spring cleaning") from GRML_MEDIUM + GRML_FULL.
220     - [63e2a03] Add firmware-brcm80211 to GRML_FULL and GRML_MEDIUM.
221       [Closes: issue1007]
222
223   [ Ulrich Dangel ]
224   * [5c91ce9] Add a script to update the grml-live version string
225   * [6ce3dbc] Umount all directories in bailout handler
226   * [e91516d] add EXIT trap as set -e may terminate the program
227     without a signal
228   * [12e281b] Disable set -e as it causes some problems with
229     umounting fs.
230   * [90b73e6] Don't remove pid files in $target/var/run as it
231     is deleted afterwards anyway.
232
233   * Software related changes:
234     - [4b65e8d] remove inotail as coreutils supports inotify
235       nowadays anyways.
236     - [9951735] add libnss-myhostname
237     - [44bc5af] remove grml-rebuildfstab [Closes: issue1001]
238
239  -- Michael Prokop <mika@grml.org>  Sun, 26 Jun 2011 20:23:53 +0200
240
241 grml-live (0.14.1) unstable; urgency=low
242
243   [ Christian Hofstaedtler ]
244   * [739beb8] Fix name of SQUASHFS_NAME var in templates
245   * [c5b7145] Update shipped grub2 to 1.99-4
246   * [1be2433] Update bsd4grml to version 20110521
247   * [9f5975e] SW: Add xtightvncviewer to GRML_FULL. [Closes: issue990]
248   * [7650b54] SW: Remove powernowd from GRML_FULL,GRML_MEDIUM
249   * [93530f2] Revert "isolinux f5: fix layout."
250   * [f5dd81b] SW: Replace arping with iputils-arping
251   * [4fd4ee2] Sync vi,vim,view,editor alternatives
252
253   [ Michael Prokop ]
254   * [be46a0b] isolinux f5: fix layout.
255   * [8ba6757] SW: Add virtualbox packages to amd64 flavour.
256   * [e738d23] SW: Remove linux-kernel-headers-grml from grml-medium.
257   * [2017df2] sources.list handling: match "sid" and "unstable" only as
258     whole words.
259
260  -- Michael Prokop <mika@grml.org>  Sun, 29 May 2011 12:09:50 +0200
261
262 grml-live (0.14.0) unstable; urgency=low
263
264   [ Michael Prokop ]
265   * [900b82d] grml-cheatcodes.txt: update documentation regarding
266     fetch= bootoption (supports DNS nowadays).
267   * [cb537a8] Revert "Pass 1:0x96 instead of 4:0x96 to bootilnx.mksh
268     to use first partition as boot system."
269   * [ab97d7b] Bump Standards-Version to 3.9.2.
270   * [bebbbad] docs: fix wording ("allows one to"), thanks lintian.
271   * [3ba06da] Adjust lintian overrides for new lintian and policy.
272   * [6f9a4ab] initramfs-tools: use xz with -8 and --check=crc32.
273   * Software related changes:
274     - [2113bc5] remove docbook-utils again (pulling in luatex + more).
275     - [a67a5ab] remove darcs from GRML_FULL (too large).
276     - [230f7fc] remove c3270 from GRML_FULL (ENOSPACE).
277
278   [ Christian Hofstaedtler ]
279   * [d62a6be] document dns= boot option
280   * [e910ecb] document ip= boot option
281   * [14b6242] work around udev's "cosmetic warnings"
282   * [5f1adca] rebuild mtab during boot
283   * [e1b5d40] arrange /run like on a normal system
284   * [779971e] SW: add firmware-realtek to GRML_FULL,GRML_MEDIUM
285   * [5de2fe3] SW: re-add ratpoison to GRML_FULL
286
287  -- Michael Prokop <mika@grml.org>  Wed, 11 May 2011 23:17:28 +0200
288
289 grml-live (0.13.3) unstable; urgency=low
290
291   The "cleanup before marrying" release.
292
293   [ Michael Prokop ]
294   * Bugfixes / changes / new features:
295     - [5a8f565] scripts/release_helper.sh: also build Packages.gz file for
296       http usage in sources.list.
297     - [9dd04ba] scripts/release_helper.sh: disable apt-listchanges and
298       apt-listbugs.
299     - [261d88e] modprobe.d/loop-part.conf: add max_loop=32.
300     - [aac340b] Pass 1:0x96 instead of 4:0x96 to bootilnx.mksh to use
301       first partition as boot system. - thanks to Thorsten Glaser
302     - [55dde69] Addon: Replace gPXE with iPXE (see Debian BTS #474034).
303     - [346b946] Support wheezy as suite inside fai/apt/sources.list.
304     - [95f3494] GRMLBASE/01-packages: fix path to logfile for
305       packages.list.
306
307   * buildd related changes:
308     - [cfa2c50] buildd: support IGNORE class to ignore requests to install
309       software packages from other classes.
310     - [d88753b] buildd: follow symlinks to archive and dump the log files
311       they point to.
312
313   * Software related chanages:
314     - [3902afc] Add partimage to GRML_MEDIUM and GRML_SMALL.
315       [Closes: issue972] - thanks to neXyon for reporting.
316     - [782eccc] + [ce0a794] Update software-changes-schedule.txt.
317     - [e646663] remove loop-aes-modules-2.6.38-grml[64] and
318       speakup-modules-2.6.38-grml[64] from GRML_FULL.
319     - [a671278] add rs to GRML_FULL.
320     - [a7043e9] remove ekeyd from GRML_FULL (broken, several known issues).
321     - [b023489] remove backuppc from GRML_FULL (too big, currently
322       uninstallable, not that relevant on live system).
323     - [faf3a38] remove irb from GRML_FULL (provided by ruby since squeeze).
324     - [ac64887] replace portmap with rpcbind in all Grml flavours.
325     - [d17a90f] remove rodc and rdoc1.8 from GRML_FULL (provided by
326       ruby since squeeze).
327     - [3c4a7ae] remove eieio from GRML_FULL (obsoleted by Emacs 23.2,
328       see #617267).
329     - [3aee43f] remove gfs-tools + gfs2-tools from GRML_FULL.
330     - [9f0aed3] remove noshell from GRML_FULL (transitional to
331       non-free titantools).
332     - [4f0d06e] remove all xmms2 packages from GRML_FULL.
333     - [8a01c70] remove zec from GRML_FULL.
334     - [59165cd] remove yatm from GRML_FULL.
335     - [5e5e0d4] remove xfaces from GRML_FULL.
336     - [965616d] remove weechat* from GRML_FULL.
337     - [2cfa836] remove user-setup from GRML_FULL.
338     - [3b6256f] remove unrar-free from GRML_FULL.
339     - [d96fa97] remove tidy from GRML_FULL.
340     - [c041899] remove tetradraw from GRML_FULL.
341     - [af79834] remove csstidy from GRML_FULL (too unrelevant).
342     - [141c5d3] remove sp from GRML_FULL (too unrelevant).
343     - [46fc19e] remove openjade from GRML_FULL (too unrelevant).
344     - [3cac8ad] remove sgml-data from GRML_FULL (too unrelevant).
345     - [575494b] add docbook-utils to GRML_FULL.
346     - [2457691] removed dired (32bit-only, unmaintained in Grml).
347     - [ba487c1] remove rc from GRML_FULL.
348
349   [ Ulrich Dangel ]
350   * [6aa99b2] SW: Added grml-feedback to GRML_{FULL,MEDIUM,SMALL}.
351   * [ddb0378] Enable loopback partitions per default.
352
353   [ Christian Hofstaedtler ]
354   * [3c591d6] typo fix in grml-live-remaster man page.
355   * [5a34b68] fix squashfs builds with gzip compression.
356   * [3604d28] Remove available packages from to-check list.
357   * Software related changes:
358     - [715ee57] remove spell, spellutils from GRML_FULL.
359     - [d3c3b59] remove doxygen from GRML_FULL.
360     - [86873e3] remove asn1c from GRML_FULL.
361     - [b34bcb4] remove cedet-common from GRML_FULL.
362     - [f965ea0] remove ctrlproxy from GRML_FULL.
363     - [108c559] remove detachtty from GRML_FULL.
364     - [6b628f3] remove muscletools from GRML_FULL.
365     - [624a0f0] follow nilfs-tools transition for GRML_FULL.
366     - [06acda8] remove orpheus from GRML_FULL.
367     - [689dfb3] remove qprof from GRML_FULL.
368     - [91398f8] remove prismstumbler from GRML_FULL.
369     - [2f94a13] remove pytris from GRML_FULL.
370     - [adfe220] remove tn5250 from GRML_FULL.
371     - [838302e] remove viewglob from GRML_FULL.
372     - [47e47e9] remove xcardii from GRML_FULL.
373     - [9624eec] remove opie-client from GRML_FULL.
374     - [fbe325d] remove s3switch from GRML_FULL.
375     - [b34282b] remove spicctrl from GRML_FULL.
376     - [696df8a] remove log2mail from GRML_FULL.
377     - [2560a80] remove python2.4 from GRML_FULL.
378     - [7728fde] remove sbm from GRML_FULL.
379     - [fd90761] remove dog from GRML_FULL.
380
381  -- Michael Prokop <mika@grml.org>  Mon, 09 May 2011 13:53:49 +0200
382
383 grml-live (0.13.2) unstable; urgency=low
384
385   [ Christian Hofstaedtler ]
386   * [82e7ad3] fix buildd header (no more unoldstable!)
387
388   [ Michael Prokop ]
389   * Bunch of buildd improvements:
390     - [f96dfbf] Add support for wheezy, drop lenny (being oldstable
391       nowadays). [Closes: issue962]
392     - [aaa0017] Rename HEADER.html to index.html, as being
393       used on daily.grml.org.
394     - [2a5e5e6] Update index.html file.
395     - [a08d1d1] Finalize sha1sum support.
396     - [b4f406a] Support setting variables through grml-buildd.conf
397       in working directory, support $STORAGE_ADMIN instead of hard coded
398       mail address for storage host.
399     - [79b6032] Fix suite information for wheezy links.
400     - [cc7e99d] cronjob: upload and remove ISOs after each grml-flavour.
401     - [4d1178f] Use mutt instead of nail again (plus further improvement
402       in [79e4473d]).
403   * scripts/release_helper.sh improvements for autobuilds:
404     - provide autobuild install instructions in official
405       grml-live documentation
406     - support sudo [c6bcaeb]
407     - remove leftover files and directories from grml-live.build-area
408       to avoid pollution [307773c] [d0a25f7]
409     - provide git log in debian/changelog [83ef159] [833dd6d]
410
411  -- Michael Prokop <mika@grml.org>  Fri, 18 Mar 2011 14:19:08 +0100
412
413 grml-live (0.13.1) unstable; urgency=low
414
415   [ Martin Scharm ]
416   * [1c721a6] grml-cheatcodes.txt: added autoconfig boot parameter
417
418   [ Christian Hofstaedtler ]
419   * [4bc574e] Assume 'squeeze' as default SUITE.
420   * [27a6aab] buildd: squeeze has been promoted to stable, adapt texts
421   * [0c3993f] buildd: show sha1sum files instead of md5
422
423   [ Michael Prokop ]
424   * [66ce999] Update for kernel 2.6.38-grml[64], featuring LZMA/XZ
425     support - requiring squashfs-tools >=4.2-1.
426   * [e88fb8e] Depend on squashfs-tools (>= 1:4.2-1~grml00).
427   * [1c0980c] scripts/release_helper.sh: manually build debian/changelog
428     during autobuilds, improve branch handling
429
430  -- Michael Prokop <mika@grml.org>  Thu, 17 Mar 2011 23:08:20 +0100
431
432 grml-live (0.12.6) unstable; urgency=low
433
434   [ Michael Prokop ]
435   * [312d86a] templates/GRML/grml-cheatcodes.txt: update debian2hd
436     bootoption documentation; replace all references to /dev/hdx with
437     /dev/sdx
438   * [22e838c] templates/GRML/grml-cheatcodes.txt: update usage example
439     cmdline for debian2hd (thanks, Christian).
440   * [0d5dccc] Add software-changes-schedule.txt to handle scheduled
441     software additions/removals via git.
442   * [66f1c71] grml-cheatcodes.txt: drop setkeycodes (being dropped from
443     grml-autconfig).
444   * [956db16] docs: add generation of the base tar.gz to the FAQ
445   * [32627d5] scripts/release_helper.sh: support autobuild
446     infrastructure through AUTOBUILD
447   * Software related changes:
448     - [58de1cc] Drop postfix-ldap from GRML_FULL.
449     - [f3deac4] Drop cfengine2 from GRML_FULL.
450     - [23a96e0] Add puppet to GRML_FULL.
451     - [c00baf7] Add puppetmaster to GRML_FULL.
452     - [285e5c3] Add rdfind to GRML_FULL.
453     - [38fad6b] Replace glipper-nognome with clipit.
454
455   [ Ulrich Dangel ]
456   * [5f2b199] SW: Add parted to GRML_MEDIUM (Thanks to Jordi Funollet
457     for the bug report)
458
459  -- Michael Prokop <mika@grml.org>  Fri, 11 Mar 2011 23:16:57 +0100
460
461 grml-live (0.12.5) unstable; urgency=low
462
463   The "new release is coming so >< close" release.
464
465   * [69f74a6] grml-live: Fix typo (Skiping->Skipping).
466   * [7468864] SW: Add grub-imageboot to all Grml flavours.
467   * [ea8df13] hooks/{instsoft,updatebase}.GRMLBASE: be more careful
468     about BUILD_ONLY environment.
469   * [1b66676] isolinux/grml.cfg: use vga=791 by default for "disabled
470     KMS" boot menu entry.
471   * [ebc2594] isolinux/grml.cfg: disable KMS in "Disable Framebuffer"
472     boot menu entry.
473   * [7883c5f] templates/boot: set nodmraid and grml2hd accordingly, make
474     sure "No KMS" and "nofb" are consistent accross bootloaders.
475   * [b8a13e3] templates/boot: Use persistent=nofiles as default, as this
476     causes less problems by default.
477   * [5c896d0] Update templates/GRML/grml-cheatcodes.txt to reflect
478     recent development. - thanks to Ulrich Dangel <mru@grml.org> for
479     feedback.
480   * [894aac9] templates/GRML/grml-cheatcodes.txt: document KMS and add
481     URL for Documentation/kernel-parameters.txt.
482
483  -- Michael Prokop <mika@grml.org>  Wed, 29 Dec 2010 01:24:43 +0100
484
485 grml-live (0.12.4) unstable; urgency=low
486
487   The "where is all the dirt" release.
488
489   [ Christian Hofstaedtler ]
490   * Software related changes:
491     - [8b01f6c] Remove wacom-tools from GRML_FULL.
492     - [377f9fe] Remove xar from GRML_FULL (Debian RoQA; see #574023).
493     - [15d82e2] Remove tra, tss from GRML_FULL.
494     - [cce8558] Remove snoopy from GRML_FULL (removed from Debian,
495       see #548918).
496     - [1b93265] Remove sam from GRML_FULL (orphaned, see #503546).
497     - [78eb19a] Remove slat from GRML_FULL (dead upstream, see
498       #541373).
499     - [9d7b098] Remove shc from GRML_FULL (RoM, see #508109).
500     - [a952d6b] Remove sdd from GRML_FULL (RoQA, see #572379).
501     - [c9a3214] Move retty to x86-only section.
502     - [e2dc668] Remove rain from GRML_FULL (RoQA, see #455002).
503     - [e7dcc71] Remove isakmpd from GRML_FULL.
504     - [ae7a104] Remove psh from GRML_FULL (RoQA, see #596551).
505     - [01c0a56] Remove ras from GRML_FULL (dead upstream, see
506       #558672).
507     - [99fa5ea] Move pstack to x86-only section.
508     - [48c3d54] Remove pcopy from GRML_FULL (dead upstream, see
509       #596552).
510     - [703e0b6] Remove mp3c from GRML_FULL (uninstallable, very old).
511     - [e2ac468] Remove nstx from GRML_FULL (dead upstream, see
512       #595988).
513     - [c36d74e] Do the mtd-tools -> mtd-utils transition.
514     - [cc932b9] Remove mirrordir from GRML_FULL (RoM; see #555130).
515     - [d8fa87a] Move bsign to x86-only section.
516     - [845f37b] Remove cabber from GRML_FULL (RoQA, see #553902).
517     - [3c65350] Remove jail from GRML_FULL (RoM, see #448725).
518
519   [ Ulrich Dangel ]
520   * [1c74730] Run /etc/init.d/networking by default.
521
522   [ Michael Prokop ]
523   * [d61b3b8] Drop unnecessary policy-rc.d handler from
524     hooks/updatebase.GRMLBASE and scripts/GRMLBASE/98-clean-chroot -
525     grml-policy-rc.d does it for us.
526   * [07e33ed] grml-cheatcodes.txt: Document nonetworking bootoption.
527   * Software related changes:
528     - [ee607a4] Add tmux to GRML_FULL. - thanks to Marek Straka
529     - [b4b0e5a] Add grml-rescueboot to all grml flavours.
530     - [af3b852] Add fai-setup-storage to GRML_FULL.
531     - [567872d] Remove policyrcd-script-zg2 from GRML_FULL.
532     - [8151e7f] Remove zsh-static from GRML_FULL.
533     - [27e4380] Remove bash-static from GRML_FULL.
534
535  -- Michael Prokop <mika@grml.org>  Mon, 27 Dec 2010 17:40:40 +0100
536
537 grml-live (0.12.3) unstable; urgency=low
538
539   The "let's clean the floor" release.
540
541   * Bugfix:
542     - [7bbfd24] Rework apt.conf handling in instsoft/updatebase (provide
543       /etc/apt/apt.conf.d/15grml-live), drop /etc/kernel-img.conf support.
544       The reworked apt.conf handling addresses the issue that with usage of
545       BASE.tgz there might result packages from recommends in the ISO (like
546       for example iso-codes via python-apt).
547
548   * Package list changes:
549     - [5476dee] replace perf with linux-tools-2.6.36 package in GRMLBASE.
550     - [ae6845f] Update package list in NFSROOT (grub->grub-pc, live-
551       initramfs->live-boot, drop cvs/subversion/jove/subversion, disable
552       cfengine2/libapt-pkg-perl).
553
554   * Get rid of window managers from GRML_FULL that are either too large,
555     unconfigured, unused,... - see issue897 for the discussion.
556     [Closes: issue897]
557     - [a4907de] Remove fvwm
558     - [a68ff37] Remove ratpoison and ratmenu
559     - [c44b1e3] Remove dwm and dwm-tools
560     - [5eb0e90] Remove twm
561     - [0a17b3c] Remove w9wm
562     - [69ca260] Remove evilwm
563     - [9df6db8] Remove jwm
564     - [d077db1] Remove pekwm
565
566   * Removals from GRML_FULL package list:
567     - [b88d7b5] Remove ysm (orphaned, see #595398).
568     - [50bc2fe] Remove emcast (orphaned, see #594619).
569     - [0040aec] Remove cdrbq (orphaned, see #602587).
570     - [0bcc921] Remove wyrd (not relevant enough).
571     - [372cd2d] Remove xaw3dg (not relevant enough).
572     - [07d1e00] Remove yaird (initramfs-tools is the
573       recommended and supported i-t generator).
574     - [f8990f6] Remove pdns* packages (except for pdns-recursor).
575     - [e601ea1] Remove nedit (too large for too many already
576       existing editors).
577     - [c402efd] Remove mrxvt[-common] from GRML_FULL.
578     - [13c5b0b] Remove zlib1g (library -> rdepends).
579     - [67cfcf5] Remove gq (unmaintained/dead, see #593165).
580     - [bed9733] Remove cdda2wav + cdrecord from GRML_FULL (unavailable).
581     - [57280bf] Remove geresh (dead/unmaintained, see #595478).
582     - [e240523] Remove dietlibc (dietlibc-dev is the relevant package).
583     - [09ec6b0] Remove dumputils (orphaned upstream, see #466870).
584     - [d8e5c2d] Remove cbrowser (dead upstream, see #595987).
585     - [2a296ca] Remove dpkg-multicd (unavailable, merged into
586       dselect, see #557063).
587     - [a4b7699] Remove dpkg-ftp (unavailable, merged into
588       dselect, see #557062).
589     - [6537f9e] Remove tcl8.3 (unavailable, tcl8.4 is there).
590     - [ed0a6ab] Remove jikes (orphaned, see #508366).
591     - [72eff19] Remove metamail (orphaned, see #274451).
592     - [ebfec95] Remove mkisofs (unavailable).
593     - [847ba32] Remove python-celementtree + python-elementtree
594       (unavailable + only useful with python < 2.5, see #564377).
595     - [547476e] Remove realtime-lsm (deprecated, see #499245).
596     - [266c05b] Remove nictools-nopci (i386-only).
597     - [73bfef1] Remove star (unavailable).
598     - [bbfde64] Remove starttls (dead, see #587264).
599     - [4d62e55] Remove swapd (dead, see #595091).
600     - [a20335f] Remove webcpp (abandoned upstream, see #547528).
601     - [6ca58fa] Remove xvncviewer (unavailable).
602     - [2fc6daf] Move zfs-fuse from Grml packages to Debian packages.
603     - [a317c5c] Remove speechd-up (i386-only, espeakup replaces it).
604     - [d9d3706] Remove abs-guide (not important enough)
605     - [c4c9c35] Remove uswsusp (has issues in older Debian
606       releases, should not be too relevant for Grml).
607     - [2e7c1fb] Remove ike-scan (4MB is too much)
608     - [a01048a] Remove hasciicam (out-of-scope).
609     - [6b5262f] Remove gocr (out-of-scope).
610     - [33578dc] Remove hal (out-of-scope).
611     - [962a5cb] Remove hal-info (out-of-scope).
612     - [7a1b346] Remove fusesmb (out-of-scope).
613     - [ca8f465] Remove icecast2 (out-of-scope).
614     - [05cfbd2] Remove moosic (out-of-scope).
615     - [4774440] Remove mp3blaster (out-of-scope).
616     - [5baa139] Remove mplayer-skin-blue (out-of-scope).
617     - [3806828] Remove lkl (orphaned, see #553307).
618
619  -- Michael Prokop <mika@grml.org>  Wed, 15 Dec 2010 16:11:27 +0100
620
621 grml-live (0.12.2) unstable; urgency=low
622
623   [ Michael Prokop ]
624   * [c8e2121] 90-update-alternatives: make sure to run the update-
625     alternatives listing for x-window-manager inside the target chroot.
626   * [032da01] SW: add console-data and kbd to GRMLBASE.
627     [Closes: issue944] - thanks to Marc Haber for reporting and to
628     Christian Hofstaedtler for the fix.
629   * [179d5ea] Make sure hybrid mode works for the grub boot method out-
630     of-the-box too - thanks to Thorsten Glaser.
631
632   [ Thorsten Glaser ]
633   * [7741716] support BOOT_METHOD=grub2 (El Torito boot â€“ Manifold boot
634     already did) [Closes: issue889]
635
636  -- Michael Prokop <mika@grml.org>  Mon, 13 Dec 2010 14:22:22 +0100
637
638 grml-live (0.12.1) unstable; urgency=low
639
640   [ Michael Prokop ]
641   * [439b54c] grml-live: drop useless of of ls(1).
642   * [424c8ef] SW: switch from live-initramfs to live-boot in GRMLBASE.
643
644   [ Christian Hofstaedtler ]
645   * [5bc75ae] radeon-kms: overwrite file at the correct time
646     [Closes: issue935]
647   * [e1e1975] remove fcopy backups all across /etc
648   * [26c2731] tag all files installed by grml-live
649   * [d5677ef] remove obsolete live.conf
650
651  -- Michael Prokop <mika@grml.org>  Tue, 07 Dec 2010 12:51:20 +0100
652
653 grml-live (0.12.0) unstable; urgency=low
654
655   The "give back - get back 2.6.36-grml[64]" Release.
656
657   [ Ulrich Dangel ]
658   * [b6a2954] Check version of grml-live against changelog before
659     building
660   * [e4296db] Overwrite the radeon-kms settings [Closes: issue935]
661
662   [ Michael Prokop ]
663   * [8d75e30] config/scripts/GRMLBASE/21-usersetup: add grml user to
664     group netdev
665   * [822c092] docs: Update FAI-URL references regarding its new home
666     (http://fai-project.org/).
667   * [bfe370b + 8f57397] Update to bsd4grml v20101001 (thanks to
668     Thorsten Glaser).
669   * [df6303e] scripts/release_helper.sh: cancel if editing changelog
670     returned error, provide cmdline options to git-buildpackage cmd.
671   * Software related changes:
672     - [b25619d] Drop unavailable fnord package from all grml flavours
673       (see #596044).
674     - [690257e] Drop libpam* and pamusb-tools packages.
675       [Closes: issue920]
676     - [704c046] Drop figlet and toilet-fonts (which is a dependency of
677       toilet) [Closes: issue915]
678     - [29517fe] Drop i386-only-software [Closes: issue923] - thanks to
679       Christian Hofstaedtler <ch@grml.org>
680     - [9d2d73a] Drop deprecated kqemu-common package from GRML_FULL.
681   * [5d4cdf0] Provide /etc/runlevel.conf via grml-live using fcopy and
682     its class concept
683   * [3e5fb23] Further /etc/runlevel.conf related fixes.
684   * [25ea895] Do not set ERROR=2 twice. - thanks to Christian
685     Hofstaedtler <ch@grml.org>
686   * [da2a27c] Proberly quote $CURRENT_DIR. - thanks to Andreas Marschke
687   * [74d9301] support for kernel 2.6.36-grml[64], drop backwards
688     compatibility support, adjust depends, update docs
689   * [c12baa8] docs: Document how to revert the manifold feature.
690   * [f5434b2] Drop qemu and vmware bootoptions as they are not necessary
691     any longer.
692   * [09667d4] templates/boot/grub/grub.cfg: drop insmod part_{msdos,gpt}
693     as it breaks booting - thanks to Thorsten Glaser <tg@mirbsd.org>
694   * [c686c84] Add script-not-executable ./usr/share/grml-
695     live/scripts/bootilnx.mksh to debian/overrides.grml-live.
696   * [594972d] Provide nokms bootoption and according menus in the
697     graphical bootmenu to disable Kernel Mode-Setting.
698
699   [ Bernd Arnold ]
700   * [f4d8e72] Fix typo in grml-cheatcodes.
701
702   [ Thorsten Glaser ]
703   * [58a29c5] Update to bsd4grml version 20100815.
704   * [7ed3014 + a0ae611 + d222479] Manifold supporting and using
705     ISOLINUX now.
706
707   [ Christian Hofstaedtler ]
708   * Software related changes:
709     - [ba2ebc1] remove packages with unclear live-cd usage case
710     - [07409bb] move bibcursed to LATEX class
711     - [2794ab4] replace ispell with hunspell
712     - [046d13d] drop Essential/Required packages from GRMLBASE
713     - [fb91169] remove mgetty
714     - [bfd1dd6] replace console-tools with kbd
715     - [ed73ede] remove grml-etc dependencies
716     - [d4c848e] don't try to install i386-only software on amd64
717     - [9034de9] remove no longer available software
718     - [c78ef28] remove fvwm-crystal-minimal
719   * [535a90f] remove further backup files in /etc
720   * [1455f91] fcopy motd instead of relying on grml-etc plus weirdness
721   * [ad7a862] allow all users to start X server [Closes: issue926]
722   * [987dd5d] grub: memdisk is a "linux16"-style kernel
723     [Closes: issue937]
724   * [8b54550] update grub to 1.98+20100804-8 [Closes: issue938]
725
726  -- Michael Prokop <mika@grml.org>  Thu, 02 Dec 2010 13:34:43 +0100
727
728 grml-live (0.11.0) unstable; urgency=low
729
730   The "kernel 2.6.35-grml[64] party" Release.
731
732   * This release provides support for kernel 2.6.35-grml[64] through
733     updated squashfs binary and options handling. To build live
734     systems featuring 2.6.35-grml[64] the squashfs-lzma-tools4
735     package is required. Further details are available in the
736     updated docs. [8be200e] [29cf238] [8cf1f25] [76e8d3a]
737   * [a99823d] Add SQUASHFS_OPTIONS to /etc/grml/grml-live.conf and
738     update SQUASHFS_BINARY comment.
739   * [47b72a3] hooks/updatebase.GRMLBASE: make sure /proc, /sys and /dev
740     are available on update
741   * [fc88014] Update TODO file, reflecting recent development.
742   * [d38f878] Add scripts/release_helper.sh.
743   * Updates in templates/boot/:
744     - [050f4d2] Update pci.ids to version 2010.08.27.
745     - [24960b7] Update gpxe.lkrn to version 1.0.1.
746     - [d980fe7] Update hdt.c32 to version 0.3.6.1.
747     - [d635175] Update memtest to memtest86+ version 4.10.
748     - [ab2ca8f] Update memdisk from 3.83 to 4.02 debian-20100803.
749     - [21b19cb] Update chain.c32 and menu.c32 to Debian's syslinux
750                 version 2:4.02+dfsg-3.
751     - [f6065cb] Update isolinux.bin and vesamenu.c32 to 4.02
752                 debian-20100803.
753     - [929662f] Update templates/boot/grub to grub version
754                 1.98+20100804-4.
755     - [89c9f37] Update lintian overrides file to reflect current
756                 updates in templates/boot/grub.
757
758  -- Michael Prokop <mika@grml.org>  Sat, 04 Sep 2010 15:47:32 +0200
759
760 grml-live (0.10.1) unstable; urgency=low
761
762   [ Ulrich Dangel ]
763   * [916808e] Mention random hostname support in documentation.
764
765   [ Michael Prokop ]
766   * [9f059fa] Bump version number in grml-live script.
767     Thanks for reporting, Tong Sun. [Closes: issue888]
768   * [4b61133] docs: mention that random hostname is supported only in
769     recent versions.
770
771  -- Michael Prokop <mika@grml.org>  Tue, 03 Aug 2010 23:32:14 -0400
772
773 grml-live (0.10.0) unstable; urgency=low
774
775   The "DebConf10 in New York" Release.
776   * Software related changes:
777     - [6783097] SW: Drop xserver-xorg-video-amd from GRML_MEDIUM +
778       GRML_FULL (transitional package).
779     - [2f36927] SW: Use xserver-xorg-video-all + xserver-xorg-input-all
780       in GRML_FULL, GRML_MEDIUM + XORG. - thanks to Tong Sun
781       <suntong@cpan.org> [Closes: issue879]
782     - [212a7a8] Add tasksel and taskel-data to exclude option in
783       FAI_DEBOOTSTRAP_OPTS. - thanks to Tong Sun <suntong@cpan.org>
784       [Closes: issue886]
785
786   * Documentation related changes:
787     - [ab3c3be] docs: add squashfs-tools to default apt-get list for
788       deployments on Debian.
789     - [7fd12d9] docs: clarify usage of base.tgz
790     - [f8d3ccd] docs: mention FOOBAR class in usage example via
791       /etc/grml/grml-live.local - thanks to Tong Sun <suntong@cpan.org>
792     - [9de56d9] grml-cheatcodes.txt: document utc + localtime bootoptions.
793
794   * Bugfixes, Features,...:
795     - [4b2e863] Make all shell scripts using /bin/bash instead
796       /bin/sh to be able to FAI's environment - thanks to thermoman
797     - [6eebff8] Make sure that output directory variables aren't
798       overridden by $OUTPUT. [Closes: issue885]
799     - [807994a] buildd/functions.sh: remove attachment in bailout
800       function.
801     - [00825cf] Bump Standards-Version to 3.9.1.
802     - [ace32ae] Fix typo in several files, it's "overridden"
803       (thanks, lintian).
804
805  -- Michael Prokop <mika@grml.org>  Mon, 02 Aug 2010 00:21:34 -0400
806
807 grml-live (0.9.43) unstable; urgency=low
808
809   * [6136081] docs/grml-live.txt: clarify policy for class names.
810   * [7c56f73] SW: (Re)add aufs-tools to GRMLBASE.
811   * [a8257bc] Update isolinux files to ISOLINUX 4.01 debian-20100712.
812
813  -- Michael Prokop <mika@grml.org>  Wed, 21 Jul 2010 12:38:17 +0200
814
815 grml-live (0.9.42) unstable; urgency=low
816
817   * [8e0d3bd] Update isolinux.bin to "ISOLINUX 4.00 debian-20100628".
818   * [8ef26a3] Bump grml-live version string.
819   * [ca2c8a5] Update hdt.c32 from version 0.3.4 to 0.3.6.
820   * [79e718c] grml_cleanup_chroot: drop all [u]mount commands.
821   * [caa84f1] 15-initsetup: improve check for empty GRML_NAME variable
822     to make it compatible with set -u.
823   * [125b443] instsoft.GRMLBASE: warn if apt-get update fails but try to
824     continue.
825
826  -- Michael Prokop <mika@grml.org>  Fri, 09 Jul 2010 14:41:03 +0200
827
828 grml-live (0.9.41) unstable; urgency=low
829
830   [ Ulrich Dangel ]
831   * [f485d22] Add loopback.cfg.
832   * [a72dab8] Improved documentation for bootid bootoption.
833
834   [ Michael Stapelberg ]
835   * [71f9c13] SW: Add i3-wm to GRML_FULL. [Closes: issue876]
836
837   [ Michael Prokop ]
838   * [8568d83] grml-cheatcodes.txt: document fetch= bootoption + add
839     pointers to initramfs related documentation.
840   * [07ca6d5] update templates/boot/grub/ to grub version 1.98+20100617-
841     1, extend grub.cfg, update scripts/create-grub-dir.sh
842   * Debian packaging:
843     - [8a0e08a] Set Debian source format to 3.0 (native).
844     - [e84d056] Bump Standards-Version to 3.9.0.
845     - [3ae2043] Replace Depends of grml-live-buildd on nail with
846       heirloom-mailx.
847   * SW-related changes:
848     - [dfecfb0] Add uuid-runtime to GRMLBASE,
849                 thanks Adriana Teixera.
850     - [1898358] Add gddrescue to GRML_MEDIUM,
851                 thanks Antonio Diaz Diaz.
852     - [4df9949] Add socat to GRML_MEDIUM.
853     - [da02706] Add grml-paste to GRML_MEDIUM + GRML_SMALL.
854     - [8ad9d2a] Add ekeyd to GRML_FULL,
855                 thanks Peter Palfrader. [Closes: issue873]
856
857  -- Michael Prokop <mika@grml.org>  Wed, 30 Jun 2010 12:15:00 +0200
858
859 grml-live (0.9.40) unstable; urgency=low
860
861   [ Michael Prokop ]
862   * Software related changes:
863     - Add perf to GRML_FULL.
864     - Add lxc to GRML_FULL.
865     - Add hwloc to GRML_FULL.
866     - Drop aria2 from GRML_FULL (lack of space).
867     - Drop bluez-audio (lack of space, requires ~17MB incl.
868       dependencies)
869   * Drop wrongly merged failsafe bootoptions.
870   * Update grml-cheatcodes.txt (e.g. drop home= bootoption
871     as it has been deprecated recently).
872   * Update bsd4grml to version 20100328 (thanks, Thorsten).
873
874   [ Ulrich Dangel ]
875   * Fix Boot OS of first partition entry for grub. Thanks to Jordan
876     Uggla for
877   * Support automatic findiso command and fixed gfxpayload handling.
878     Thanks to Jordan Uggla.
879
880  -- Michael Prokop <mika@grml.org>  Tue, 06 Apr 2010 10:45:26 +0200
881
882 grml-live (0.9.39) unstable; urgency=low
883
884   * Add support for /boot/isolinux/submenu*.cfg files.
885   * Drop bootfrom=removable from default bootoptions (we've bootid
886     and scan removable devices first nowadays).
887   * Grub2 related changes:
888     - Add scripts/create-grub-dir.sh to build templates/boot/grub/
889     - Add font file templates/boot/grub/ascii.pf2
890     - Update templates/boot/grub/ based on grub-pc_1.98-1_i386.deb
891     - grub.cfg:
892       ~ add additional menu_color_* entries if loading background image
893       ~ loadfont /boot/grub/ascii.pf2
894       ~ increase timeout to 20 seconds
895       ~ replace terminal command with terminal_output
896       ~ use gfxpayload=1024x768 instead of vga=...
897   * Some minor lintian cleanups.
898   * Software related changes:
899     - Add mksh to GRML_SMALL and GRML_MEDIUM to allow switching to mksh for
900       `minimal-shell'.
901     - Add numactl to GRML_FULL (thanks, gebi).
902     - Drop ctapi-cyberjack.
903     - Drop sl-modem-daemon.
904     - Update to grml kernel 2.6.33.
905
906  -- Michael Prokop <mika@grml.org>  Thu, 11 Mar 2010 15:12:21 +0100
907
908 grml-live (0.9.38) unstable; urgency=low
909
910   * Move ia32-libs from Depends to Recommends so installation
911     on i386 works again.
912
913  -- Michael Prokop <mika@grml.org>  Mon, 01 Mar 2010 02:16:08 +0100
914
915 grml-live (0.9.37) unstable; urgency=low
916
917   * Drop noquick bootoption from serial console boot entry.
918   * Add grml as default to default.cfg. [Closes: issue761]
919   * Software related changes:
920     - Add nginx. Thanks al4711. [Closes: issue704]
921     - Add usb-modeswitch to GRML_FULL. [Closes: issue424]
922     - Drop asleap from GRML_FULL.
923     - Drop ded from GRLM_FULL.
924     - Drop tlswrap package from GRML_FULL.
925     - Move udev from GRML_* to GRMLBASE.
926
927  -- Michael Prokop <mika@grml.org>  Sun, 28 Feb 2010 00:03:31 +0100
928
929 grml-live (0.9.36) unstable; urgency=low
930
931   * scripts/GRMLBASE/39-modprobe: Make sure all modprobe configuration
932     files use .conf as filename suffix. [Closes: issue647]
933   * Disable PDiffs by default via /etc/apt/apt.conf.d/20pdiffs.
934   * 90-update-alternatives: check for symlinks of iceweasel and
935     mount.ntfs-3g and force creation of /sbin/mount.ntfs symlink.
936   * Rework addons handling (make sure to install boot addons independent
937     from bsd4grml which might be disabled).
938   * Updated boot manager teamplates (simplify syslinux.cfg,
939     update failsafe bootoption, add GPXE to grub.cf, drop duplicate
940     boot=live from grub.cfg)
941   * Do not bailout if reading dpkg.list fails, instead assume user
942     is running a dirty build and display a warning message.
943   * Check for precense of grub directory and files in templates
944     that we are adjusting on-the-fly and skip non-existing ones
945     so customisation of templates is easier.
946   * Drop debug from bootoptions and use debug=vc only. 'debug' without
947     arguments avoids displaying the executed code in the initramfs
948     which is something you usually want to have enabled by default
949     when debugging a system.
950   * Fix label name for ssh bootoption.
951   * Add persistency feature to boot menu. [Closes: issue773]
952   * buildd/link_latest.sh: make sure to use according filename in
953     md5sum file of *_latest* ISOs. [Closes: issue814]
954   * Software related changes:
955     - Add grml-quickconfig to GRMLBASE.
956     - Add grml-quickconfig-standard to GRML_* classes.
957     - Add xz-utils to GRML_FULL.
958     - Add zerofree to GRML_MEDIUM and GRML_FULL.
959     - Drop 3ware-cli-binary (license unclear).
960     - Drop rar from GRML_FULL (license).
961     - Drop xlockmore from GRML_FULL (using vlock instead in grml-lock).
962     - Move grml-docs from GRMLBASE to GRML_{SMALL,MEDIUM,FULL} to be
963       able to customize it easier.
964
965  -- Michael Prokop <mika@grml.org>  Fri, 26 Feb 2010 21:32:25 +0100
966
967 grml-live (0.9.35) unstable; urgency=low
968
969   * New features / major changes:
970     - Moved /etc/grml/fai/files to /etc/grml/fai/config/files (and
971       /etc/grml/fai/live-initramfs to /etc/grml/fai/config/). This is
972       an important step to use the config space and class concept of
973       FAI in a more decent and cleaner way. Further details in NEWS
974       file. Thanks to Henning Sprang for the initial hint.
975     - Provide buildd as separate Debian package grml-live-buildd.
976     - Store package list on ISO. [Closes: issue779] [Closes: issue749]
977     - Support conf/bootid.txt and use bootoption bootfrom=removable by
978       default.
979     - Support NO_BOOTID to disable the new bootid feature.
980     - Support DEFAULT_BOOTOPTIONS via configuration file.
981   * Bugfixes / minor changes:
982     - buildd: use nail instead of mutt for sending mails as recent
983       versions of mutt introduced a major breakage (see #539276).
984     - scripts/GRMLBASE/38-udev: check for presence of config file.
985     - Ignore $EXIT_ON_MISSING_PACKAGES if running a dirty build
986       through -B.
987     - Make sure to use sources.list of grml-live, even on updates
988       through -u option. [Closes: issue803]
989   * Software related changes:
990     - Drop all packages from GRML_* classes that are defined in
991       GRMLBASE already.
992     - Drop aufs-tools from GRML_MEDIUM.
993     - Drop lvm2 from GRML_* classes at it is in GRMLBASE.
994     - Drop mdadm from GRML_* classes as it is in GRMLBASE.
995     - Move diffutils + iw from GRMLBASE to GRML_* classes.
996     - Move mgetty from GRML_* classes to GRMLBASE.
997     - Move module-init-tools from GRML_* classes to GRMLBASE.
998   * Debian packaging: Bump Standards-Version to 3.8.4.
999
1000  -- Michael Prokop <mika@grml.org>  Sat, 13 Feb 2010 01:08:57 +0100
1001
1002 grml-live (0.9.34) unstable; urgency=low
1003
1004   * Add scripts/GRMLBASE/38-udev to get rid of automatically generated
1005     udev rules file.
1006   * Fix architecture option in error message (-a instead of -i).
1007   * Add ia32-libs [amd64] to Depends to make sure building i386 on amd64
1008     works OOTB.
1009   * Use $TEMPLATE_DIRECTORY for checking for precense of bsd4grml.
1010   * Drop keyword package from squashfs binary exit code.
1011   * Update docs regarding squashfs-tools 1:4.0-1.
1012   * Support for logging to database via grml-live-db.
1013     Thanks to formorer for his work on dpkg-to-db.
1014   * Changed logic of ZERO_LOGFILE to PRESERVE_LOGFILE (though integrated
1015     a backwared compatibility layer so existing installations still continue
1016     to work) and clear logs after prompting for execution.
1017
1018   * Software related changes:
1019     - Add acpi-support-base to GRML_SMALL [Closes: issue791]
1020     - Add netsniff-ng to GRML_FULL (thanks Daniel Borkmann).
1021     - Add ufsutils to GRML{SMALL,MEDIUM,FULL} [thanks, chaitat].
1022     - Drop aufs-tools from GRML_FULL (deprecated, see #555638).
1023     - Drop firescope from GRML_FULL - it is unmaintained upstream.
1024     - Drop package config file GRML_FORENSIC as it is developed and
1025       maintained as part of Grml-Forensic nowadays.
1026     - Move scsiadd from GRML_* to GRMLBASE.
1027     - Remove dynamic-disk from GRML_FULL (unmaintained upstream).
1028     - Remove lame from GRML_FULL (not available from official Debian pool).
1029     - Remove salvage-ntfs from GRML_FULL (unmaintained upstream).
1030
1031  -- Michael Prokop <mika@grml.org>  Sat, 30 Jan 2010 19:56:32 +0100
1032
1033 grml-live (0.9.33) unstable; urgency=low
1034
1035   [ Michael Prokop ]
1036   * Switch order of mirror configuration in example config.
1037     Thanks for the hint, formorer.
1038   * Write current date to last output line of grml-live so the user
1039     knows how "old" his build is while sitting at the shell prompt.
1040   * Integrate /etc/grml/fai/config/scripts/GRMLBASE/01-packages
1041     as package installation validator.
1042   * Update sources.list handling:
1043     - Disable deb-src by default in sources.list. People usually
1044       won't need this and the ones that want it know how to enable
1045       it. Therefore let's save traffic on the mirrors.
1046     - Note usage of GeoIP-selected mirrors.
1047     - Add commented examples for DE/AT mirrors.
1048     Thanks for the suggestions to Sedat Dilek. [Closes: issue756]
1049   * Use /sbin/mount.ntfs-3g as default handler for ntfs. Thanks
1050     for bringing this issue up, Richard Hartmann.
1051   * templates/boot/grub/menu.lst: drop bootoption lang=us, we
1052     specify the default within grml-autoconfig nowadays.
1053   * Support configuration variable EXIT_ON_MISSING_PACKAGES to exit
1054     with returncode != 0 if a requested package isn't available on the
1055     resulting ISO.
1056   * Drop memtest86+ from Depends as it's shipped by grml-live-addons
1057     nowadays (see issue717). Instead be more verbose in the warning
1058     message if neither the one from grml-live-addons nor memtest86+
1059     can be found.
1060   * Software related changes:
1061     - Main GRML* classes:
1062       + add grml-udev-config (we use Debian's udev from now on and
1063         provide our own udev stuff through grml-udev-config)
1064       + drop grml-scanpartitions
1065       + move all grml-* packages that used to be part of all Grml
1066         flavours to GRMLBASE and drop them from the flavour
1067         specific configuration instead
1068     - GRML_FULL:
1069       + Add fsarchiver
1070       + Add gdisk
1071       + Add infiniband-diags
1072       + Add iscsitarget-module-2.6.31-grml64
1073       + Add mbuffer
1074       + Add modem-cmd
1075       + Add nbd-server + nbd-client (thanks to Xuân Baldauf).
1076       + Drop dvi2tty (so we don't pull tex-common and texlive-binaries
1077         into the system).
1078       + Drop lomoco (bad state, unnecessary)
1079     - GRML_MEDIUM:
1080       + Add iptraf (thanks, thermoman)
1081       + Drop (unavailable) at76-usb-modules-2.6.31-grml
1082     - Mixed:
1083       + Add kexec-tools to GRML_SMALL + GRML_MEDIUM (thanks,
1084         Christoph Biedl)
1085       + Add lcrack to GRML_FORENSIC
1086       + Drop fakechroot from GRML_FULL + GRML_FORENSIC (the package is
1087         in a bad shape since several months)
1088       + Drop grml-mercurial-utils from GRML_FULL and GRML_MEDIUM as
1089         we use git nowadays
1090
1091   [ Thorsten Glaser ]
1092   * Update MirOS bsd4grml to 20091226.
1093
1094  -- Michael Prokop <mika@grml.org>  Wed, 30 Dec 2009 02:34:38 +0100
1095
1096 grml-live (0.9.32) unstable; urgency=low
1097
1098   * Update docs to reflect current FAI_CONFIG_* setup.
1099   * Set FAI_CONFIGDIR=/etc/grml/fai/config in /etc/grml/fai/fai.conf
1100     so FAI versions older than 3.3 still work. Thanks for the bugreport,
1101     Christian Hofstaedtler.
1102
1103  -- Michael Prokop <mika@grml.org>  Sun, 08 Nov 2009 11:50:46 +0100
1104
1105 grml-live (0.9.31) unstable; urgency=low
1106
1107   [ Michael Prokop ]
1108   * Fix the 'Memtest86+ bootentry doesn't work within GRUB2' issue.
1109   * Update main fai config (update to what's shipped by FAI 3.3):
1110     * Move 'FAI_CONFIGDIR=/etc/grml/fai/config' from fai.conf
1111       to make-fai-nfsroot.conf and disable it by default as
1112       only FAI_CONFIG_SRC is relevant nowadays.
1113     * Disable irrelevant 'FAI=/etc/grml/fai/config' in fai.conf by
1114       default.
1115     * Drop dhcp-client from exclude option in $FAI_DEBOOTSTRAP_OPTS
1116       in file make-fai-nfsroot.conf (sync with FAI upstram).
1117
1118   [ Thorsten Glaser ]
1119   * Update bootgrub.mksh to 20091104.
1120   * Change manifold-boot ISO patch logic slightly to work better on
1121     certain HP machines. [Closes: issue757]
1122
1123  -- Michael Prokop <mika@grml.org>  Wed, 04 Nov 2009 20:30:30 +0100
1124
1125 grml-live (0.9.30) unstable; urgency=low
1126
1127   [ Michael Prokop ]
1128   * Support new option '-d <date>' to use specified date as build date
1129     information on the ISO instead of the default.
1130   * Fix posix violation in grml-live-remaster.
1131   * Add jfsutils to GRML_MEDIUM and GRML_SMALL.
1132   * Apply patch by Christian Hofstaedtler <ch+git@zeha.at> (thanks!):
1133     Ensure /etc/mtab is always present. Newer debootstrap versions
1134     no longer create /etc/mtab, so we need to provide our own.
1135   * config/hooks/instsoft.GRMLBASE:
1136     - force installation of file-rc using aptitude's
1137       Aptitude::ProblemResolver::Keep-All-Tier option.
1138     - drop insserv package.
1139   * Replaced 'FAI_CONFIG_SRC=file:///etc/grml/fai' with
1140     'FAI_CONFIG_SRC=file:///etc/grml/fai/config' so it works with
1141     fai >=3.2.23.
1142
1143   [ Ulrich Dangel ]
1144   * Remove denglish phrase from help file. Thanks to Andreas Gredler.
1145     [Closes: issue758]
1146
1147  -- Michael Prokop <mika@grml.org>  Sun, 01 Nov 2009 17:48:21 +0100
1148
1149 grml-live (0.9.29) unstable; urgency=low
1150
1151   [ Ulrich Dangel ]
1152   * Renamed stage2_eltorito to stage2 to get rid of name mangling
1153     problems with fat.
1154
1155   [ Michael Prokop ]
1156   * Adjust stage2{,_eltorito} code in grml-live.
1157
1158  -- Michael Prokop <mika@grml.org>  Thu, 29 Oct 2009 01:17:59 +0100
1159
1160 grml-live (0.9.28) unstable; urgency=low
1161
1162   * Drop grub from all classes and add grub-pc to GRMLBASE.
1163   * Add guymager to GRML_FULL.
1164   * Add gcc to GRML_MEDIUM.
1165   * Adjust grub variable in *all* /boot/isolinux/*.cfg files.
1166   * Update memtest86+ binary to 4.00-2.
1167   * Update isolinux/syslinux files to version 2:3.83+dfsg-1:
1168     - templates/boot/addons/chain.c32
1169     - templates/boot/addons/hdt.c32
1170     - templates/boot/addons/memdisk
1171     - templates/boot/addons/menu.c32
1172     - templates/boot/isolinux/ifcpu64.c32
1173     - templates/boot/isolinux/isolinux.bin
1174     - templates/boot/isolinux/vesamenu.c32
1175   * Update templates/boot/addons/pci.ids to version 2009.10.22.
1176   * Adjust label text for grub1 boot entry.
1177   * Update bsd4grml to version 20091027.
1178
1179  -- Michael Prokop <mika@grml.org>  Tue, 27 Oct 2009 20:54:33 +0100
1180
1181 grml-live (0.9.27) unstable; urgency=low
1182
1183   [ Michael Prokop ]
1184   * Adjust grub variable in boot/isolinux/{addons,grub}.cfg as well.
1185   * Add fio to GRML_FULL (thanks for the hint, Ulrich). [Closes: issue703]
1186   * Add 'noquick' to the serial bootoption.
1187   * Add ewf-tools to GRML_FULL and GRML_FORENSIC.
1188
1189   [ Ulrich Dangel ]
1190   * Refactored addon menu handling for syslinux. The menu is now dynamically
1191     generated by grml-live to allow more convenient adjustments to the addon
1192     menu.
1193
1194  -- Michael Prokop <mika@grml.org>  Mon, 26 Oct 2009 15:10:35 +0100
1195
1196 grml-live (0.9.26) unstable; urgency=low
1197
1198   [ Michael Prokop ]
1199   * Update templates/boot/grub to grub2 version 1.97~beta4-1.
1200   * Add templates/boot/isolinux/ifcpu64.c32.
1201   * Add templates/boot/addons/gpxe.lkrn.
1202   * Document 'Shortcut keys of vesamenu bootsplash' in isolinux.cfg.
1203   * templates/boot/isolinux/{addons,syslinux}.cfg: Use new ldbsd.com
1204     feature (command line) to chain into GRUB2 directly from isolinux
1205     or syslinux without an intermediate interactive/menu prompt.
1206     Thanks to Thorsten for implementing and help.
1207
1208   [ Thorsten Glaser ]
1209   * Update MirOS bsd4grml to 20091024 (ldbsd.com and ldbsd.txt only).
1210
1211  -- Michael Prokop <mika@grml.org>  Sat, 24 Oct 2009 21:10:17 +0200
1212
1213 grml-live (0.9.25) unstable; urgency=low
1214
1215   [ Ulrich Dangel ]
1216   * Switched order between isoprompt and hd menu entry to generate more
1217     easily the same bootmenu for generated cd images.
1218   * Changed grub.cfg and menu.lst to use new template names.
1219     Thanks to Michael Schierl for his bug report.
1220   * Clear at first the screen if bootparam quiet is set.
1221     Thanks again to Michael Schierl for his bug report.
1222
1223   [ Michael Prokop ]
1224   * Support mksquashfs-lzma and $MKSQUASHFS in remaster/grml-live-remaster.
1225   * Add fbterm to GRML_FULL. [Closes: issue563]
1226   * Add parted to GRML_SMALL (thanks for the suggestion, Marc Haber).
1227   * Add pyneighborhood to GRML_FULL. [Closes: issue580]
1228   * Drop grml-ddcxinfo from GRML_FULL. [Closes: issue62]
1229
1230  -- Michael Prokop <mika@grml.org>  Sat, 24 Oct 2009 14:12:33 +0200
1231
1232 grml-live (0.9.24) unstable; urgency=low
1233
1234   [ Ulrich Dangel ]
1235   * Update templates/GRML/grml-cheatcodes.txt: mention nodhcphostname.
1236   * Changed isolinux vesamenu layout to support better multiiso layout.
1237
1238   [ Thorsten Glaser ]
1239   * Update MirOS bsd4grml to 20091019.
1240
1241   [ Michael Prokop ]
1242   * Software related changes:
1243     - Add openvas-client, openvas-plugins-base, openvas-plugins-dfsg +
1244       openvas-server to GRML_FORENSIC.
1245     - Add stressapptest to GRML_FULL + GRML_FORENSIC.
1246     - Drop lcap (package is gone) from GRML_FORENSIC.
1247     - Drop isic + lcap (packages gone) from GRML_FULL.
1248     - Drop ipset from GRML_FULL + GRML_FORENSIC (it's part of
1249       xtables-addons-common).
1250     - Drop harden-remoteaudit + openvas-server from GRML_FULL (they
1251       are pretty useless without plugins which need just too much space).
1252   * Rework variable replacements in templates. Now the %VAR% strings
1253     in the templates match with the ones used inside grml-live ($VAR),
1254     currently ARCH, DATE, DISTRI_INFO, DISTRI_NAME, DISTRI_SPLASH,
1255     GRML_NAME, SQUASHFS_NAME, RELEASE_INFO, SHORT_NAME and VERSION
1256     are supported. If you use your own templates from older grml-live
1257     versions please make sure to adjust them.
1258     Thanks to Ulrich for helping with integration within grml2usb.
1259   * /etc/grml/fai/config/debconf/GRMLBASE: add configuration for
1260     portmap to not listen on the loopback interface only by default.
1261     [Closes: issue737]
1262   * Update templates/GRML/grml-cheatcodes.txt: mention ethdevice.
1263
1264  -- Michael Prokop <mika@grml.org>  Wed, 21 Oct 2009 00:12:27 +0200
1265
1266 grml-live (0.9.23) unstable; urgency=low
1267
1268   * Software related changes:
1269     - GRML_SMALL, GRML_MEDIUM and GRML_FULL: switch from kernel
1270       2.6.28-grml[64] to 2.6.31-grml[64].
1271     - Drop ash from GRML_FULL (unrelevant for Grml).
1272     - Drop crack-common from GRML_FULL (it's a dependency of crack*).
1273     - Drop ddccontrol-db from GRML_FULL (it's a dependency of ddccontrol).
1274     - Drop dhcp3-common from GRML_FULL (it's a dependency of dhcp3*).
1275     - Drop defrag from GRML_FULL + GRML_FORENSIC (see #446691).
1276     - Drop emacs22/-common specific packages from GRML_FULL (dependencies).
1277     - Drop libpam-krb5 from GRML_FULL (related to #545824).
1278     - Drop mktemp from GRML_* (transitional package).
1279     - Drop openbsd-inetd from GRML_FULL (we're using xinetd).
1280     - Drop replicator from GRML_FULL (orphaned, see #474131).
1281     - Drop rt2400-modules-2.6.31-grml, rt2500-modules-2.6.31-grml and
1282       rt73-modules-2.6.31-grml from GRML_MEDIUM.
1283     - Drop rt2400-modules-2.6.31-grml, rt73-modules-2.6.31-grml and
1284       rt2400-modules-2.6.31-grml64 from GRML_FULL.
1285     - Drop timeout from GRML_* (it is part of coreutils nowadays).
1286     - Drop vim-python + vim-ruby from GRML_FULL (not available anymore).
1287     - Drop version specific dependency on -mysql-client-5.0.
1288     - Drop e2fslibs, esound-common, espeak-data, ettercap-common (all being
1289       dependencies), fileutils and gcom (both transitional package) from
1290       GRML_FULL.
1291     - Drop 915resolution, bazaar, cracklib2, dbishell, gmailfs,
1292       igal, nmapfe, python-pyogg, weechat-common, xdialog,
1293       xserver-xorg-video-i810, xserver-xorg-video-nsc and zeroconf from
1294       GRML_FULL (all being deprecated packages).
1295     - Drop cracklib2 from GRML_FORENSIC (deprecated).
1296     - Drop xserver-xorg-video-i810 + xserver-xorg-video-nsc from GRML_MEDIUM
1297       and XORG (deprecated packages).
1298     - Replace diff with diffutils and move it to GRMLBASE.
1299     - Replace dvb-utils with dvb-apps in GRML_FULL.
1300     - Replace postgresql-client-8.2 + postgresql-client-common with
1301       postgresql-client in GRML_FULL.
1302     - Move eject, file-rc, gawk, gpm, grep, grml-hwinfo, gzip, hostname,
1303       initramfs-tools, initscripts, klibc-utils + laptop-detect to GRMLBASE.
1304     - Add febootstrap to GRML_FULL.
1305     - Add guymager to GRML_FORENSIC.
1306     - Add extract and libextractor-plugins to GRML_FORENSIC (thanks to
1307       Dennis Schreiber for the hint).
1308     - Add iw to GRMLBASE. Thanks to Christian Hofstaedtler for the hint.
1309     - Add libnss-mdns to GRML_FULL (thanks to mrud).
1310   * Add backwards compatibility check for old sources.list layout
1311     (we're using /etc/apt/sources.list.d now) to script
1312     /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
1313   * Assume 'lenny' as default SUITE instead of 'stable' as
1314     debootstrap doesn't know how to handle 'stable'.
1315     Thanks to Ulrich Dangel.
1316   * Use blocksize of 256 when running mksquashfs-lzma binary.
1317   * Update documentation regarding recent lzma development.
1318   * Some minor cosmetic corrections in grml-live's output.
1319   * Add missing test call in $FORCE_ISO_REBUILD code.
1320   * scripts/GRMLBASE/15-initsetup: assume safe GRML_NAME default.
1321   * Use menu hide in templates/boot/isolinux/prompt.cfg
1322
1323  -- Michael Prokop <mika@grml.org>  Sat, 17 Oct 2009 16:14:51 +0200
1324
1325 grml-live (0.9.22) unstable; urgency=low
1326
1327   * Send 'Find FAI build logs at' message to grml-live.log as well.
1328   * Software related changes:
1329     - Add comgt to GRML_FULL.
1330     - Add fatattr to GRML_FULL.
1331     - Add libsmbios-bin to GRML_FULL (thanks to Christian Bricart).
1332     - Add qla-tools to GRML_FULL.
1333     - Add xmount to GRML_FULL.
1334     - Drop edac-utils from GRML_FULL (it's in a bad shape within Debian).
1335     - Drop deprecated firmware-ipw3945 + ipw3945d from GRML_SMALL,
1336       GRML_MEDIUM and GRML_FULL.
1337     - Drop lanmap (abandonned upstream, see #542376).
1338     - Move dmidecode from GRML_SMALL, GRML_MEDIUM and GRML_FULL to GRMLBASE.
1339     - Replace nessusclient, nessusd and nessus-plugins with
1340       openvas-client and openvas-server in GRML_FULL.
1341   * Do not use /etc/grml_version but instead use /etc/debian_version
1342     as check whether the chroot exists. If grml-live execution
1343     itself succeded but was interrupted during task_configure it should
1344     be fine to re-run grml-live with -u/-b options.
1345   * Fix usage of exclude option in $SQUASHFS_OPTIONS.
1346   * Always remove temporary squashfs stderr file.
1347   * Fix usage of /etc/runlevel.conf in 15-initsetup.
1348   * Add wicd configuration to /etc/grml/fai/config/debconf/GRMLBASE.
1349   * Temporarly move /etc/apt/sources.list.d/grml.list in instsoft.GRMLBASE
1350     to /etc/apt/sources.list.d/grml.unused and restore in 33-aptsetup
1351     again then. This should should prevent us from duplicated sources
1352     list entries.
1353   * New cmdline option: "-n" skips generation of the ISO file.
1354   * Introduce support for squashfs-lzma-tools 4.0-1 and support
1355     configuration variable SQUASHFS_BINARY.
1356   * Modify update-initramfs call in grml-live script as the
1357     'update-initramfs -u -t' might fail with linux images which have been
1358     build using kernel-package.
1359   * templates/boot/isolinux/grml.cfg: add space char at end of lines in entries
1360     that are meant for manual editing (so user just has to press <tab>
1361     and edit).
1362   * Add 'pci=nomsi' to failsafe bootoption (thanks to Marc 'HE' Brockschmidt).
1363   * Fix grml2usb bootoption in templates/boot/isolinux/grml.cfg.
1364   * Display "Finished execution of stage 'WINDOWS_BINARIES'" only if the
1365     according code has been executed (and do not display if skipping).
1366   * Completely remove /lib/modules/${KERNEL}/kernel/drivers/isdn/hisax on
1367     grml-small as there will be unresolved symbols without hisax.ko.
1368
1369  -- Michael Prokop <mika@grml.org>  Mon, 07 Sep 2009 15:59:47 +0200
1370
1371 grml-live (0.9.21) unstable; urgency=low
1372
1373   [ Michael Prokop ]
1374
1375   * New features:
1376     - Split the single /etc/apt/sources.list file into structured files
1377       in /etc/apt/sources.list.d/. We are using:
1378       - /etc/apt/sources.list.d/grml.list for all grml related repositories
1379       - /etc/apt/sources.list.d/debian.list for official Debian repositories
1380       [Closes: issue349]
1381     - Provide information about grml-live version and Debian/suite
1382       through /etc/grml_live_version in the generated ISO. [Closes: issue637]
1383     - New graphical boot menu. Can be disabled via ISOLINUX_METHOD=console.
1384     - New configuration variables DISTRI_NAME and DISTRI_INFO which should allow
1385       easier rebranding of grml-live based distributions.
1386     - Support installation of local files (not being part of any Debian package)
1387       through $CHROOT_INSTALL.
1388     - Display path of FAI logs during execution of grml-live.
1389     - Replace all references to ftp.de.debian.org with cdn.debian.org,
1390       see http://wiki.debian.org/DebianGeoMirror for details.
1391       Thanks for the idea, Marc Haber!
1392
1393   * Bug fixes and improvements:
1394     - When adjusting postfix configuration: make sure to execute newaliases
1395       command after adjusting configuration, otherwise the old hostname
1396       will be left inside /etc/aliases.db.
1397     - grml_cleanup_chroot: get rid of /etc/lvm/cache/.cache and
1398       /etc/lvm/backup/main as well.
1399     - grml_cleanup_chroot: drop the /usr/include/linux checks.
1400     - 90-update-alternatives: use wm-ng as default x-window-manager.
1401       [Closes: issue716]
1402     - Check for existence of $target/etc/apt/important_note.txt before
1403       operating on it.
1404     - buildd: drop GRML_LIVE_ARCH but instead use default architecture
1405       if not specified.
1406     - Set UTC=no by default. See http://bts.grml.org/grml/issue708 for
1407       details. Credits to Ulrich Zehl for debugging. [Closes: issue708]
1408     - Improve check for architecture which should be build: if not specified
1409       assume a safe default and check this one.
1410     - Unify variable default checks, always assume sane defaults.
1411     - Always run $SUITE checks, so grml-live repository is used also
1412       if suite isn't manually specified.
1413     - Detect existence of stage 'boot' using boot/isolinux so grml-live
1414       executed with options '-q -B' and empty boot/isolinux works as well.
1415     - Introduce $NO_WINDOWS_BINARIES which replaces $WINDOWS_BINARIES so
1416       we can improve sanity checks and easify configuration.
1417     - Integrate memtest86+ binary so we don't ship old versions from
1418       the build host. [Closes: issue717]
1419     - Check whether rebuild of ISO is needed even though the ISO exists already.
1420       [Closes: issue719]
1421
1422   * Debian packaging related changes:
1423     - Bump to Standard-Version 3.8.3 (no further changes).
1424     - Improve long description.
1425     - Update copyright file (make lintian happy).
1426     - Register grml-live html docs using doc-base.
1427
1428   * Documentation:
1429     - grml-cheatcodes: document bootoption 'nostartx'.
1430     - Apply patch from Marc Haber (thanks!) for new grml cheatcodes
1431       (new DCS directory feature).
1432
1433   * Software related changes:
1434     - Add git-email to GRML_FULL (thanks to Joerg Woelke for mentioning).
1435     - Add aesfix, aeskeyfind, bios-memimage, chaosreader, ext3grep, fatback,
1436       myrescue, pipebench, safecopy, shed and xmount to GRML_FORENSIC. The
1437       packages are either already available or should be available soon.
1438     - Add scsitools to GRML_MEDIUM.
1439     - Drop bar from GRML_FULL (no release since 2007, consider using
1440       for example cpipe instead).
1441     - Drop grml-saveconfig as it is replaced with recent versions
1442       of grml-autoconfig.
1443     - Drop hydra from GRML_FULL (the license is not a clean GPL one).
1444     - Drop icedax from GRML_FULL (we have schilyutils available).
1445
1446   [ Thorsten Glaser ]
1447   * Update MirOS bsd4grml to 20090812 and sync menu.lst, grub.cfg,
1448     isolinux.cfg, syslinux.cfg with each other; provide a fallback
1449     way to boot MirOS bsd4grml from both GRUB versions using modules.
1450   * Fix going back to GNU GRUB from ldbsd.com via alternative boot method;
1451     while here, add the grml release info to the appropriate file.
1452
1453  -- Michael Prokop <mika@grml.org>  Tue, 18 Aug 2009 00:33:48 +0200
1454
1455 grml-live (0.9.20) unstable; urgency=low
1456
1457   * Add gnupg2 to GRML_FULL. Thanks to Walter Haidinger.
1458   * Drop all references to xserver-xorg-input-elo2300 (see #527699).
1459   * Cleanups in GRML_FULL:
1460     - Drop cheops (depends on libgtk1.2).
1461     - Drop dviutils ("Note: selecting "texlive-extra-utils" instead of the
1462       virtual package "dviutils" -> non-existing package)
1463     - Drop ext2resize (see #400797).
1464     - Drop fcoretools (see #534542).
1465     - Drop gdk-imlib11 (see #522810).
1466     - Drop gqcam (still depends on gtk1.2).
1467     - Drop hping2 (hping3 is available in all relevant Debian releases
1468       nowadays, see #533275).
1469     - Drop libpam-pwgen (see #511613).
1470     - Drop rgpsp (owner set to Debian QA Group and package doesn't seem
1471       to be that important for grml).
1472     - Drop windowlab (see #410618).
1473     - Drop workbone (see #429178).
1474   * Add check for valid Debian suite name to avoid breakage of sources.list
1475     if someone calls grml-live with a typo in the -s option.
1476   * Add exception for libewf1 and libstdc++2.10-glibc2.2 in
1477     /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan.
1478   * buildd:
1479     - add support for building squeeze based ISOs.
1480     - add cronjob based on what the grml team is using at daily.grml.org
1481     - use '-a' instead of '-rltD' as rsync option to sync logs
1482     - use timestamp with hour, minute and second to match with FAI style
1483   * /etc/grml/fai/config/hooks/updatebase.GRMLBASE: install apt configuration
1484     also when updating the chroot (this happens if we have a base.tgz available
1485     on fresh installations).
1486   * Document usage of STOP_ON_ERROR in /etc/grml/fai/fai.conf.
1487   * Really add support for genisoimage (thanks for the bugreport, Worf).
1488   * Set subdirectories of $OUTPUT independent of cmdline parsing so
1489     it is possible to set it via conffile as well.
1490   * Validate whether the specified architecture class matches the
1491     architecture (option), otherwise installation of kernel will fail.
1492   * Add 'How do I deploy grml-live on a plain Debian installation' to FAQ.
1493   * Build grml-live documentation with table of content.
1494
1495  -- Michael Prokop <mika@grml.org>  Wed, 05 Aug 2009 00:34:53 +0200
1496
1497 grml-live (0.9.19) unstable; urgency=low
1498
1499   * Software related changes in GRML_FULL:
1500     - add btrfs-tools
1501     - add conkeror (thanks to Axel Beckert) [Closes: issue698]
1502     - add gptsync
1503     - add nfswatch
1504     - add nilfs2-tools
1505     - add pigz
1506     - add postmark
1507     - add tableau-parm
1508     - drop all LaTeX related packages (following the result
1509       of the recent "Removal of LaTeX on grml" poll):
1510       auctex catdvi ctioga dvipng gnuhtml2latex lacheck latex-beamer
1511       latexmk latex-mk latextug latex-xcolor pdfjam pgf
1512       preview-latex-style tex-common texify texlive-base
1513       texlive-base-bin texlive-common texlive-doc-base
1514       texlive-fonts-recommended texlive-lang-german texlive-latex-base
1515       texlive-latex-recommended texpower tth tthsum vim-latexsuite
1516    - Add class LATEX which provides all the LaTeX (related) packages
1517      that have been removed from GRML_FULL.
1518   * Software related changes in GRML_FORENSIC:
1519     - drop stegdetect (see #507908)
1520     - add several further packages:
1521       acpi apache2 apache2-utils at bluez-utils cpufrequtils cryptcat
1522       cups cups-pdf dc dsniff dvd+rw-tools gphoto2 hdparm hping3
1523       mysql-client netdiscover nmap os-prober poppler-utils pppconfig
1524       rdesktop readahead readpst recoverdm rifiuti rifiuti2 rpm samba
1525       samdump2 sdparm sg3-utils smbclient socat sqlite3 tcpdump
1526       tcpflow tcpreplay tcptrace tcptrack tcpxtract tct time unhide
1527       untex uuid-runtime vinetto w3m wamerican whois wireshark wv
1528       wvdial zfs-fuse
1529     Thanks also to Hans-Peter Merkel for his tool list.
1530   * Drop hdparm from GRML_FULL, GRML_MEDIUM and GRML_SMALL as it
1531     is part of GRMLBASE already.
1532   * Bump Standard Version to 3.8.2 (no further changes).
1533
1534  -- Michael Prokop <mika@grml.org>  Tue, 28 Jul 2009 15:23:51 +0200
1535
1536 grml-live (0.9.18) unstable; urgency=low
1537
1538   * Integrate grub2 for hybrid boot. Big thanks to Thorsten Glaser
1539     for his work and help.
1540   * Add safecopy to GRML_FULL (thanks to Wernfried Haas for the hint).
1541   * grml-cheatcodes: mention libata specific bootoptions.
1542     Thanks to Christian Vogel! [Closes: issue685]
1543   * Apply patches by Thorsten Glaser <tg@mirbsd.org>:
1544     - Fix jumping back from the bsd4grml loader (ldbsd.com) to GNU GRUB
1545     - Update bootgrub.mksh from MirBSD
1546     - Pad official ISOs to multiples of 256 KiB for partition table support.
1547   * Add bc to Depends as bootgrub.mksh requires it.
1548
1549  -- Michael Prokop <mika@grml.org>  Sat, 13 Jun 2009 12:11:19 +0200
1550
1551 grml-live (0.9.17) unstable; urgency=low
1552
1553   [ Frank Terbeck ]
1554   * grml-live-remaster: Support $VISUAL and fall back to 'vi' if
1555     EDITOR is empty. [Closes: issue664]
1556
1557   [ Michael Prokop ]
1558   * Mention speakup.synth=... and hwspeak in grml-cheatcodes.txt.
1559   * 15-initsetup: warn if /etc/runlevel.conf (and therefore live-rc)
1560     does not exist and skip rest of the script then.
1561   * Software related changes:
1562     - Drop package snort from GRML_FULL and all the workarounds for it.
1563       It's once again uninstallable in Debian/unstable.
1564     - Drop package sing from GRML_FULL (removed from Debian, see #530487).
1565     - Drop package nemesis from GRML_FULL (unmaintained upstream and
1566       uninstallable in Debian, see #423201 and #529508).
1567     - Drop package paketto from GRML_FULL (removed from Debian, see #530486).
1568     - Drop package ifupdown-scripts-zg2 from GRML_FULL.
1569   * Set APT_LISTCHANGES_FRONTEND and APT_LISTBUGS_FRONTEND to 'none'
1570     on upgrade actions in /etc/grml/fai/config/hooks/instsoft.GRMLBASE.
1571   * Update /boot/grub/* files in build output on every invocation of
1572     grml-live (as we do it for isolinux stuff too), so the variables
1573     inside menu.cfg are up2date if rebuilding the ISO. [Testing: issue676]
1574   * Use variable for $FLAVOUR.squashfs in grub's menu.lst as well.
1575
1576  -- Michael Prokop <mika@grml.org>  Fri, 29 May 2009 12:55:05 +0200
1577
1578 grml-live (0.9.16) unstable; urgency=low
1579
1580   * Software related changes:
1581     - Add u3-tool to GRML_FULL.
1582     - Disable nttcp and lmbench (both non-free) in GRML_FULL.
1583     - Drop ttf-bitstream-vera from GRML_FULL (superseeded by its
1584       improved version named ttf-dejavu, see #461308).
1585     - Drop snownews from GRML_FULL (orphaned, inactive upstream,
1586       better alternatives like newsbeuter, see #468778).
1587   * Mention persistent bootoption in grml-cheatcodes.txt.
1588
1589  -- Michael Prokop <mika@grml.org>  Tue, 19 May 2009 20:52:31 +0200
1590
1591 grml-live (0.9.15) unstable; urgency=low
1592
1593   The "hey, let's have a grml release party" Release.
1594   * As dillo isn't available in Debian/unstable due to removal
1595     of libgtk1.2 we'll replace it with xlinks2 from package links2:
1596     - GRML_FULL: drop dillo
1597     - GRML_MEDIUM: replace links with links2 and drop dillo
1598     - XORG: replace dillo with links2
1599   * Drop cpp-4.1 and g++-4.1 from GRML_FULL.
1600   * Drop bzr from GRML_FULL (19MB is just too much).
1601   * Drop all kernel related packages that aren't available overall.
1602   * Drop linux-wlan-ng, as its module can't be built.
1603
1604  -- Michael Prokop <mika@grml.org>  Mon, 18 May 2009 10:09:22 +0200
1605
1606 grml-live (0.9.14) unstable; urgency=low
1607
1608   The "hey, let's have a post-lenny drop-party" Release.
1609   * Update /usr/share/locale handling: restore *empty* directories
1610     because otherwise installation/upgrade of packages might fail.
1611   * Document findiso bootoption in grml-cheatcodes.txt.
1612   * Software related changes:
1613     - Readd clive as the dependency on libterm-progressbar-perl was
1614       dropped (see #526999)
1615     - Drop airsnort (unmaintained upstream, #429507)
1616     - Drop array-util (unmaintained in Debian, #456648)
1617     - Drop automake1.8 (cleanup of automake packages, #473365)
1618     - Drop biew (old, no users, depends on debmake, #460636)
1619     - Drop cpp-2.95 (deprecated)
1620     - Drop db4.3-util (deprecated)
1621     - Drop debmake (obsolete, #462978)
1622     - Drop dynafont (upstream obsoleted by fonty-rg, #474125)
1623     - Drop eciadsl (unmaintained, broken with recent kernels, #470680)
1624     - Drop elfkickers (RC buggy; abandoned upstream, #523811)
1625     - Drop fragroute (out of date, orphaned, inactive, #487127)
1626     - Drop fttools (not available in any repos)
1627     - Drop funionfs (replaced by unionfs-fuse, #515955)
1628     - Drop gscanbus (obsolete, unmaintained, #429559)
1629     - Drop hdaps-utils (out of date, obsolete, #526172)
1630     - Drop hpijs (saving us 1352kB + 27,0MB from its dependencies disk space)
1631     - Drop ipxripd (obsolete, few users, #462178)
1632     - Drop jmon (orphaned, better alternatives, dead upstream, #510520)
1633     - Drop linneighborhood (unmaintained, better alternatives, #466489)
1634     - Drop mobilemesh (obsolete, #452102)
1635     - Drop ms-sys (contains non-free code, #470678)
1636     - Drop mutella (abandoned upstream, #489422)
1637     - Drop ndiswrapper-common (dep. only) + ndiswrapper-utils (dummy package)
1638     - Drop ndiswrapper-utils-1.1 (replaced by ndiswrapper-utils-1.9)
1639     - Drop o3read (abandoned upstream; superseded by odt2txt, #477311)
1640     - Drop potion (orphaned, out of date, low popcon, #499262)
1641     - Drop powertweakd, powertweak-gtk and lspowertweak
1642       (unmaintained upstream, #515588)
1643     - Drop scsi-idle (RC-buggy, useless, #385285)
1644     - Drop sjog (dead upstream, depends on legacy libs, unmaintained, #509403)
1645     - Drop stegdetect / xsteg (orphaned, inactive upstream, GTK+ 1.2, #507908)
1646     - Drop traceproto (not maintained upstream; alternative available, #495759)
1647     - Drop type1inst (orphaned and useless, #158476)
1648     - Drop unionfs-tools (buggy, replaced by aufs*, #515959)
1649     - Drop unison2.9.1 (obsolete, #443244)
1650     - Drop upstreamdev (alpha quality; abandoned upstream; low popcon, #494565)
1651     - Drop vnc-common (dead upstream, superseded by vnc4, #469247)
1652     - Drop vncommand (not available in any repos)
1653     - Drop xmove (buggy, orphaned, dead upstream, #486772)
1654     - Drop xserver-xorg-video-imstt (abandoned, #523683)
1655     - Drop xserver-xorg-video-vga (abandoned, #523687)
1656     - Drop xwatchwin (orphaned, no rdepends, #491903)
1657
1658  -- Michael Prokop <mika@grml.org>  Fri, 15 May 2009 10:06:42 +0200
1659
1660 grml-live (0.9.13) unstable; urgency=low
1661
1662   * Split package into grml-live and grml-live-addons.
1663     Add grml-live-addons to Recommends of package grml-live.
1664     Package grml-live-addons provides the templates/boot/addons
1665     files that require >7MB of disk space overall so we don't
1666     want to ship it with default grml:
1667     - allinone.img
1668     - balder10.imz
1669     - bsd4grml/
1670     - chain.c32
1671     - hdt.c32
1672     - memdisk
1673     - menu.c32
1674     - pci.ids
1675   * Add ${misc:Depends} to binary packages' depend.
1676   * Bump Standard-Version to 3.8.1 (no further changes).
1677   * Install /etc/grml/fai/live-initramfs/live.conf only if
1678     /etc/live.conf does not exist in the target yet.
1679   * Update isolinux.bin to version 2:3.75+dfsg-1 (3.75 Debian-2009-04-17)
1680     from Debian.
1681   * Integrate HDT ("Hardware Detection Tool") as bootoption 'hdt'.
1682     http://syslinux.zytor.com/wiki/index.php/Hdt_(Hardware_Detection_Tool)
1683     Thanks for the point, formorer!
1684     Use pci.ids from http://pciids.sourceforge.net/
1685   * Mention bsd and hdt in isolinux' bootsplash f3.
1686   * Mention readonly, hdt and bsd bootoptions in grml-cheatcodes.txt.
1687   * Slightly improve 'grml2ram' vs 'grml toram' description in bootsplash.
1688   * Software related changes:
1689     - Add virtualbox-ose-guest-x11 to GRML_FULL and GRML_MEDIUM.
1690     - Add virtualbox-ose-guest-modules-2.6.28-grml to GRML_MEDIUM.
1691     - Add speakup-tools to GRML_FULL.
1692     - Replace cupsys-bsd with cups-bsd and cupsys-client with cups-client.
1693     - Drop atl2-modules-2.6.28* from package list (merged in mainline).
1694     - Drop cupsys transitional package.
1695     - Drop clive from GRML_FULL as it depends on a fscking large perl
1696       package (see #526999).
1697     - Drop gcc-4.1 gcc-4.1-base, gcc-4.2-base, gettext-base, groff-base,
1698       imlib11, imlib-base and perl-base from GRML_FULL (deprecated and
1699       unnecessary packages).
1700
1701  -- Michael Prokop <mika@grml.org>  Tue, 05 May 2009 09:46:26 +0200
1702
1703 grml-live (0.9.12) unstable; urgency=low
1704
1705   * Add noapic, noresume, selinux=0 and edd=off to 'failsafe'
1706     bootoption and use maxcpus=0 instead of maxcpus=1.
1707   * Add dvtm to GRML_FULL (thanks to plh).
1708   * GRML_FULL and GRML_FORENSIC: replace libewf with libewf1.
1709   * Add packages to GRML_MEDIUM:
1710     - nfs-kernel-server [Closes: issue471]
1711     - aufs-tools (thanks for suggestion, Tong Sun) [Closes: issue652]
1712   * Remove madwifi* from GRML_FULL and GRML_MEDIUM (being replaced
1713     by ath5k and ath9k of linux kernel 2.6.28, see #519446).
1714   * Update bsd4grml to version 20090411.
1715
1716  -- Michael Prokop <mika@grml.org>  Sat, 11 Apr 2009 12:26:02 +0200
1717
1718 grml-live (0.9.11) unstable; urgency=low
1719
1720   * Remove base64 from GRML_FULL as coreutils (>= 6.0-1) provide
1721     a base64 binary now.
1722   * Use 'user' instead of 'users' again after discussing the issue
1723     in issue582.
1724
1725  -- Michael Prokop <mika@grml.org>  Sun, 01 Mar 2009 20:23:49 +0100
1726
1727 grml-live (0.9.10) unstable; urgency=low
1728
1729   * buildd:
1730     - Add workaround to get around the mkisofs volume label limit.
1731       Otherwise with something like 'grml64-medium-daily-squeeze 20090223'
1732       we would get:
1733       "mkisofs: Volume ID string too long (cur. XX max. 32 chars)."
1734     - add buildd/execute.sh to further simplify buildd/*.sh setup
1735     - send_mail(): do not append /var/log/grml-buildd.stdout by default
1736     - add shebang line to buildd/[execute|functions].sh to make lintian happy
1737   * Replace placeholder %GRML_NAME_SQUASHFS% with according value in
1738     bootsplash f5. [Closes: issue619]
1739   * Drop dropbear from GRML_FULL. The "ssh server inside initramfs"
1740     is just too annoying for us. [Closes: issue617]
1741
1742  -- Michael Prokop <mika@grml.org>  Fri, 27 Feb 2009 13:11:31 +0100
1743
1744 grml-live (0.9.9) unstable; urgency=low
1745
1746   * Update to kernel 2.6.28-grml[64].
1747   * Changes in GRML_FULL:
1748     - drop package tspc (see #462738 and #515193)
1749     - replace gqview with geeqie (thanks, Spida)
1750   * Changes in GRML_MEDIUM:
1751     - add beep (on request by gebi)
1752     - add dstat (on request by gebi)
1753     - add mc (on request by Christian Kuehlborn)
1754   * Document noautoconfig in grml-cheatcodes. Thanks to Ralf Moll!
1755   * buildd:
1756     - rename all etch* related scripts to lenny*
1757     - adjust scripts to use "lenny" instead of "stable" for building
1758       [to avoid that "etch" is used as build name but lenny is used]
1759     - use "$NAME-daily-$SUITE" in functions.sh as build name so
1760       identifying ISOs while running them is easier
1761   * Support squeeze as valid suite name.
1762   * Comment Debian/unstable in /etc/grml/fai/apt/preferences by default.
1763     This should avoid issues with something like
1764     'apt-get -t experimental ...'
1765   * Consequently drop 'Latest change' lines from all files.
1766   * Support generation of sha1sum [Testing: issue622]
1767   * Drop first, unnecessary APPEND line in isolinux.cfg and syslinux.cfg.
1768     [Closes: issue492]
1769   * Do no longer use the bootoption lang=us by default. We use it by default
1770     in grml-autoconfig anyway and this shortens our /proc/cmdline.
1771   * Run commands requiring network access through 'timeout 10' by default
1772     if possible. [Closes: issue396]
1773   * Do not use build server's hostname for /etc/mailname and
1774     /etc/bacula/bacula-fd.conf. [Testing: issue412]
1775   * Add "forensic" to the append line when using the forensic kerneloption
1776     so we can grep for it in any case.
1777   * 15-initsetup: keep a backup of the original runlevel.conf file.
1778     Thanks to Thomas Lehmann for the idea! [Closes: issue570]
1779   * instsoft.GRMLBASE: support installation of multiple gpg keys
1780     via /etc/grml/fai/files/etc/apt/*.key
1781   * isolinux.cfg/syslinux.cfg: Drop duplicated 'MENU DEFAULT'.
1782     Thanks to Thomas Lehmann for the bugreport!
1783   * Move /etc/grml/fai/apt/preferences to /etc/grml/fai/files/etc/apt/.
1784     This simplifies the directory layout a bit. Clarify its usage
1785     in /etc/grml/fai/apt/important_note.txt
1786   * Install all files from /etc/grml/fai/files/etc/apt. This supports
1787     usage of directories like /etc/apt/apt.conf.d. Thanks for the
1788     hint to Thomas Lehmann. [Closes: issue632]
1789   * Replace all "sed -i 's/././' foo" calls with
1790     'sed -i 's/././' foo | sponge foo' instead inside main grml-live script
1791     so we don't destroy any existing symlinks. Depend on moreutils therefor.
1792     [Closes: issue631]
1793   * Integrate bsd4grml [hash: 987ce9a6f9ce205ba64794ed3fcac603]. This
1794     provides MirBSD as bootoption 'bsd' at grml's bootprompt. Thanks to
1795     Thorsten "mirabilos" Glaser for his work! Add support for
1796     configuring NO_ADDONS_BSD4GRML via configuration file.
1797   * Add informational header to /etc/grml/fai/apt/sources.list and
1798     update docs regarding the file.
1799   * If specified SUITE is unstable use 'sid' instead (to avoid breakages
1800     with debootstrap).
1801   * Support NO_ADDONS via configuration file.
1802   * Always skip mksquashfs part when using -q option.
1803   * Adjust configuration files on the fly only when the according lines
1804     aren't comments.
1805
1806  -- Michael Prokop <mika@grml.org>  Mon, 23 Feb 2009 12:43:18 +0100
1807
1808 grml-live (0.9.8) unstable; urgency=low
1809
1810   * Improve help text of the release option in usage info.
1811   * Drop fblog from GRML_FULL (obsolete with 2.6 kernels, #427139).
1812   * Add libcap2-bin to GRML_FULL.
1813   * Upgrade isolinux.bin to version from syslinux-common 2:3.73+dfsg-1.
1814     [Testing: issue569]
1815   * Integrate /etc/grml/fai/config/scripts/GRMLBASE/18-timesetup to
1816     improve UTC handling. Thanks for the script, Thomas Lehmann!
1817
1818  -- Michael Prokop <mika@grml.org>  Thu, 12 Feb 2009 14:20:39 +0100
1819
1820 grml-live (0.9.7) unstable; urgency=low
1821
1822   * Add packages to GRML_FULL:
1823     - aiccu (thanks, Christian Vogel)
1824     - genext2fs
1825     - radvd (thanks, Christian Vogel)
1826     - tf (thanks, Rhonda)
1827   * Add genext2fs to GRML_MEDIUM (for use within live-snapshot).
1828   * Support execution without touching the chroot at all using option "-B".
1829     Thanks for the patch, Jimmy.
1830   * Update current state section of documentation.
1831   * Update cheatcode documentation (thanks to Moritz Augsburger).
1832   * Drop cryopid from GRML_FULL, see #507882.
1833
1834  -- Michael Prokop <mika@grml.org>  Fri, 12 Dec 2008 12:17:35 +0100
1835
1836 grml-live (0.9.6) unstable; urgency=low
1837
1838   * Add new packages to GRML_FULL:
1839     - cciss-vol-status (HP SmartArray RAID Volume Status Checker)
1840     - dwdiff (front-end for the diff program that operates word by word)
1841     - espeakup (connector between espeak and speakup)
1842     - faketime (report faked system time to programs)
1843     - fcoretools (Tools to advise the IO scheduler)
1844     - latencytop (A tool for developers to visualize system latencies)
1845     - qiv (A quick image viewer for X)
1846     - speakup-modules-2.6.26-grml64 (support speakup on amd64 as well)
1847   * Add irqbalance to GRML_MEDIUM.
1848     - irqbalance (Daemon to balance interrupts for SMP systems)
1849     - latencytop (A tool for developers to visualize system latencies)
1850     - powertop (Linux tool to find out what is using power on a laptop)
1851   * Remove localepurge from GRML_SMALL.
1852   * Remove mozilla-imagezoom from GRML_FULL (the "extension installed"
1853   * Execute dpkg-reconfigure for localepurge with noninteractive frontend.
1854     [Closes: issue554]
1855   * Rework locale handling. From now on /usr/share/locale gets removed
1856     by default (though /usr/share/i18n/locales won't be touched for
1857     now), unless using class LOCALES. Reason: We have >70MB inside
1858     /usr/share/locale on GRML_FULL, just too much to ship by default,
1859     message at startup sucks).
1860   * Update grml-cheatcodes.txt.
1861   * Provide grml's gpg key via /etc/grml/fai/files/etc/apt/grml.key
1862     so we support offline operation as well. Based on an idea by
1863     Thomas Lehmann, thanks!
1864   * Generate ISO with volume label "${GRML_NAME} ${VERSION}" instead of
1865     "grml $VERSION" so we propagate the according grml-name. Thanks to
1866     Thomas Lehmann!
1867   * Support -q option to build the ISO without (re-)creating the squashfs
1868     compressed file using mksquashfs.
1869
1870  -- Michael Prokop <mika@grml.org>  Wed, 19 Nov 2008 11:13:05 +0100
1871
1872 grml-live (0.9.5) unstable; urgency=low
1873
1874   * Drop "root (cd)" from grub/menu.lst. Thanks, Tong Sun. [Closes: issue552]
1875   * Drop xserver-xorg-video-newport from all flavours.
1876   * Replace all unzoo package references with zoo, see #497775.
1877   * Handle policy-rc.d in /etc/grml/fai/config/hooks/updatebase.GRMLBASE
1878     because we have to skip FAI's updatebase task and lack /proc therefore.
1879     New packages that are being installed and want to start any daemons
1880     might fail, let's try to do our best to avoid that.
1881   * Try to get rid of any hanging $CHROOT_OUTPUT/dev[/pts] mountpoints.
1882   * Drop clamav-getfiles from GRML_FULL.
1883   * Update debian/control:
1884     - move from XS-Vcs-* to Vcs-*
1885     - use Build-Depends-Indep
1886
1887  -- Michael Prokop <mika@grml.org>  Sat, 25 Oct 2008 12:18:37 +0200
1888
1889 grml-live (0.9.4) unstable; urgency=low
1890
1891   * Update docs (some minor fixes, migration from hg to git,..)
1892   * Use squashfs-lzma-tools instead of squashfs-tools:
1893     Depend on squashfs-lzma-tools - but allow usage
1894     of squashfs-tools as well).
1895   * Activate grml-testing repository for devel releases and
1896     daily snapshots. [Testing: issue531]
1897   * All flavours:
1898     - drop lzma-modules-2.6.26-grml[64] and
1899       squashfs-modules-2.6.26-grml[64] as we have it
1900       in-tree of kernel 2.6.26-grml[64].
1901   * GRML_FULL:
1902     - add ipset
1903     - drop wodim and genisoimage as we have a fully functional
1904       cdrtools suite in grml
1905   * GRML_MEDIUM:
1906     - replace rt73-module-2.6.26-grml with rt73-modules-2.6.26-grml.
1907   * GRML_SMALL:
1908     - several improvements to keep the ISO size as small as possible
1909     - use kernel 2.6.26-grml instead of 2.6.26-grml-small
1910     - remove grml-small package
1911     - remove fuse-utils
1912     - remove nvi (see #490361)
1913     - remove ppoeconf (just too big with its dependencies)
1914     - remove prism54-firmware (for saving disk space)
1915   * Support environment variable NO_ADDONS to avoid usage of
1916     addons directory.
1917   * Initial support for SQUASHFS_EXCLUDES_FILE.
1918   * Do not include vmlinuz and initrd when building grml-small.
1919   * We switched from Mercurial to Git - replaced all hg-URLs
1920     with git.grml.org
1921
1922  -- Michael Prokop <mika@grml.org>  Wed, 01 Oct 2008 21:34:43 +0200
1923
1924 grml-live (0.9.3) unstable; urgency=low
1925
1926   * Improve the way deborphan works in
1927     /etc/grml/fai/grml/grml_cleanup_chroot.deborphan and
1928     get rid of aptitude via
1929     /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
1930   * Add PREREQ header to grml's initramfs-tools script, otherwise
1931     booting fails with "PANIC: Circular dependancy.  Exiting."
1932     Thanks for debugging help, maximilian attems.
1933   * Use apt-get instead of dpkg in removal of packages in grml-small.
1934   * Add tig to GRML_FULL, thanks Rhonda.
1935
1936  -- Michael Prokop <mika@grml.org>  Thu, 25 Sep 2008 20:05:19 +0200
1937
1938 grml-live (0.9.2) unstable; urgency=low
1939
1940   * Improve checks for -[no]lzma for different squashfs-tools.
1941
1942  -- Michael Prokop <mika@grml.org>  Thu, 04 Sep 2008 13:28:48 +0200
1943
1944 grml-live (0.9.1) unstable; urgency=low
1945
1946   * Rebuild initramfs to make sure that the up2date /etc/grml_version
1947     is available in the live initramfs. [Closes: issue516]
1948
1949  -- Michael Prokop <mika@grml.org>  Thu, 04 Sep 2008 13:27:35 +0200
1950
1951 grml-live (0.9.0) unstable; urgency=low
1952
1953   * Update to kernel 2.6.26-grml[64].
1954   * Drop sysutils and cupsys-common from package lists.
1955   * Add ext3grep to GRML_FULL.
1956   * Integrate /etc/grml/fai/config/package_config/GRML_FORENSIC.
1957   * Move ssdeep and scrounge-ntfs from grml's repository list to
1958     Debian's one.
1959   * Drop syslog-ng in all classes and use rsyslog in GRMLBASE.
1960   * Document classes in more details. Thanks to Pawel Sadkowski
1961     for pointing out. [Closes: issue490]
1962   * Drop qtparted from GRML_FULL, we have better maintained
1963     gparted now.
1964   * Get rid of /etc/grml/fai/config/class/GRML_FULL.var,
1965     /etc/grml/fai/config/class/GRML_MEDIUM.var,
1966     /etc/grml/fai/config/class/GRML_POWERPC.var and
1967     /etc/grml/fai/config/class/GRML_SMALL.var - we manage the
1968     configuration through GRMLBASE.var and this way it's much
1969     easier to adjust settings according to your needs.
1970   * Improve error handling in grml-live, including a check
1971     for pipestatus of fai command.
1972   * Output grml version in grml's live-initramfs script
1973     Thanks for the idea, Marc Haber. [Closes: issue488]
1974   * Drop glimpse from GRML_FULL due to license problems, see #474322.
1975   * Display SQUASHFS_OPTIONS in configuration overview.
1976   * Make sure it's possible to get usage information without being
1977     root or actually executing the script.
1978   * Improve usage information screen.
1979   * Display progress of squashfs, when building via a buildsystem
1980     just set -no-progress in $SQUASHFS_OPTIONS instead.
1981   * Use linux-kernel-headers-grml in grml-medium.
1982   * Use vim.basic as alternative setting for 'vi'.
1983
1984  -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 15:17:39 +0200
1985
1986 grml-live (0.8) unstable; urgency=low
1987
1988   * Remove packages from GRML_FULL:
1989     - apmd (the package is just borken, see #475432)
1990     - raggle (#479562)
1991   * Remove scandelay bootoption from grml-cheatcodes.txt (thanks
1992     for mentioning in a bugreport, Marc Haber!)
1993   * Add packages to GRML_FULL:
1994     - ent (thanks, gebi)
1995   * Add packages to GRML_MEDIUM:
1996     - xfsdump (thanks, George Hartlieb)
1997   * Mention "grml debug=noscreen" in grml-cheatcodes.txt.
1998
1999  -- Michael Prokop <mika@grml.org>  Mon, 12 May 2008 19:13:32 +0200
2000
2001 grml-live (0.7) unstable; urgency=low
2002
2003   * Update templates/boot/addons/allinone.img to current version
2004     from http://home.arcor.de/mschierlm/bootdisk/
2005     Thanks, Michael Schierl.
2006   * Add packages to GRML_FULL:
2007     - gnuit
2008     - i2c-tools [thanks to Mario Holbe]
2009     - iotop
2010     - keynav
2011   * Remove packages from GRML_FULL:
2012     - emelfm (#364442)
2013     - nufw (#468245)
2014     - sound-recorder (#288211)
2015   * Readd libewf to GRML_FULL.
2016   * buildd: use RELEASE-class in all build scripts
2017   * Mention noquick bootoption in bootsplash and cheatcode file.
2018   * Fix typo in bootsplash f3, thanks to Daniel Martin for reporting.
2019   * Make sure username is adjusted in /etc/inittab.grml if username
2020     not being "grml". Thanks for reporting, Thomas Lehmann.
2021     [Testing: issue436]
2022   * Add check for existence of -nolzma option. If squashfs-tools
2023     doesn't support it at all then just get rid of the option.
2024
2025  -- Michael Prokop <mika@grml.org>  Sun, 11 May 2008 18:28:12 +0200
2026
2027 grml-live (0.6) unstable; urgency=low
2028
2029   * Write squashfs filename to /live/filesystem.module.
2030   * Adjust grml-live-remaster for new file system layout
2031     and add support for working on a booted USB device.
2032
2033  -- Michael Prokop <mika@grml.org>  Sat, 23 Feb 2008 11:12:10 +0100
2034
2035 grml-live (0.5) unstable; urgency=low
2036
2037   * Make sure we use ${GRML_NAME}.squashfs instead of hardcoded
2038     grml.squashfs.
2039   * Update bootsplashes to current implementation, based on
2040     live-initramfs and grml-autoconfig.
2041   * Get rid of gnu-fdisk in GRML_FULL (it's causing just too many
2042     headaches, see #461888, #463720 and #445304 for example).
2043   * Add sshfs to GRML_MEDIUM.
2044
2045  -- Michael Prokop <mika@grml.org>  Wed, 20 Feb 2008 16:41:06 +0100
2046
2047 grml-live (0.4) unstable; urgency=low
2048
2049   * Add new packages to GRML_FULL:
2050     - linux-uvc-modules-2.6.23-grml
2051     - luvcview
2052   * Add new packages to GRML_MEDIUM:
2053     - at76-usb-modules-2.6.23-grml
2054     - atl2-modules-2.6.23-grml
2055     - firmware-ralink
2056     - rt2400-modules-2.6.23-grml
2057     - rt2500-modules-2.6.23-grml
2058     - rt73-module-2.6.23-grml
2059   * Finally fixed the "isolinux does not boot on old hardware" problem.
2060     The problem was a too big boot/isolinux directory. Thanks a lot
2061     for all the testing to Andrea Mayr and Wernfried Haas!
2062     - use /boot/addons/* for allinone.img, balder10.imz, chain.c32,
2063       menu.c32 and memtest
2064     - place $GRML_NAME in /boot/$GRML_NAME/ - this should easify
2065       support of several grml flavours on one single usb pen for the future
2066     - adjust grub's menu.lst and isolinux.cfg as well as grml-live itself
2067       for new directory layout
2068   * Make sure $GRML_NAME does not contain known problematic characters.
2069
2070  -- Michael Prokop <mika@grml.org>  Fri, 15 Feb 2008 16:08:38 +0100
2071
2072 grml-live (0.3) unstable; urgency=low
2073
2074   * Add virtualbox-ose-guest-utils [x86-only] to GRML_MEDIUM.
2075   * Update isolinux.bin to "ISOLINUX 3.61 Debian-2008-02-05" again. Versions
2076     older than 3.51 don't work with recent kernel versions like 2.6.23
2077     anymore. :(
2078   * Update templates/boot/isolinux/memdisk from syslinux package
2079     version 2:3.61+dfsg-1.
2080
2081  -- Michael Prokop <mika@grml.org>  Wed, 13 Feb 2008 10:33:43 +0100
2082
2083 grml-live (0.2) unstable; urgency=low
2084
2085   * Revert isolinux.bin to version 3.31. Newer versions (like 3.55-1)
2086     just fail on several old boxes. [Testing: issue400]
2087   * Add new packages to GRML_FULL:
2088     - auctex
2089     - loop-aes-testsuite
2090   * Add new packages to GRML_MEDIUM:
2091     - atl2-modules-2.6.23-grml
2092     - firmware-iwlwifi
2093     - madwifi-modules-2.6.23-grml[64]
2094     - madwifi-tools
2095   * Set 'confirm=1' in /etc/apt/listchanges.conf.
2096   * Add /etc/grml/fai/config/scripts/GRMLBASE/36-cpufrequtils
2097     for providing default /etc/default/loadcpufreq configuration.
2098   * Move sourcing /etc/grml/grml-live.local *before* the cmdline
2099     option parsing so we can override already set defaults interative.
2100   * Grep using the quiet option for squashfs features.
2101
2102  -- Michael Prokop <mika@grml.org>  Mon, 14 Jan 2008 22:54:10 +0100
2103
2104 grml-live (0.1) unstable; urgency=low
2105
2106   * Bump version number to 0.1 as we ship grml-live with the
2107     upcoming stable versions.
2108   * Source /etc/grml/grml-live.local before parsing command line
2109     options to be able to override configuration on the commandline.
2110   * Use /usr/bin/vim.tiny as alternativ for vi.
2111   * Add new packages to GRML_FULL:
2112     - at76-usb-modules-2.6.23-grml64
2113     - bluez-audio
2114     - conky (thanks, shehu)
2115     - epdfview
2116     - gfs2-tools
2117     - sslscan
2118     - truecrypt-2.6.23-grml64
2119     - unsort
2120   * Remove bluetooth-alsa from GRML_FULL.
2121   * Add new packages to GRML_MEDIUM:
2122     - ntfs-3g
2123     - truecrypt-2.6.23-grml64
2124   * templates/boot/grub/menu.lst, templates/boot/isolinux/*.cfg:
2125     - drop deprecated entries
2126     - add debian2hd for isolinux/syslinux
2127     - fix serial bootoption
2128     - add grml2hd template for grub
2129   * /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot:
2130     remove packages via dpkg instead of apt-get. Thanks for the
2131     bugreport and the patch, Lupe Christoph! [Closes: issue367]
2132   * Use -no-progress option for mksquashfs only if it's supported.
2133
2134  -- Michael Prokop <mika@grml.org>  Fri, 11 Jan 2008 01:56:01 +0100
2135
2136 grml-live (0.0.14) unstable; urgency=low
2137
2138   * Include initial version of the grml-live-remaster script,
2139     contributed by Michael Schierl (thanks!) [Closes: issue331]
2140   * Bump Standard-Version to 3.7.3 (no further changes).
2141   * Set debconf configuration for postfix via
2142     /etc/grml/fai/config/scripts/GRMLBASE/05-hostname
2143   * Improve check for presence of FAI log directory in
2144     /etc/grml/fai/config/scripts/GRMLBASE/95-package-information
2145   * Configure apt-listchanges via new script
2146     /etc/grml/fai/config/scripts/GRMLBASE/97-apt-listchanges
2147   * Make sure packages are being removed before docs are being
2148     deleted in /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
2149   * Create grml-live.log-file with permissions 664.
2150   * Adjust buildd/functions.sh for new logging.
2151   * Fix kernel related packages for GRML_MEDIUM and GRML_FULL
2152     on AMD64 architecture. Add several new kernel packages for amd64
2153     to GRML_FULL.
2154   * Split grml + grml-files into x86 vs. amd64 (grml64 + grml-files64).
2155   * Drop packages from GRML_FULL:
2156     - findimagedupes: too many new dependencies, being:
2157       libgraphics-magick-perl libgraphicsmagick1 libwmf0.2-7
2158     - netpipes: conflicts with timelimit (see #457444) and does
2159       not support IPv6 yet
2160   * Add new packages to GRML_FULL:
2161     - asql
2162     - at76-usb-modules-2.6.23-grml
2163     - edac-utils
2164     - ifupdown-extra
2165     - opencryptoki
2166     - pmailq
2167     - r6040-modules-2.6.23-grml
2168     - scamper
2169     - timelimit
2170     - virtualbox-ose-guest-modules-2.6.23-grml
2171     - virtualbox-ose-guest-utils
2172
2173  -- Michael Prokop <mika@grml.org>  Mon, 17 Dec 2007 00:51:05 +0100
2174
2175 grml-live (0.0.13) unstable; urgency=low
2176
2177   * New option '-b' for "build-only".
2178   * Replace mailx with bsd-mailx in GRML_FULL.
2179     http://packages.qa.debian.org/b/bsd-mailx/news/20071209T135336Z.html
2180   * Store package list in /usr/share/doc/grml-docs/packages/dpkg_list
2181   * Document grml2ram bootoption in grml-cheatcodes.txt
2182   * Use -no-progress for Squashfs build process.
2183   * Improve /etc/resolv.conf handling in
2184     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
2185   * Adjust hostname in /etc/postfix/main.cf.
2186   * Make sure /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan does not fail.
2187   * Fix typo in /etc/grml/fai/config/scripts/GRMLBASE/32-xorg
2188   * Make sure $HOSTNAME is unset by default.
2189   * Disable Recommends for aptitude as well.
2190   * Check for presence of live-initramfs in 10-build-initramfs.
2191   * Install aptitude in softupdate if not present.
2192   * Always drop groff-base, man-db, info, man-db, manpages and nano from grml-small.
2193   * Fix snort setup (/etc/default/snort.dpkg-dist) via
2194     /etc/grml/fai/grml/grml_cleanup_chroot
2195   * Do some further cleanups via /etc/grml/fai/grml/grml_cleanup_chroot.deborphan
2196   * Remove hwtools from GRML_FULL, see #397723
2197   * Remove several packages from GRMLBASE and integrate them in GRML_MEDIUM
2198     instead so we keep grml-small as small as possible:
2199     acpi-support, aumix, alsa-utils, dctrl-tools, debconf-utils,
2200     grml-debian-keyring, grml-debugtools, grml-files, grml-hwinfo, grml-laptop,
2201     grml-mercurial-utils, grml-pylib, grml-sectools, grml-templates,
2202     grml-terminalserver, htop, iptstate, locales, multitail, postfix, powernowd,
2203   * Add new packages to GRML_MEDIUM:
2204     - truecrypt-2.6.23-grml
2205   * Add new packages to GRML_FULL:
2206     - git-svn (thanks for the suggestion, Brad Cable) [Closes: issue361]
2207     - gnupg-pkcs11-scd
2208     - gparted
2209     - grml-paste
2210     - iscsitarget-module-2.6.23-grml (replaces iscsitarget-2.6.23-grml)
2211     - unhide
2212   * buildd:
2213     - store_iso(): move md5sum file as well
2214     - support providing options via grml_live_run() so we can disable
2215       LZMA for grml-small builds
2216
2217  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 22:38:31 +0100
2218
2219 grml-live (0.0.12) unstable; urgency=low
2220
2221   * Log mkisofs command with quotes around version number for easier
2222     copy/paste.
2223   * Ship syslinux files via template directory because the syslinux
2224     version (1:3.31-4) in Debian/etch is broken. :(
2225     Drop syslinux from Depends.
2226   * Mention -u option if using the option by accident and the chroot
2227     does not exist yet.
2228   * Update buildd/cleanup.sh and add buildd/files/.logo.png,
2229     buildd/files/.style.css, buildd/files/HEADER.html and
2230     buildd/link_latest.sh (create symlinks for latest snapshot ISOs)
2231     and provide upload_logs().
2232   * Generate md5sum of ISO if using class 'RELEASE'.
2233   * Do not install package 'grml' via GRMLBASE because we want
2234     to use grml-small in GRML_SMALL and GRML_MEDIUM.
2235   * Remove and recreate /root directory in 98-clean-chroot.
2236   * Skip stage updatebase when using softupdate and handle upgrade
2237     on our own via hooks.
2238   * Execute removal of log files after sourcing config files.
2239
2240  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 17:28:01 +0100
2241
2242 grml-live (0.0.11) unstable; urgency=low
2243
2244   * New option -z to use ZLIB instead of LZMA compression and
2245     support SQUASHFS_OPTIONS in configuration file.
2246   * Add new class XORG.
2247   * Add X.org packages to GRML_MEDIUM.
2248   * Make sure /etc/X11/X is not a symlink to /bin/true. Check and fix
2249     via /etc/grml/fai/config/scripts/GRMLBASE/32-xorg.
2250   * Adjust grml-buildd for new logdir structure.
2251   * Add new script /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan
2252     which adds shadowfs and bsdtar to the 'never report'-list of deborphan.
2253   * Diplay use of $LOCAL_CONFIG in configuration dialog.
2254   * Remove fai's last-dirinstall and last-softupdate when using
2255     ZERO_FAI_LOGFILE as well.
2256   * Depend on fai-client (>= 3.2.4), fai-server (>= 3.2.4) as version
2257     3.2.3 has a serious bug.
2258   * Add new packages to GRML_FULL:
2259     - atl2-modules-2.6.23-grml
2260     - firmware-ralink (replaces firmware-rt61 and firmware-rt73)
2261     - firmware-rt61
2262     - firmware-rt73
2263     - mlocate
2264     - open-vm-tools
2265     - pcaputils
2266     - xrestop
2267     - xserver-xorg-video-radeonhd
2268     - yatm
2269   * Remove tinysnmp-tools from GRML_{SMALL,FULL,MEDIUM}, see #444723.
2270
2271  -- Michael Prokop <mika@grml.org>  Mon, 26 Nov 2007 15:07:54 +0100
2272
2273 grml-live (0.0.10) unstable; urgency=low
2274
2275   * Drop patches which are part of FAI 3.2.3 now. Depend on
2276     FAI version 3.2.3 therefor.
2277   * FAI 3.2.3 has a new log schema, adjusted grml-live accordingly.
2278     Quoting the NEWS file of FAI:
2279     - LOGDIR is now /var/log/fai/$HOSTNAME/$FAI_ACTION_date+time
2280     - LOGDIR is /tmp/fai during an installation (not dirinstall), and
2281       will be copied to the path above at the end of an installation
2282   * Log the executed FAI, squashfs and mkisofs command lines to
2283     /var/log/grml-live.log.
2284   * New option '-C <configuration_file>' for specifying a configuration
2285     file. Needs heavy testing though, because the files are updated
2286     during runtime it isn't as easy as expected to be. :-/
2287   * Support $ZERO_FAI_LOGFILE inside grml-live configuration for removing
2288     old FAI logs.
2289   * Do not enable apt-listbugs if the binary is not available.
2290     [Testing: issue340]
2291   * Add keychain package to GRML_SMALL.
2292   * Add new packages to GRML_MEDIUM:
2293     - grml-live
2294     - keychain
2295     - lzma-modules-2.6.23-grml
2296     - squashfs-modules-2.6.23-grml (we build the module external now)
2297   * Add new packages to GRML_FULL:
2298     - aosd-cat
2299     - grml-live
2300     - lzma-modules-2.6.23-grml
2301     - squashfs-modules-2.6.23-grml (we build the module external now)
2302   * Support loading of squashfs module via
2303     /etc/grml/fai/live-initramfs/grml-script.init-top
2304   * Make sure we have pinning for grml-stable and grml-testing
2305     repositories via /etc/grml/fai/apt/preferences, not matter where
2306     the packages come from (web vs. local mirror/cache for example).
2307   * Remove base.tgz from chroot directory.
2308   * Do not create /etc/sysconfig/network-scripts and
2309     /etc/sysconfig/provider any longer in cleanup script.
2310   * Fix typo in bootsplash f3 (thanks, jimmy).
2311   * Switch order of 'lang=us apm=power-off' to 'apm=poweroff' in
2312     isolinyx/syslinux/grub configuration because getbootparam
2313     of grml-autoconfig requires a whitespace inside /proc/cmdline.
2314   * Support grml2ram bootoption inside isolinyx/syslinux/grub
2315     configuration.
2316
2317  -- Michael Prokop <mika@grml.org>  Mon, 19 Nov 2007 12:49:37 +0100
2318
2319 grml-live (0.0.9) unstable; urgency=low
2320
2321   * Remove all files inside /root/ when using class RELEASE.
2322   * Disable apt-listbugs in [soft]update.
2323   * Fix 'dependency problems' handling in buildd functions.
2324   * Add buildd/remove_isos.sh to remove generated ISOs.
2325   * Support kernel upgrades via according /etc/kernel-img.conf configuration.
2326   * Set hostname in instsoft-hook already.
2327   * Add user (grml) to all relevant groups.
2328   * Improve initrd+kernel copy process: ignore .bak files (and get rid
2329     of them) and copy always exactly one image.
2330   * Add new packages to GRML_FULL:
2331     - awesome
2332     - cereal
2333     - etckeeper
2334     - hdapsd
2335     - hdaps-utils
2336     - libstdc++2.10-glibc2.2 [for better support of
2337       binaries from commercial vendors; thanks to
2338       Christian Hofstaedtler]
2339     - mkelfimage
2340     - runit
2341     - rutilt
2342     - supercat
2343     - truecrypt-2.6.23-grml
2344   * Drop centericq-common, centerim-common, irssi-text, rt2400
2345     and rt2500 from GRML_FULL package list.
2346
2347  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 22:37:11 +0100
2348
2349 grml-live (0.0.8) unstable; urgency=low
2350
2351   * Copy /etc/resolv.conf to chroot in
2352     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs and
2353     /etc/grml/fai/config/hooks/instsoft.GRMLBASE as well.
2354   * Remove /var/run/fai/fai_softupdate_is_running and
2355     /var/run/fai/FAI_INSTALLATION_IN_PROGRESS if we exit grml-live.
2356     (FAI's softupdate currently does not clean up when canceling
2357     the process.)
2358   * Set EXITSTATUS in /etc/policy-rc.d.conf of chroot to 101 for
2359     softupdate action.
2360   * Remove /var/log/fai/* in class RELEASE.
2361   * Generate md5sum of windows binaries.
2362   * Upgrade via aptitude [safe-]upgrade in update process.
2363   * Rename /etc/grml/fai/grml/grml_cleanup_chroot.no_online into
2364     /etc/grml/fai/grml/grml_cleanup_chroot.online
2365   * Edit /etc/apt/apt.conf inside
2366     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build only
2367     once.
2368   * Make the log checks inside grml-live aware of the update
2369     log-directory /var/log/fai/current.
2370   * Use strings instead of --help to detect support of safe-upgrade
2371     inside aptitude, otherwise it might fail due to unavailable shared libs.
2372   * Configure (enable) apt-listchanges + apt-listbugs via
2373     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
2374   * Purge removed packages via /etc/grml/fai/grml/grml_cleanup_chroot
2375   * Add new packages to GRML_FULL:
2376     - acx100-2.6.23-grml
2377     - bcm5700-module-2.6.23-grml
2378     - dzen2
2379     - drbd8-2.6.23-grml
2380     - exmap-modules-2.6.23-grml
2381     - fglrx-kernel-2.6.23-grml
2382     - iscsitarget-2.6.23-grml
2383     - ivtv-modules-2.6.23-grml
2384     - ivtv-utils
2385     - libacme-bleach-perl
2386     - libacme-eyedrops-perl
2387     - libacme-smirch-perl
2388     - libpam-chroot
2389     - libpam-devperm
2390     - libpam-dotfile
2391     - libpam-krb5
2392     - libpam-modules
2393     - libpam-mount
2394     - libpam-pwgen
2395     - libpam-smbpass
2396     - libpam-ssh
2397     - libpam-tmpdir
2398     - libtool
2399     - ndiswrapper-modules-2.6.23-grml
2400     - openafs-modules-2.6.23-grml
2401     - tp-smapi-modules-2.6.23-grml
2402   * Add portmap to GRML_SMALL and GRML_MEDIUM (thanks for the feedback,
2403     Tom Asbury).
2404   * Remove trapdoor2 from GRML_FULL (the Debian package isn't
2405     in a very smooth shape).
2406
2407  -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2007 01:43:06 +0100
2408
2409 grml-live (0.0.7) unstable; urgency=low
2410
2411   The "holidays? what? are you joking?!"-release.
2412
2413   * Added FAI patches to /usr/share/grml-live/patches/ - it's
2414     recommended to apply the patches to FAI until they are accepted
2415     upstream. See Debian's BTS for more details: #444210, #447080
2416     and #448426.
2417   * Support option '-u' for updating system.
2418   * Reworked buildd concept.
2419     - Now we have a seperate
2420       /usr/share/grml-live/buildd/functions.sh for generic stuff
2421       and /etc/grml/grml-buildd.conf as configuration file.
2422     - Use grml-buildd.{stdout,stderr} instead of
2423       grml-live.{stdout,stderr} as log files.
2424     - buildd/functions.sh: do not mv files if there was an error
2425       during grml-live execution
2426     - do not re-execute grml-live is the target ISO exists already
2427   * Update zsh completion - thanks to Frank Terbeck!
2428   * Set /etc/grml_version of live-system to the according value.
2429     [Closes: issue322]
2430   * Support setting /etc/debian_chroot inside chroot (useful if
2431     building fails and manual interaction is needed).
2432   * Log to /var/log/grml-live.log by default now and support
2433     $ZERO_LOGFILE for cleaning up logs.
2434   * Added new grml-repository named grml-live which is intented
2435     to fix issues from Debian for grml-live builds. It is automatically
2436     activated if you are building against unstable/sid and should
2437     be used manually only if you realy know what you are doing.
2438     Notice: if something fails inside building the base chroot/
2439     debootstrap system we can't do anything via grml-live for you
2440     right now. Instead grab the base.tgz from http://daily.grml.org/
2441   * Add /usr/share/grml-live/scripts/repodiff.pl (by formorer, thx!)
2442     for comparing two repositories.
2443   * Replaced /etc/grml/fai/files/etc/apt/preferences
2444     with /etc/grml/fai/apt/preferences so grml-live repository
2445     can be used and configured at a single place.
2446   * Use apt-pinning via /etc/grml/fai/config/hooks/instsoft.GRMLBASE
2447     and drop it from /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
2448     later again.
2449   * Display version number of grml-live.
2450   * Log executed grml-live command line.
2451   * Set FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info"
2452     by default.
2453   * Disable Recommends inside chroot installation.
2454   * Set shared/default-x-server and xserver-xorg/config/monitor/identifier
2455     for xserver-xorg package via debconf to work around #448863.
2456   * Use "newest" kernel only if two kernels are present in the chroot.
2457   * Set $SECONDS to unknown if $start_seconds is not set.
2458   * Log closing signs (----...) via bailout to make sure they are
2459     always set - even when exiting with an error.
2460   * Check for presence of /bin/zsh before setting default shell in
2461     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
2462   * Check for locales/localepurge before using them in
2463     /etc/grml/fai/config/scripts/GRMLBASE/25-locales
2464   * Add new packages to GRML_FULL:
2465     - bittwist
2466     - ldnsutils
2467     - libpam-thinkfinger
2468     - linux-wlan-ng-modules-2.6.23-grml
2469     - madwifi-modules-2.6.23-grml
2470     - netrw
2471     - rt73-module-2.6.23-grml
2472     - thinkfinger-tools
2473     - tra
2474   * Drop idn from GRML_FULL.
2475   * Add new packages to GRML_MEDIUM:
2476     - alsa-base
2477     - alsa-tools
2478     - alsa-utils
2479     - ed
2480     - pcmciautils
2481     - Update kernel version to 2.6.23-grml
2482     - replace dhcp-client with dhcp3-client
2483   * Add ed package to GRML_SMALL and replace dhcp-client with
2484     dhcp3-client.
2485   * Use new kernel version 2.6.23-grml64 for amd64.
2486
2487  -- Michael Prokop <mika@grml.org>  Sat, 20 Oct 2007 12:12:33 +0200
2488
2489 grml-live (0.0.6) unstable; urgency=low
2490
2491   * New option "-a" for setting architecture. This allows building
2492     grml(32) on amd64.
2493   * Fix stderr redirection in "/usr/sbin/fai already running..."
2494   * Update /etc/grml/fai/make-fai-nfsroot.conf
2495   * Use /var/log/fai/dirinstall/${HOSTNAME}/grml-live.log as logfile
2496     for grml-live instead of /var/log/grml-live.log so it's easier
2497     to track.
2498   * Update of buildd scripts: main configuration file main.sh
2499     which provides all the build stuff inside separate functions.
2500   * Fall back to blackhole.pca.dfn.de as keyserver if retreiving
2501     from subkeys.pgp.net fails.
2502   * Improve check for kernel version inside
2503     /etc/grml/fai/config/scripts/GRMLBASE/10-build-initramfs
2504   * Work around #353967 for Debian/etch in
2505     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
2506   * Add new packages to GRML_FULL:
2507     - ghostscript (and get rid of gs, gs-common, gs-esp)
2508     - mr
2509
2510  -- Michael Prokop <mika@grml.org>  Wed, 17 Oct 2007 22:59:08 +0200
2511
2512 grml-live (0.0.5) unstable; urgency=low
2513
2514   * Add new scripts to /usr/share/grml-live/examples/buildd/:
2515     - grml-live_autobuild_grml-small_etch.sh
2516     - grml-live_autobuild_grml-small_sid.sh
2517     - grml-live_autobuild_grml64-small_etch.sh
2518     - grml-live_autobuild_grml64-small_sid.sh
2519   * Some more FAI error checking.
2520   * Updated buildd scripts (better subject handling).
2521   * Re-enable 'Acquire::http::Pipeline-Depth' workaround'.
2522     Restore usual Debian behaviour at the end using
2523     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build
2524   * Add new scripts for retreiving bugs via apt-listbugs
2525     and storing package selection inside log directory.
2526     This has been integrated in a new class named "RELEASE".
2527   * Added support for new kernel version 2.6.23-grml to
2528     GRML_FULL.
2529   * Use uxterm as x-terminal-emulator and fall back to xterm
2530     only it uxterm is not available.
2531   * Support /etc/locale.gen.grml - it's used by default in
2532     class GRML_FULL and a new class named LOCALES.
2533   * Work around #443481 (bug inside snort) for Debian etch
2534     via using /etc/snort/snort.common.parameters (thanks for
2535     the idea, Thomas Lange!)
2536   * Do not exit with an error code if /usr/include/linux is NOT
2537     a symlink to /usr/src/linux/include/linux but keep it as
2538     a warning instead.
2539   * Log executed grml-live command.
2540   * Re-enable problematic packages that have been fixed:
2541     - apt-listbugs (fixed via manual interaction in scripts)
2542     - gsm-utils (#353967)
2543     - snort (#443481)
2544     - wvdial (fixed via debconf)
2545   * Add new packages to GRML_FULL:
2546     - ack-grep
2547     - mailplate
2548     - pristine-tar
2549
2550  -- Michael Prokop <mika@grml.org>  Sun, 07 Oct 2007 23:06:28 +0200
2551
2552 grml-live (0.0.4) unstable; urgency=low
2553
2554   * The -t option for specifying the output directory has been
2555     renamed into -o. The option -t now specifies the place where
2556     templates for building the ISO can be found.
2557   * Option -t can be used for specifying the template directory.
2558     TEMPLATE_DIRECTORY can be used in /etc/grml/grml-live.conf
2559   * Check for /var/run/fai/FAI_INSTALLATION_IN_PROGRESS and exit then.
2560   * /etc/grml/fai/config/hooks/instsoft.GRMLBASE:
2561     - disable pipeline workaround
2562     - create /dev/MAKEDEV in chroot to work around the
2563       "./MAKEDEV: No such file or directory" problem of some packages
2564   * Use /var/log/grml-live.log as log file as /var/log/fai/* is too
2565     dangerous because of automatic removal of the files/dirs via fai.
2566   * Use class GRML_MEDIUM by default and document GRMLBASE, GRML_* plus
2567     I386/AMD64 classes in the docs.
2568   * Add new packages to GRML_FULL:
2569     - tgt: Linux target framework user-space tools
2570     - paperkey: extract just the secret information out ouf OpenPGP keys
2571     - gitpkg: helper scripts for maintaining packages with git
2572     - iscsitarget: iSCSI Enterprise Target userland tools
2573     - iscsitarget-module-2.6.22-grml: kernel module for iscsitarget
2574   * Set $HOSTNAME to according hostname via
2575     /etc/grml/fai/config/scripts/GRMLBASE/34-hosts
2576   * Adjust filename in header of /etc/grml/fai/config/scripts/GRMLBASE/*.
2577   * Use iceweasel/firefox as x-www-browser and w3m as www-browser (if
2578     available).
2579   * Check for presence of the initrd.
2580   * Improve adjustment of suite for $FAI_DEBOOTSTRAP.
2581   * Add /usr/share/grml-live/examples/buildd/
2582
2583  -- Michael Prokop <mika@grml.org>  Thu, 04 Oct 2007 22:16:34 +0200
2584
2585 grml-live (0.0.3) unstable; urgency=low
2586
2587   * Support for setting GRML_NAME (like grml vs. grml-small
2588     vs grml64 vs...)
2589   * Drop the character limits of $VERSION and $RELEASENAME.
2590   * Make sure $SECONDS is set before outputting the runtime.
2591   * Unify usage of i386_files, place all template files in
2592     directory templates now.
2593   * Improve portability of linux headers cleanup inside
2594     grml_cleanup_chroot.
2595   * Provide class GRML_SMALL and rename old GRML_SMALL into
2596     GRML_MEDIUM.
2597   * Do not install kernel via GRMLBASE but via GRML_* classes
2598     instead so we have only one single kernel on the system
2599     with something like 'GRMLBASE,GRML_SMALL,REMOVE_DOCS,I386'.
2600   * Use grml-live.log as logfile.
2601   * Added vim to GRML_MEDIUM package list.
2602
2603  -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 12:58:15 +0200
2604
2605 grml-live (0.0.2) unstable; urgency=low
2606
2607   * Add support for amd64.
2608   * Update and extend documentation.
2609   * Bugfix: Make sure $LOGDIR exists.
2610   * fai dirinstall: set hostname via $HOSTNAME
2611
2612  -- Michael Prokop <mika@grml.org>  Fri, 21 Sep 2007 11:46:17 +0200
2613
2614 grml-live (0.0.1) unstable; urgency=low
2615
2616   * Initial release.
2617
2618  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 15:35:34 +0200
2619